Enum AppointmentMethodType

AppointmentMethodType enumeration

Defines the iCalendar object method type associated with the calendar object.

public enum AppointmentMethodType

Values

NameValueDescription
None0Method is not defined.
Publish1Post notification of an event. Used primarily as a method of advertising the existence of an event.
Request2Make a request for an event. This is an explicit invitation to one or more “Attendees”.
Reply3Reply to an event request.
Add4Add one or more instances to an existing event.
Cancel5Cancel one or more instances of an existing event.
Refresh6A request is sent to an “Organizer” by an “Attendee” asking for the latest version of an event to be resent to the requester.
Counter7Counter a REQUEST with an alternative proposal, Sent by an “Attendee” to the “Organizer”.
DeclineCounter8Decline a counter proposal. Sent to an “Attendee” by the “Organizer”.

See Also