Package | Description |
---|---|
net.fortuna.ical4j.model |
Contains core types used to define the iCalendar model.
|
net.fortuna.ical4j.model.component |
Contains types used to represent the iCalendar component model.
|
net.fortuna.ical4j.model.property |
Contains types used to represent the iCalendar property model.
|
Modifier and Type | Method and Description |
---|---|
Method |
Calendar.getMethod()
Returns the optional method property.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Validator |
CalendarComponent.getValidator(Method method) |
protected Validator |
VEvent.getValidator(Method method) |
protected Validator |
VTimeZone.getValidator(Method method) |
protected Validator |
VFreeBusy.getValidator(Method method) |
protected Validator |
VAlarm.getValidator(Method method) |
protected Validator |
VJournal.getValidator(Method method) |
protected Validator |
XComponent.getValidator(Method method) |
protected Validator |
VVenue.getValidator(Method method) |
protected Validator |
VToDo.getValidator(Method method) |
protected Validator |
VAvailability.getValidator(Method method) |
void |
CalendarComponent.validate(Method method)
Performs method-specific ITIP validation.
|
Modifier and Type | Field and Description |
---|---|
static Method |
Method.ADD
Add one or more instances to an existing VEVENT, VTODO, or VJOURNAL.
|
static Method |
Method.CANCEL
Cancel one or more instances of an existing VEVENT, VTODO, or VJOURNAL.
|
static Method |
Method.COUNTER
The Counter method is used by an "Attendee" to negotiate a change in the calendar entry.
|
static Method |
Method.DECLINE_COUNTER
Used by the "Organizer" to decline the proposed counter-proprosal.
|
static Method |
Method.PUBLISH
Used to publish a calendar entry to one or more Calendar Users.
|
static Method |
Method.REFRESH
The Refresh method is used by an "Attendee" to request the latest version of a calendar entry.
|
static Method |
Method.REPLY
A Reply is used in response to a Request to convey "Attendee" status to the "Organizer".
|
static Method |
Method.REQUEST
Used to schedule a calendar entry with other Calendar Users.
|
Copyright © 2004-2015 Micronode. All Rights Reserved.