Share via


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

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
Idle 0

There is no sync operation currently occurring.

Syncing 1

A sync operation is in progress.

UpToDate 2

The local machine and server are up to date.

AuthenticationError 3

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

PolicyError 4

A policy error occurred.

UnknownError 5

An unknown error occurred.

ManualAccountRemovalRequired 6

The account must be manually removed.

Remarks

Version history

Windows version SDK version Value added
1511 10586 ManualAccountRemovalRequired

Applies to