Share via


AppointmentCalendarOtherAppWriteAccess Enum

Definition

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

public enum class AppointmentCalendarOtherAppWriteAccess
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AppointmentCalendarOtherAppWriteAccess
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AppointmentCalendarOtherAppWriteAccess
var value = Windows.ApplicationModel.Appointments.AppointmentCalendarOtherAppWriteAccess.none
Public Enum AppointmentCalendarOtherAppWriteAccess
Inheritance
AppointmentCalendarOtherAppWriteAccess
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
None 0

Only the app that created the calendar can write to it.

SystemOnly 1

The operating system can write to the calendar.

Limited 2

Other apps on the device can perform any write-level actions that use a DataProviderConnection.

Remarks

Version history

Windows version SDK version Value added
1607 14393 Limited

Applies to