For Developers
Get Calendar
GET https://ed.link/api/v2/graph/calendars/:calendar\_id
Retrieve information about a specific Calendar.
Request Parameters
Parameter | Type | Description |
---|---|---|
calendar_id | string | The UUID of the desired Calendar. |
Sample Request
axios.get('https://ed.link/api/v2/graph/calendars/00000000-0000-0000-0000-000000000000', {
headers: {
authorization: `Bearer ${integration_access_token}`
}
});