For Developers

List Calendars

GET https://ed.link/api/v2/graph/calendars

Retrieve a list of all Calendars.

Request Parameters

This query allows for standard paging parameters.

Sample Request

axios.get('https://ed.link/api/v2/graph/calendars', {
    headers: {
        authorization: `Bearer ${integration_access_token}`
    }
});