gobot-tools 1.2.1 → 1.2.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/README.md CHANGED
@@ -70,16 +70,17 @@ Connect your bot to Apple Notes.app using local macOS Automation (JXA). Read/sea
70
70
  - **Setup time:** ~5 minutes
71
71
  - **Requires:** macOS + Automation permission for Notes
72
72
 
73
- ### [Apple Calendar (Local macOS)](packages/apple-calendar) — `gobot-tools install apple-calendar`
73
+ ### [URL Calendar (ICS Feed)](packages/url-calendar) — `gobot-tools install url-calendar`
74
74
 
75
- Connect your bot to Apple Calendar.app using local macOS Automation (JXA). Read events from a selected calendar (or all calendars) directly from your Mac with no API keys, OAuth flow, or cloud API setup.
75
+ Read events from any calendar — Apple, Google, Outlook, or any CalDAV source by pointing the bot at a public or private ICS feed URL. **Read-only** ICS is a one-way pull protocol; creating or editing events requires the ms365 or google-api tools.
76
76
 
77
- - List available Apple calendars
78
- - Read calendar events for today/tomorrow/this week/next week
79
- - Natural-language calendar intent interception in bot handlers
80
- - Local-only integration (no external network dependency)
81
- - **Setup time:** ~5 minutes
82
- - **Requires:** macOS + Automation permission for Calendar
77
+ - Works with any ICS/webcal feed: Apple Calendar, Google Calendar, Outlook, and more
78
+ - Multiple feed support — merge and sort events from several calendars at once
79
+ - Full recurrence rule support (DAILY, WEEKLY with BYDAY, INTERVAL, COUNT, UNTIL)
80
+ - Timezone-aware formatting, all-day event detection
81
+ - No API keys, no OAuth, no macOS Automation — works on Mac and VPS
82
+ - **Setup time:** ~2 minutes
83
+ - **Requires:** `APPLE_CALENDAR_URL` (any ICS feed URL)
83
84
 
84
85
  ### [Fireflies.ai Meeting Transcripts](packages/fireflies) — `gobot-tools install fireflies`
85
86
 
package/dist/index.js CHANGED
@@ -77,4 +77,4 @@ Expecting one of '${z.join("', '")}'`);let R=`${$}Help`;return this.on(R,(J)=>{l
77
77
  `);return}if(z.length===0){console.log(`
78
78
  No tools installed yet. Run "gobot-tools install <tool>" first.
79
79
  `);return}let R=0,J=0;for(let Q of z){let Z=L$(Q.name);if(Z===Q.version){console.log(` ${Q.displayName}: already up to date (${Q.version})`),J++;continue}let X=Z??"unknown";console.log(`
80
- Updating ${Q.displayName}: ${X} → ${Q.version}...`);try{await f(Q),console.log(" Updated."),R++}catch(Y){console.log(` Update failed: ${Y.message}`)}}if(console.log(),R>0)console.log(` ${R} tool(s) updated.`);if(J>0&&R===0)console.log(" All tools are up to date.");console.log()}var H=new Q$;H.name("gobot-tools").description("CLI marketplace for Autonomee community bot tools").version("1.2.1");H.command("init").description("Set up gobot-tools for your project").action(Y$);H.command("list").description("Browse all available tools").action(I$);H.command("search <query>").description("Search tools by name, category, or keyword").action(K$);H.command("info <tool>").description("Show details about a specific tool").action(P$);H.command("install <tool>").description("Install a tool into your project").action(W$);H.command("uninstall <tool>").description("Remove an installed tool").action(S$);H.command("update [tool]").description("Update an installed tool, or all installed tools if no name given").action(y$);H.parse();
80
+ Updating ${Q.displayName}: ${X} → ${Q.version}...`);try{await f(Q),console.log(" Updated."),R++}catch(Y){console.log(` Update failed: ${Y.message}`)}}if(console.log(),R>0)console.log(` ${R} tool(s) updated.`);if(J>0&&R===0)console.log(" All tools are up to date.");console.log()}var H=new Q$;H.name("gobot-tools").description("CLI marketplace for Autonomee community bot tools").version("1.2.2");H.command("init").description("Set up gobot-tools for your project").action(Y$);H.command("list").description("Browse all available tools").action(I$);H.command("search <query>").description("Search tools by name, category, or keyword").action(K$);H.command("info <tool>").description("Show details about a specific tool").action(P$);H.command("install <tool>").description("Install a tool into your project").action(W$);H.command("uninstall <tool>").description("Remove an installed tool").action(S$);H.command("update [tool]").description("Update an installed tool, or all installed tools if no name given").action(y$);H.parse();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gobot-tools",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "CLI marketplace for Autonomee community bot tools — browse, install, and configure integrations for your AI Telegram bot",
5
5
  "type": "module",
6
6
  "bin": {