AppointmentStoreAccessType
AppointmentStoreAccessType
AppointmentStoreAccessType
AppointmentStoreAccessType
Enum
Definition
Specifies the level of access granted to an AppointmentStore.
public : enum class AppointmentStoreAccessTypepublic enum AppointmentStoreAccessTypePublic Enum AppointmentStoreAccessType// 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
| AllCalendarsReadOnly AllCalendarsReadOnly AllCalendarsReadOnly AllCalendarsReadOnly | The appointment store has read-only access to all calendars on the device. |
| AllCalendarsReadWrite AllCalendarsReadWrite AllCalendarsReadWrite AllCalendarsReadWrite | The appointment store has read and write access to all calendars created by the calling app. |
| AppCalendarsReadWrite AppCalendarsReadWrite AppCalendarsReadWrite AppCalendarsReadWrite | The appointment store has read and write access to appointment calendars created by the calling app. |