LOOMAL

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

NameTypeRequiredDescription
enabledbooleanYestrue 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

On this page