Class | Description |
---|---|
Action |
Defines the type of action to invoke when an alarm is triggered.
|
Attachment |
Defines a binary resource that is associated with the component to which it
belongs (such as an image or document).
|
Attendee |
Defines an attendee (such as a person attending an event).
|
AudioAlarm |
Defines an alarm that will play an audio file when triggered.
|
CalendarScale |
Defines the calendar system that this iCalendar object uses for all its date
values.
|
Categories |
Defines a list of keywords that describe the component to which it belongs.
|
Classification |
Defines the level of sensitivity of the iCalendar data.
|
Comment |
Defines a free-text comment.
|
Completed |
Defines the date and time that a to-do task was completed.
|
Contact |
Defines the contact information for a person or other entity (for example,
the name of a business and its phone number).
|
Created |
Defines the time that the calendar information was initially created.
|
DateDue |
Defines the due date of a to-do task.
|
DateEnd |
Defines the end date of an event or free/busy component.
|
DateOrDateTimeProperty |
Represents a property whose value is a date or a date-time.
|
DateStart |
Defines the start date of an event, free/busy component, or timezone
component.
|
DateTimeProperty |
Represents a property whose value is a date-time value.
|
DateTimeStamp |
The meaning of this property varies depending on whether the iCalendar object
has a
Method property. |
Daylight |
Represents daylight savings time information.
|
Description |
Defines a detailed description of the component that this property belongs
to.
|
DisplayAlarm |
Defines an alarm that displays a message when triggered.
|
DurationProperty |
Defines a duration of time (for example, "2 hours and 30 minutes").
|
EmailAlarm |
Defines an alarm that sends an email when triggered.
|
EnumProperty |
Represents a property that has a defined set of acceptable values (for
example, the
Action property). |
ExceptionDates |
Defines a list of exceptions to the dates specified in the
RecurrenceRule property. |
ExceptionRule |
Defines a list of exceptions to the dates specified in the
RecurrenceRule property. |
FreeBusy |
Defines a person's availability over certain time periods (for example,
"busy" between 1pm-3pm and 4pm-5pm).
|
Geo |
Defines a set of geographical coordinates.
|
ICalProperty |
Base class for all iCalendar properties.
|
IntegerProperty |
Represents a property whose value is an integer.
|
LastModified |
Defines the time that the calendar data in a component was last changed.
|
ListProperty<T> |
Represents a property whose value is a list of values.
|
Location |
Defines the physical location of an event.
|
Method |
Specifies the value of the "Content-Type" header's "method" parameter if the
iCalendar object is defined as a MIME message entity.
|
Organizer | |
PercentComplete |
Defines a to-do task's level of completion.
|
Priority |
Defines the priority of an event or to-do task.
|
ProcedureAlarm |
Defines an alarm that executes a procedure when triggered.
|
ProductId |
Identifies the application that created the iCalendar object.
|
RawProperty |
Represents a property that does not have a scribe associated with it.
|
RecurrenceDates |
Defines a list of dates or time periods that help define a recurrence rule.
|
RecurrenceId |
Records the original value of the
DateStart property if a recurrence
instance has been modified. |
RecurrenceProperty |
Represents a property whose value is a recurrence rule.
|
RecurrenceRule |
Defines how often a component repeats.
|
RelatedTo |
Defines a relationship between the component that this property belongs to
and another component.
|
Repeat |
Defines the number of times an alarm should be repeated after its initial
trigger.
|
RequestStatus |
Represents a response to a scheduling request.
|
Resources |
Defines a list of physical resources that are needed for an event or to-do
task (for example, a "projector" or "DVD player").
|
Sequence |
Defines a revision number for an event, to-do task, or journal entry.
|
Status |
Defines the status of the component that this property belongs to, such as a
to-do task being "completed".
|
Summary |
Defines a short, one line summary of the component that this property belongs
to.
|
TextProperty |
Represents a property whose value is a plain-text string.
|
Timezone |
Defines the local timezone.
|
TimezoneId |
Defines a unique identifier for a
VTimezone component. |
TimezoneName |
Defines a traditional, human-readable, non-standard name for a timezone
observance (for example, "Eastern Standard Time" for standard time on the US
east coast).
|
TimezoneOffsetFrom |
Defines the timezone offset that was in affect before the timezone observance
began.
|
TimezoneOffsetTo |
Defines the timezone offset that a timezone observance uses.
|
TimezoneUrl |
Defines a URL that points to an iCalendar object that contains further
information on a timezone.
|
Transparency |
Defines whether an event is visible to free/busy time searches or not.
|
Trigger |
Defines when to trigger an alarm.
|
Uid |
Defines a unique identifier for a component.
|
Url |
Defines a website that contains additional information about a component.
|
UtcOffsetProperty |
Represents a property whose value is a timezone offset.
|
ValuedProperty<T> |
Represents a property whose data model consists of a single Java object (such
as a String).
|
VCalAlarmProperty |
Defines an alarm property that is part of the vCalendar (1.0) standard (such
as
AudioAlarm ). |
Version |
Defines the min/max iCalendar versions a consumer must support in order to
successfully parse the iCalendar object.
|
Xml |
Stores a property that was parsed from an xCal document (XML-encoded
iCalendar object) whose XML namespace was not part of the xCal XML namespace.
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.