Loading...
Loading...
Found 32 Skills
Google Calendar: Show upcoming events across all calendars.
Google Calendar: Create a new event.
Delete a Google Calendar event and send a cancellation email via Gmail.
MANDATORY recipe for every Caffeine build that lists upcoming events or creates events on the user's own Google Calendar. The ONLY supported path is the `googlecalendar-client` mops package (Calendar REST API v3) combined with the `google-oauth` mops package (token exchange + refresh + PKCE). Hand-rolling `ic.http_request` calls to `oauth2.googleapis.com` or `www.googleapis.com/calendar/v3` is a FORBIDDEN anti-pattern — it bypasses bearer auth, replication-cost safeguards, and the `google-oauth` library's percent-encoding and JSON parsing. Load this skill whenever the user, spec, or any prior task mentions scheduling, calendar events, appointments, meetings, "add to calendar", or any equivalent phrasing — and BEFORE writing any code that touches a Google endpoint.
Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.
Add a list of attendees to an existing Google Calendar event and send notifications.
Share Google Drive files with all attendees of a Google Calendar event.
Query Google Calendar free/busy status for multiple users to find a meeting slot.
Create recurring focus time blocks on Google Calendar to protect deep work hours.
Move a Google Calendar event to a new time and automatically notify all attendees.
Create a recurring Google Calendar event with attendees.
Review your Google Calendar week, identify gaps, and add events to fill them.