Ping Identity

calendar_set_public

Make this identity's calendar public or private. Public calendars are viewable at /identities/:id/calendar.json

Remote loomal/identity

Remote (network-hosted)

Other tools also called calendar_set_public? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "true = public, false = private"
    }
  }
}