public final class AppointmentMethodType
extends com.aspose.ms.System.Enum
Defines the iCalendar object method type associated with the calendar object.
Modifier and Type | Field and Description |
---|---|
static int |
Add
Add one or more instances to
an existing event.
|
static int |
Cancel
Cancel one or more instances
of an existing event.
|
static int |
Counter
Counter a REQUEST with an alternative proposal,
Sent by an "Attendee" to the "Organizer".
|
static int |
DeclineCounter
Decline a counter proposal.
|
static int |
None
Method is not defined.
|
static int |
Publish
Post notification of an event.
|
static int |
Refresh
A request is sent to an "Organizer" by an "Attendee"
asking for the latest version of an event
to be resent to the requester.
|
static int |
Reply
Reply to an event request.
|
static int |
Request
Make a request for an event.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
Method is not defined.
public static final int Publish
Post notification of an event. Used primarily as a method of advertising the existence of an event.
public static final int Request
Make a request for an event. This is an explicit invitation to one or more "Attendees".
public static final int Reply
Reply to an event request.
public static final int Add
Add one or more instances to an existing event.
public static final int Cancel
Cancel one or more instances of an existing event.
public static final int Refresh
A request is sent to an "Organizer" by an "Attendee" asking for the latest version of an event to be resent to the requester.
public static final int Counter
Counter a REQUEST with an alternative proposal, Sent by an "Attendee" to the "Organizer".
public static final int DeclineCounter
Decline a counter proposal. Sent to an "Attendee" by the "Organizer".