AppointmentMethodType

AppointmentMethodType enumeration

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

Members

Member nameDescription
NONEMethod is not defined.
PUBLISHPost notification of an event.
Used primarily as a method of
advertising the existence of an event.
REQUESTMake a request for an event.
This is an explicit invitation
to one or more “Attendees”.
REPLYReply to an event request.
ADDAdd one or more instances to
an existing event.
CANCELCancel one or more instances
of an existing event.
REFRESHA request is sent to an “Organizer” by an “Attendee”
asking for the latest version of an event
to be resent to the requester.
COUNTERCounter a REQUEST with an alternative proposal,
Sent by an “Attendee” to the “Organizer”.
DECLINE_COUNTERDecline a counter proposal.
Sent to an “Attendee” by the “Organizer”.

See Also