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 create sub-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": "3952712596930160464420555867158",
"Name": "",
"UserId": "3952712596930160464420554936790",
"IsPrimary": false,
"Visibility": ""
},
{...},
{...}
]