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": "3994131218924390407146885262187",
"Name": "",
"UserId": "3994131218926696250156099956481",
"IsPrimary": false,
"Visibility": ""
},
{...},
{...}
]