events

Google Calendar Events

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "events" with this command: npx skills add tryshift-sh/skills-store/tryshift-sh-skills-store-events

Google Calendar Events

Use this managed skill when the user wants to inspect an agenda, create a calendar event, or move an existing event in Google Calendar.

This skill uses Shift's local Skill Router. Do not ask the user to paste Google credentials into chat.

Invocation

Base URL:

SHIFT_LOCAL_GATEWAY

Endpoint:

POST /skill-router/invoke

Request body to fetch an agenda window:

{ "skillProvider": "google-calendar", "skill": "events", "action": "agenda", "input": { "timeMin": "2026-03-13T00:00:00Z", "timeMax": "2026-03-20T00:00:00Z", "maxResults": 10 } }

Request body to create an event:

{ "skillProvider": "google-calendar", "skill": "events", "action": "create", "input": { "summary": "Product sync", "description": "Review launch checklist", "startDateTime": "2026-03-13T09:00:00+08:00", "endDateTime": "2026-03-13T09:30:00+08:00", "timeZone": "Asia/Shanghai", "attendees": ["teammate@example.com"] } }

Request body to reschedule an event:

{ "skillProvider": "google-calendar", "skill": "events", "action": "reschedule", "input": { "eventId": "abc123def456", "startDateTime": "2026-03-13T11:00:00+08:00", "endDateTime": "2026-03-13T11:30:00+08:00", "timeZone": "Asia/Shanghai" } }

Authentication

This skill requires a Google Calendar connection configured in Shift.

Agent behavior

  • Ask for a clear time window before using agenda .

  • Use ISO 8601 date-time strings for create and reschedule actions.

  • Assume the primary calendar unless the product later adds explicit calendar selection.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

post

No summary provided by upstream source.

Repository SourceNeeds Review
General

square-post

No summary provided by upstream source.

Repository SourceNeeds Review
General

retweet

No summary provided by upstream source.

Repository SourceNeeds Review