calendar.set_public
Toggle public calendar visibility
Scope: calendar:public
Make this identity's calendar publicly accessible or private. Public calendars are viewable at /identities/:id/calendar.json.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
enabled | boolean | Yes | true for public, false for private |
Example
Agent: "Make my calendar public"
-> calendar.set_public({ enabled: true })Returns
{
"calendarPublic": true
}REST Equivalent
POST /v0/calendar/public