nworks 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/mcp.js CHANGED
@@ -14757,6 +14757,7 @@ function registerTools(server) {
14757
14757
  );
14758
14758
  const events = result.events.flatMap(
14759
14759
  (e) => e.eventComponents.map((c) => ({
14760
+ eventId: c.eventId,
14760
14761
  summary: c.summary,
14761
14762
  start: c.start.dateTime ?? c.start.date ?? "",
14762
14763
  end: c.end.dateTime ?? c.end.date ?? "",