Skip to content

Calendars

2 endpoints

Calendar access and event retrieval

GET /accounts/{id}/calendars

GET /accounts/{id}/calendars

Parameters

id string

In path Required

Unique account identifier assigned by Riposte. You may also provide the custom user ID set during authentication; the API resolves it to the canonical account.

Additional parameters
page string

In query Optional

limit string

In query Optional

maxResults string

In query Optional

pageToken string

In query Optional

Returns

Default Response

Content type: application/json

Status: 200

Example request
                
                    
                    curl -X GET "http://localhost:8080/accounts/{id}/calendars"
                  
              
Example response 200

No example response available.


GET /accounts/{id}/calendars/{calendarId}/events

GET /accounts/{id}/calendars/{calendarId}/events

Parameters

id string

In path Required

Unique account identifier assigned by Riposte. You may also provide the custom user ID set during authentication; the API resolves it to the canonical account.

calendarId string

In path Required

Additional parameters
page string

In query Optional

limit string

In query Optional

maxResults string

In query Optional

timeMin string

In query Optional

timeMax string

In query Optional

singleEvents string

In query Optional

orderBy string

In query Optional

pageToken string

In query Optional

q string

In query Optional

Returns

Default Response

Content type: application/json

Status: 200

Example request
                
                    
                    curl -X GET "http://localhost:8080/accounts/{id}/calendars/{calendarId}/events"
                  
              
Example response 200

No example response available.