Calendar

The Calendar API provides a range of actions for managing calendar events.


Basic information

Base URI

Scopes

  • calendar_read
  • calendar_write

Endpoints

RESOURCE_URI — URI is obtained from token exchange point.

Prefix Endpoint Description
RESOURCE_URI calendar/ Getting a list of events
RESOURCE_URI calendar/add/ Adding an event
RESOURCE_URI calendar/ID Retrieving event details
RESOURCE_URI calendar/ID/edit/ Editing an event
RESOURCE_URI calendar/ID/delete/ Deleting an event
RESOURCE_URI calendar/groups/ Getting a list of groups
RESOURCE_URI calendar/groups/add/ Adding a group
RESOURCE_URI calendar/groups/ID Retrieving group details
RESOURCE_URI calendar/groups/ID/edit/ Editing a group
RESOURCE_URI calendar/groups/ID/sort/ Sorting a group
RESOURCE_URI calendar/groups/ID/delete/ Deleting a group

+Getting a list of events

Endpoint

Scopes

  • calendar_read

Request

Response


Definitions

CalendarListRequest

Name Description

CalendarListResponse

Name Description

items[]
object

@CalendarItemResponse

CalendarItemResponse

Name Description