AppointmentCalendarSyncStatus
AppointmentCalendarSyncStatus
AppointmentCalendarSyncStatus
AppointmentCalendarSyncStatus
Enum
Definition
Specifies the current sync status of an AppointmentCalendar.
public : enum class AppointmentCalendarSyncStatuspublic enum AppointmentCalendarSyncStatusPublic Enum AppointmentCalendarSyncStatus// 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
| AuthenticationError AuthenticationError AuthenticationError AuthenticationError | An authentication error occurred when trying to connect to the server. |
| Idle Idle Idle Idle | There is no sync operation currently occurring. |
| ManualAccountRemovalRequired ManualAccountRemovalRequired ManualAccountRemovalRequired ManualAccountRemovalRequired | The account must be manually removed. |
| PolicyError PolicyError PolicyError PolicyError | A policy error occurred. |
| Syncing Syncing Syncing Syncing | A sync operation is in progress. |
| UnknownError UnknownError UnknownError UnknownError | An unknown error occurred. |
| UpToDate UpToDate UpToDate UpToDate | The local machine and server are up to date. |