AppointmentCalendarOtherAppReadAccess AppointmentCalendarOtherAppReadAccess AppointmentCalendarOtherAppReadAccess AppointmentCalendarOtherAppReadAccess Enum

Definition

Specifies the level of read access provided to an app calendar.

public : enum class AppointmentCalendarOtherAppReadAccesspublic enum AppointmentCalendarOtherAppReadAccessPublic Enum AppointmentCalendarOtherAppReadAccess// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Full Full Full Full

Other apps on the device can read all properties of appointments in the calendar.

Limited Limited Limited Limited

Other apps on the device can read the Subject, StartTime, Duration, AllDay, LocalId properties of appointments in the calendar and the LocalId property of the calendar

None None None None

Other apps on the device cannot read any properties of appointments in the calendar.

SystemOnly SystemOnly SystemOnly SystemOnly

Only the operating system can read data from the app calendar.