The MethodType type exposes the following members.
Name | Description | |
---|---|---|
Add |
Add one or more new instances to an existing recurring iCalendar object. String value is "ADD", integer value is 4.
| |
Cancel |
Cancel one or more instances of an existing iCalendar object. String value is "CANCEL", integer value is 5.
| |
Counter |
Used by an Attendee to negotiate a change in an iCalendar object. String value is "COUNTER", integer value is 7.
| |
DeclineCounter |
Used by the Organizer to decline the proposed counter proposal. String value is "DECLINECOUNTER", integer value is 8.
| |
Name |
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.) | |
Number |
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.) | |
Publish |
Used to publish an iCalendar object to one or more "Calendar Users". String value is "PUBLISH", integer value is 1.
| |
Refresh |
Used by an Attendee to request the latest version of an iCalendar object. String value is "REFRESH", integer value is 6.
| |
Reply |
A reply is used in response to a request to convey Attendee status to the Organizer. String value is "REPLY", integer value is 3.
| |
Request |
Used to schedule an iCalendar object with other "Calendar Users". String value is "REQUEST", integer value is 2.
|