Enumeration CalendarEventAccessLevel

Visibility of the event to other people who can see the calendar.

🚨 Android only: iOS ignores this field, because EventKit exposes no public API for event visibility.

Enumeration Members

Enumeration Members

DEFAULT: "DEFAULT"
PUBLIC: "PUBLIC"
PRIVATE: "PRIVATE"
CONFIDENTIAL: "CONFIDENTIAL"

Generated using TypeDoc