The CalendarMethods type exposes the following members.

Constructors

  NameDescription
Public methodCalendarMethods
Initializes a new instance of the CalendarMethods class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberAdd
Add one or more new instances to an existing recurring iCalendar object.
Public fieldStatic memberCancel
Cancel one or more instances of an existing iCalendar object.
Public fieldStatic memberCounter
Used by an Attendee to negotiate a change in an iCalendar object. Examples include the request to change a proposed event time or change the due date for a task.
Public fieldStatic memberDeclineCounter
Used by the Organizer to decline the proposed counter-proposal.
Public fieldStatic memberPublish
Used to publish an iCalendar object 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.
Public fieldStatic memberRefresh
Used by an Attendee to request the latest version of an iCalendar object.
Public fieldStatic memberReply
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.
Public fieldStatic memberRequest
Used to schedule an iCalendar object 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 tasks to other "Calendar Users" are all examples. Requests are also used by the Organizer to update the status of an iCalendar object.

See Also