← all adapters

gcalendar-style

simulates Google Calendar API v3

restadapter v0.1.010 routes

use it

# add to stunt.yaml
services:
  gcalendar:
    adapter: embedded:gcalendar-style

# then
$ stunt up

The embedded: source extracts this adapter from the binary — no git clone, fully offline.

backing stores

calendarsevents

routes (10)

GET/calendar/v3/users/me/calendarList
GET/calendar/v3/calendars/primary
POST/calendar/v3/calendars/{calendarId}/events/quickAdd
POST/calendar/v3/calendars/{calendarId}/events/import
GET/calendar/v3/calendars/{calendarId}/events
POST/calendar/v3/calendars/{calendarId}/events
GET/calendar/v3/calendars/{calendarId}/events/{eventId}/instances
GET/calendar/v3/calendars/{calendarId}/events/{eventId}
PATCH/calendar/v3/calendars/{calendarId}/events/{eventId}
DELETE/calendar/v3/calendars/{calendarId}/events/{eventId}