Share via


CalendarChangedEvent Enum

Definition

Represents the type of calendar event.

public enum class CalendarChangedEvent
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class CalendarChangedEvent
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum CalendarChangedEvent
var value = Windows.Phone.Notification.Management.CalendarChangedEvent.lostEvents
Public Enum CalendarChangedEvent
Inheritance
CalendarChangedEvent
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Phone.PhoneContract (introduced in v1.0)
App capabilities
accessoryManager

Fields

AppointmentAdded 1

A calendar appointment was added.

AppointmentChanged 2

A calendar appointment was changed.

AppointmentDeleted 3

A calendar appointment was deleted.

CalendarAdded 4

A calendar was added.

CalendarChanged 5

A calendar was changed.

CalendarDeleted 6

A calendar was deleted.

LostEvents 0

The event was lost.

Applies to