CalendarMethod Enumeration

This enumerated type defines the various calendar methods for the MethodProperty class

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
[SerializableAttribute]
public enum CalendarMethod

Members

None0 No calendar method defined. No scheduling transaction should be assumed.
Publish1 Used to publish a calendar entry to one or more Calendar Users. There is no interactivity between the publisher and any other calendar user. An example might include a baseball team publishing its schedule to the public.
Request2 Used to schedule a calendar entry with other Calendar Users. Requests are interactive in that they require the receiver to respond using the Reply methods. Meeting Requests, Busy Time requests and the assignment of VTODOs to other Calendar Users are all examples. Requests are also used by the organizer to update the status of a calendar entry.
Reply3 A Reply is used in response to a Request to convey attendee status to the organizer. Replies are commonly used to respond to meeting and task requests.
Add4 Add one or more instances to an existing VEVENT, VTODO, or VJOURNAL.
Cancel5 Cancel one or more instances of an existing VEVENT, VTODO, or VJOURNAL.
Refresh6 The Refresh method is used by an attendee to request the latest version of a calendar entry.
Counter7 The Counter method is used by an attendee to negotiate a change in the calendar entry. Examples include the request to change a proposed Event time or change the due date for a VTODO.
DeclineCounter8 Used by the organizer to decline the proposed counter-proposal.
Other9 Indicates some other type of non-standard method

See Also