Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.19 KB

appointmentcalendarotherappreadaccess.md

File metadata and controls

41 lines (28 loc) · 1.19 KB
-api-id -api-type
T:Windows.ApplicationModel.Appointments.AppointmentCalendarOtherAppReadAccess
winrt enum

AppointmentCalendarOtherAppReadAccess

-description

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

-enum-fields

-field SystemOnly:0

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

-field Limited:1

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

-field Full:2

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

-field None:3

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

-remarks

Version history

Windows version SDK version Value added
1607 14393 None

-examples

-see-also

-capabilities

appointmentsSystem