AppointmentCalendarSyncStatus Enum

Definition

Specifies the current sync status of an AppointmentCalendar.

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

AuthenticationError 3

An authentication error occurred when trying to connect to the server.

Idle 0

There is no sync operation currently occurring.

ManualAccountRemovalRequired 6

The account must be manually removed.

PolicyError 4

A policy error occurred.

Syncing 1

A sync operation is in progress.

UnknownError 5

An unknown error occurred.

UpToDate 2

The local machine and server are up to date.

Remarks

Version history

Windows version SDK version Value added
1511 10586 ManualAccountRemovalRequired

Applies to