Udostępnij przez


AppointmentCalendarOtherAppReadAccess Enum

Definition

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

public enum class AppointmentCalendarOtherAppReadAccess
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AppointmentCalendarOtherAppReadAccess
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AppointmentCalendarOtherAppReadAccess
var value = Windows.ApplicationModel.Appointments.AppointmentCalendarOtherAppReadAccess.systemOnly
Public Enum AppointmentCalendarOtherAppReadAccess
Inheritance
AppointmentCalendarOtherAppReadAccess
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
appointmentsSystem

Fields

Name Value Description
SystemOnly 0

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

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

Full 2

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

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

Applies to