Package | Description |
---|---|
biweekly.property |
Modifier and Type | Class and Description |
---|---|
class |
Action
Defines the type of action to invoke when an alarm is triggered.
|
class |
CalendarScale
Defines the calendar system that this iCalendar object uses for all its date
values.
|
class |
Classification
Defines the level of sensitivity of the iCalendar data.
|
class |
Comment
Defines a free-text comment.
|
class |
Completed
Defines the date and time that a to-do task was completed.
|
class |
Contact
Defines the contact information for a person or other entity (for example,
the name of a business and its phone number).
|
class |
Created
Defines the time that the calendar information was initially created.
|
class |
DateDue
Defines the due date of a to-do task.
|
class |
DateEnd
Defines the end date of an event or free/busy component.
|
class |
DateOrDateTimeProperty
Represents a property whose value is a date or a date-time.
|
class |
DateStart
Defines the start date of an event, free/busy component, or timezone
component.
|
class |
DateTimeProperty
Represents a property whose value is a date-time value.
|
class |
DateTimeStamp
The meaning of this property varies depending on whether the iCalendar object
has a
Method property. |
class |
Description
Defines a detailed description of the component that this property belongs
to.
|
class |
DurationProperty
Defines a duration of time (for example, "2 hours and 30 minutes").
|
class |
EnumProperty
Represents a property that has a defined set of acceptable values (for
example, the
Action property). |
class |
ExceptionRule
Defines a list of exceptions to the dates specified in the
RecurrenceRule property. |
class |
IntegerProperty
Represents a property whose value is an integer.
|
class |
LastModified
Defines the time that the calendar data in a component was last changed.
|
class |
Location
Defines the physical location of an event.
|
class |
Method
Specifies the value of the "Content-Type" header's "method" parameter if the
iCalendar object is defined as a MIME message entity.
|
class |
PercentComplete
Defines a to-do task's level of completion.
|
class |
Priority
Defines the priority of an event or to-do task.
|
class |
ProductId
Identifies the application that created the iCalendar object.
|
class |
RecurrenceId
Records the original value of the
DateStart property if a recurrence
instance has been modified. |
class |
RecurrenceProperty
Represents a property whose value is a recurrence rule.
|
class |
RecurrenceRule
Defines how often a component repeats.
|
class |
RelatedTo
Defines a relationship between the component that this property belongs to
and another component.
|
class |
Repeat
Defines the number of times an alarm should be repeated after its initial
trigger.
|
class |
Sequence
Defines a revision number for an event, to-do task, or journal entry.
|
class |
Status
Defines the status of the component that this property belongs to, such as a
to-do task being "completed".
|
class |
Summary
Defines a short, one line summary of the component that this property belongs
to.
|
class |
TextProperty
Represents a property whose value is a plain-text string.
|
class |
Timezone
Defines the local timezone.
|
class |
TimezoneId
Defines a unique identifier for a
VTimezone component. |
class |
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).
|
class |
TimezoneOffsetFrom
Defines the timezone offset that was in affect before the timezone observance
began.
|
class |
TimezoneOffsetTo
Defines the timezone offset that a timezone observance uses.
|
class |
TimezoneUrl
Defines a URL that points to an iCalendar object that contains further
information on a timezone.
|
class |
Transparency
Defines whether an event is visible to free/busy time searches or not.
|
class |
Uid
Defines a unique identifier for a component.
|
class |
Url
Defines a website that contains additional information about a component.
|
class |
UtcOffsetProperty
Represents a property whose value is a timezone offset.
|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
ValuedProperty.getValue(ValuedProperty<T> property)
Gets the value of a
ValuedProperty . |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.