AppointmentCalendarOtherAppWriteAccess Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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 |