{ "opencollection": "1.0.0", "info": { "name": "Google Workspace APIs (Gmail, , Drive) Calendar API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/v2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Calendar", "type": "folder" }, "items": [ { "info": { "name": "List the user's calendars", "type": "http" }, "http": { "method": "GET", "url": "https://gmail.googleapis.com/calendar/v3/users/me/calendarList", "params": [ { "name": "maxResults", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" } ] }, "docs": "List the user's calendars" }, { "info": { "name": "List events in a calendar", "type": "http" }, "http": { "method": "GET", "url": "https://gmail.googleapis.com/calendar/v3/calendars/:calendarId/events", "params": [ { "name": "calendarId", "value": "", "type": "path" }, { "name": "timeMin", "value": "", "type": "query" }, { "name": "timeMax", "value": "", "type": "query" }, { "name": "singleEvents", "value": "", "type": "query" }, { "name": "orderBy", "value": "", "type": "query" } ] }, "docs": "List events in a calendar" }, { "info": { "name": "Create an event", "type": "http" }, "http": { "method": "POST", "url": "https://gmail.googleapis.com/calendar/v3/calendars/:calendarId/events", "params": [ { "name": "calendarId", "value": "", "type": "path" }, { "name": "sendUpdates", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an event" }, { "info": { "name": "Get an event", "type": "http" }, "http": { "method": "GET", "url": "https://gmail.googleapis.com/calendar/v3/calendars/:calendarId/events/:eventId", "params": [ { "name": "calendarId", "value": "", "type": "path" }, { "name": "eventId", "value": "", "type": "path" } ] }, "docs": "Get an event" }, { "info": { "name": "Patch an event", "type": "http" }, "http": { "method": "PATCH", "url": "https://gmail.googleapis.com/calendar/v3/calendars/:calendarId/events/:eventId", "params": [ { "name": "calendarId", "value": "", "type": "path" }, { "name": "eventId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Patch an event" }, { "info": { "name": "Delete an event", "type": "http" }, "http": { "method": "DELETE", "url": "https://gmail.googleapis.com/calendar/v3/calendars/:calendarId/events/:eventId", "params": [ { "name": "calendarId", "value": "", "type": "path" }, { "name": "eventId", "value": "", "type": "path" } ] }, "docs": "Delete an event" } ] } ], "bundled": true }