Less Annoying CRM logo Less Annoying CRM LACRM
Settings Functions

Calendars

Calendars contain events and contacts. A user has a single primary calendar, and may additional calendars. The CRM has permission settings to allow a user to see other users' calendars as well.

List calendars

This function will return all of a user's calendars.

How to call this function
Function name
GetCalendars
Parameters
This function doesn't take any parameters.
Response
[
{
"CalendarId": "3970816161837712262763605459859",
"Name": "",
"UserId": "3970816161837712262763605517587",
"IsPrimary": false,
"Visibility": ""
},
{...},
{...}
]