Calendar Method 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: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
[SerializableAttribute]
public enum CalendarMethodVB
<SerializableAttribute>
Public Enumeration CalendarMethodC++
[SerializableAttribute]
public enum class CalendarMethodF#
[<SerializableAttribute>]
type CalendarMethodMembers
| None | 0 | No calendar method defined. No scheduling transaction should be assumed. |
| Publish | 1 | 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. |
| Request | 2 | 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. |
| Reply | 3 | 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. |
| Add | 4 | Add one or more instances to an existing VEVENT, VTODO, or VJOURNAL. |
| Cancel | 5 | Cancel one or more instances of an existing VEVENT, VTODO, or VJOURNAL. |
| Refresh | 6 | The Refresh method is used by an attendee to request the latest version of a calendar entry. |
| Counter | 7 | 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. |
| DeclineCounter | 8 | Used by the organizer to decline the proposed counter-proposal. |
| Other | 9 | Indicates some other type of non-standard method |