Enum TIPMethod

TIPMethod enumeration

Defines the iTIP (iCalendar Transport-Independent Interoperability Protocol) methods associated with an object.

public enum TIPMethod

Values

NameValueDescription
None0Method is not defined.
Publish1Post notification of an object. Used primarily as a method of advertising the existence of an object.
Request2Assign an object. This is an explicit assignment to one or more Calendar Users. The REQUEST method is also used to update or change an existing object. Clients that cannot handle REQUEST MAY degrade the method to treat it as a PUBLISH.
Reply3Reply to an object request.
Add4Add one or more instances to an existing object.
Cancel5Cancel one or more instances of an existing object.
Refresh6A request sent to an object Organizer asking for the latest version of an object.
Counter7Counter a REQUEST with an alternative proposal.
DeclineCounter8Decline a counter proposal by an Attendee.

See Also