- ACCEPTED - Static variable in class biweekly.parameter.ParticipationStatus
-
Indicates that the user has accepted the item.
- accepted() - Static method in class biweekly.property.Status
-
Creates an "accepted" status property (only valid in vCal 1.0 in
VTodo
components).
- Action - Class in biweekly.property
-
Defines the type of action to invoke when an alarm is triggered.
- Action(String) - Constructor for class biweekly.property.Action
-
Creates an action property.
- ActionScribe - Class in biweekly.io.scribe.property
-
- ActionScribe() - Constructor for class biweekly.io.scribe.property.ActionScribe
-
- add(Integer, String, int, Object...) - Method in class biweekly.io.ParseWarnings
-
Adds a parse warning.
- add(Integer, String, Warning) - Method in class biweekly.io.ParseWarnings
-
Adds a parse warning.
- add(ICalendar) - Method in class biweekly.io.xml.XCalDocument
-
Adds an iCalendar object to this XML document.
- add(Date) - Method in class biweekly.util.Duration
-
Adds this duration value to a
Date
object.
- addAlarm(VAlarm) - Method in class biweekly.component.VEvent
-
Adds an alarm to this event.
- addAlarm(VAlarm) - Method in class biweekly.component.VTodo
-
Adds an alarm to this to-do.
- addAttachment(Attachment) - Method in class biweekly.component.VAlarm
-
Adds an attachment to the alarm.
- addAttachment(Attachment) - Method in class biweekly.component.VEvent
-
Adds an attachment to the event.
- addAttachment(Attachment) - Method in class biweekly.component.VJournal
-
Adds an attachment to the journal entry.
- addAttachment(Attachment) - Method in class biweekly.component.VTodo
-
Adds an attachment to the to-do.
- addAttendee(Attendee) - Method in class biweekly.component.VAlarm
-
Adds a person who will be emailed when the alarm fires (only applicable
for EMAIL alarms).
- addAttendee(Attendee) - Method in class biweekly.component.VEvent
-
Adds a person who is attending the event.
- addAttendee(String) - Method in class biweekly.component.VEvent
-
Adds a person who is attending the event.
- addAttendee(Attendee) - Method in class biweekly.component.VFreeBusy
-
Adds a person who is involved in the free/busy entry.
- addAttendee(Attendee) - Method in class biweekly.component.VJournal
-
Adds a person who is involved in the journal entry.
- addAttendee(String) - Method in class biweekly.component.VJournal
-
Adds a person who is involved in the journal entry.
- addAttendee(Attendee) - Method in class biweekly.component.VTodo
-
Adds a person who is involved in the to-do.
- addAttendee(String) - Method in class biweekly.component.VTodo
-
Adds a person who is involved in the to-do.
- addCategories(Categories) - Method in class biweekly.component.VEvent
-
Adds a list of "tags" or "keywords" that describe the event.
- addCategories(String...) - Method in class biweekly.component.VEvent
-
Adds a list of "tags" or "keywords" that describe the event.
- addCategories(List<String>) - Method in class biweekly.component.VEvent
-
Adds a list of "tags" or "keywords" that describe the event.
- addCategories(Categories) - Method in class biweekly.component.VJournal
-
Adds a list of "tags" or "keywords" that describe the journal entry.
- addCategories(String...) - Method in class biweekly.component.VJournal
-
Adds a list of "tags" or "keywords" that describe the journal entry.
- addCategories(List<String>) - Method in class biweekly.component.VJournal
-
Adds a list of "tags" or "keywords" that describe the journal entry.
- addCategories(Categories) - Method in class biweekly.component.VTodo
-
Adds a list of "tags" or "keywords" that describe the to-do.
- addCategories(String...) - Method in class biweekly.component.VTodo
-
Adds a list of "tags" or "keywords" that describe the to-do.
- addCategories(List<String>) - Method in class biweekly.component.VTodo
-
Adds a list of "tags" or "keywords" that describe the to-do.
- addComment(Comment) - Method in class biweekly.component.Observance
-
Adds a comment to the timezone observance.
- addComment(String) - Method in class biweekly.component.Observance
-
Adds a comment to the timezone observance.
- addComment(Comment) - Method in class biweekly.component.VEvent
-
Adds a comment to the event.
- addComment(String) - Method in class biweekly.component.VEvent
-
Adds a comment to the event.
- addComment(Comment) - Method in class biweekly.component.VFreeBusy
-
Adds a comment to the free/busy entry.
- addComment(String) - Method in class biweekly.component.VFreeBusy
-
Adds a comment to the free/busy entry.
- addComment(Comment) - Method in class biweekly.component.VJournal
-
Adds a comment to the journal entry.
- addComment(String) - Method in class biweekly.component.VJournal
-
Adds a comment to the journal entry.
- addComment(Comment) - Method in class biweekly.component.VTodo
-
Adds a comment to the to-do.
- addComment(String) - Method in class biweekly.component.VTodo
-
Adds a comment to the to-do.
- addComponent(ICalComponent) - Method in class biweekly.component.ICalComponent
-
Adds a sub-component to this component.
- addContact(Contact) - Method in class biweekly.component.VEvent
-
Adds a contact to the event.
- addContact(String) - Method in class biweekly.component.VEvent
-
Adds a contact to the event.
- addContact(String) - Method in class biweekly.component.VFreeBusy
-
Sets the contact for the free/busy entry.
- addContact(Contact) - Method in class biweekly.component.VJournal
-
Adds a contact to the journal entry.
- addContact(String) - Method in class biweekly.component.VJournal
-
Adds a contact to the journal entry.
- addContact(Contact) - Method in class biweekly.component.VTodo
-
Adds a contact to the to-do.
- addContact(String) - Method in class biweekly.component.VTodo
-
Adds a contact to the to-do.
- addDate(ICalDate, ICalProperty, ICalParameters) - Method in class biweekly.io.ParseContext
-
Adds a parsed date to this parse context so its timezone can be applied
to it after the iCalendar object has been parsed (if it has one).
- addDate(ICalDate, boolean, TimeZone) - Method in class biweekly.io.WriteContext
-
Records the timezoned date-time values that are being written.
- addDate(ICalDate) - Method in class biweekly.property.RecurrenceDates
-
Adds a date.
- addDate(Date) - Method in class biweekly.property.RecurrenceDates
-
Adds a date
- addDaylightSavingsTime(DaylightSavingsTime) - Method in class biweekly.component.VTimezone
-
Adds a "daylight savings" observance time range.
- addDelegatedFrom(String) - Method in class biweekly.parameter.ICalParameters
-
Adds a person who has delegated his or her responsibility to an attendee.
- addDelegatedFrom(String) - Method in class biweekly.property.Attendee
-
Adds a person who has delegated his or her responsibility to the
attendee.
- addDelegatedTo(String) - Method in class biweekly.parameter.ICalParameters
-
Adds a person to which an attendee has delegated his or her
responsibility.
- addDelegatedTo(String) - Method in class biweekly.property.Attendee
-
Adds a person to which the attendee has delegated his or her
responsibility.
- addDescription(Description) - Method in class biweekly.component.VJournal
-
Adds a detailed description to the journal entry.
- addDescription(String) - Method in class biweekly.component.VJournal
-
Adds a detailed description to the journal entry.
- addEvent(VEvent) - Method in class biweekly.ICalendar
-
Adds an event.
- addExceptionDates(ExceptionDates) - Method in class biweekly.component.Observance
-
Adds a list of exceptions to the timezone observance.
- addExceptionDates(ExceptionDates) - Method in class biweekly.component.VEvent
-
Adds a list of exceptions to the recurrence rule defined in the event (if
one is defined).
- addExceptionDates(ExceptionDates) - Method in class biweekly.component.VJournal
-
Adds a list of exceptions to the recurrence rule defined in the journal
entry (if one is defined).
- addExceptionDates(ExceptionDates) - Method in class biweekly.component.VTodo
-
Adds a list of exceptions to the recurrence rule defined in the to-do (if
one is defined).
- addExceptionRule(Recurrence) - Method in class biweekly.component.VEvent
-
- addExceptionRule(ExceptionRule) - Method in class biweekly.component.VEvent
-
- addExceptionRule(Recurrence) - Method in class biweekly.component.VJournal
-
- addExceptionRule(ExceptionRule) - Method in class biweekly.component.VJournal
-
- addExceptionRule(Recurrence) - Method in class biweekly.component.VTodo
-
- addExceptionRule(ExceptionRule) - Method in class biweekly.component.VTodo
-
- addExperimentalComponent(String) - Method in class biweekly.component.ICalComponent
-
Adds an experimental sub-component to this component.
- addExperimentalProperty(String, String) - Method in class biweekly.component.ICalComponent
-
Adds an experimental property to this component.
- addExperimentalProperty(String, ICalDataType, String) - Method in class biweekly.component.ICalComponent
-
Adds an experimental property to this component.
- addFloatingDate(ICalProperty, ICalDate) - Method in class biweekly.io.ParseContext
-
Keeps track of a date-time property that does not have a timezone
(floating time), so it can be added to the
TimezoneInfo
object
after the iCalendar object is parsed.
- addFreeBusy(FreeBusy) - Method in class biweekly.component.VFreeBusy
-
Adds a list of time periods for which the person is free or busy (for
example, "free" between 1pm-3pm and 4pm-5pm).
- addFreeBusy(FreeBusyType, Date, Date) - Method in class biweekly.component.VFreeBusy
-
Adds a single time period for which the person is free or busy (for
example, "free" between 1pm-3pm).
- addFreeBusy(FreeBusyType, Date, Duration) - Method in class biweekly.component.VFreeBusy
-
Adds a single time period for which the person is free or busy (for
example, "free" for 2 hours after 1pm).
- addFreeBusy(VFreeBusy) - Method in class biweekly.ICalendar
-
Adds a free/busy entry.
- addJournal(VJournal) - Method in class biweekly.ICalendar
-
Adds a journal entry.
- addMember(String) - Method in class biweekly.parameter.ICalParameters
-
Adds a group that an attendee is a member of.
- addMember(String) - Method in class biweekly.property.Attendee
-
Adds a group that the attendee is a member of.
- addParameter(String, String) - Method in class biweekly.property.ICalProperty
-
Adds a value to a parameter.
- addPeriod(Period) - Method in class biweekly.property.RecurrenceDates
-
Adds a period
- addProperty(ICalProperty) - Method in class biweekly.component.ICalComponent
-
Adds a property to this component.
- addRecurrenceDates(RecurrenceDates) - Method in class biweekly.component.Observance
-
Adds a list of dates/periods that help define the recurrence rule of this
timezone observance (if one is defined).
- addRecurrenceDates(RecurrenceDates) - Method in class biweekly.component.VEvent
-
Adds a list of dates/periods that help define the recurrence rule of this
event (if one is defined).
- addRecurrenceDates(RecurrenceDates) - Method in class biweekly.component.VJournal
-
Adds a list of dates/periods that help define the recurrence rule of this
journal entry (if one is defined).
- addRecurrenceDates(RecurrenceDates) - Method in class biweekly.component.VTodo
-
Adds a list of dates/periods that help define the recurrence rule of this
to-do (if one is defined).
- addRelatedTo(RelatedTo) - Method in class biweekly.component.VEvent
-
Adds a component that the event is related to.
- addRelatedTo(String) - Method in class biweekly.component.VEvent
-
Adds a component that the event is related to.
- addRelatedTo(RelatedTo) - Method in class biweekly.component.VJournal
-
Adds a component that the journal entry is related to.
- addRelatedTo(String) - Method in class biweekly.component.VJournal
-
Adds a component that the journal entry is related to.
- addRelatedTo(RelatedTo) - Method in class biweekly.component.VTodo
-
Adds a component that the to-do is related to.
- addRelatedTo(String) - Method in class biweekly.component.VTodo
-
Adds a component that the to-do is related to.
- addResources(Resources) - Method in class biweekly.component.VEvent
-
Adds a list of resources that are needed for the event.
- addResources(String...) - Method in class biweekly.component.VEvent
-
Adds a list of resources that are needed for the event.
- addResources(List<String>) - Method in class biweekly.component.VEvent
-
Adds a list of resources that are needed for the event.
- addResources(Resources) - Method in class biweekly.component.VTodo
-
Adds a list of resources that are needed for the to-do.
- addResources(String...) - Method in class biweekly.component.VTodo
-
Adds a list of resources that are needed for the to-do.
- addResources(List<String>) - Method in class biweekly.component.VTodo
-
Adds a list of resources that are needed for the to-do.
- addStandardTime(StandardTime) - Method in class biweekly.component.VTimezone
-
Adds a "standard" observance time range.
- addTimezonedDate(String, ICalProperty, ICalDate) - Method in class biweekly.io.ParseContext
-
Keeps track of a date-time property value that uses a timezone so it can
be parsed later.
- addTimezoneName(TimezoneName) - Method in class biweekly.component.Observance
-
Adds a traditional, non-standard name for the timezone observance.
- addTimezoneName(String) - Method in class biweekly.component.Observance
-
Adds a traditional, non-standard name for the timezone observance.
- addTodo(VTodo) - Method in class biweekly.ICalendar
-
Adds a to-do.
- addValue(Date) - Method in class biweekly.property.ExceptionDates
-
Adds a value to this property.
- addValue(Date, Date) - Method in class biweekly.property.FreeBusy
-
Adds a time period.
- addValue(Date, Duration) - Method in class biweekly.property.FreeBusy
-
Adds a time period.
- addValue(T) - Method in class biweekly.property.ListProperty
-
Adds a value to this property.
- addWarning(int, Object...) - Method in class biweekly.io.ParseContext
-
Adds a parse warning.
- addWarning(String) - Method in class biweekly.io.ParseContext
-
Adds a parse warning.
- after(DateTimeComponents) - Method in class biweekly.util.DateTimeComponents
-
- all() - Method in class biweekly.Biweekly.ParserChainJsonString
-
- all() - Method in class biweekly.Biweekly.ParserChainTextString
-
- all() - Method in class biweekly.Biweekly.ParserChainXmlDocument
-
- all() - Method in class biweekly.Biweekly.ParserChainXmlString
-
- all() - Static method in class biweekly.ICalDataType
-
Gets all of the parameter values that are defined as static constants in
this class.
- all(ICalDataType) - Method in class biweekly.io.xml.XCalElement
-
Gets all the values of a given data type.
- all(String) - Method in class biweekly.io.xml.XCalElement
-
Gets the values of all child elements that have the given name.
- all() - Static method in class biweekly.parameter.CalendarUserType
-
Gets all of the parameter values that are defined as static constants in
this class.
- all() - Static method in class biweekly.parameter.Encoding
-
Gets all of the parameter values that are defined as static constants in
this class.
- all() - Static method in class biweekly.parameter.FreeBusyType
-
Gets all of the parameter values that are defined as static constants in
this class.
- all() - Static method in class biweekly.parameter.ParticipationLevel
-
Gets all of the parameter values that are defined as static constants in
this class.
- all() - Static method in class biweekly.parameter.ParticipationStatus
-
Gets all of the parameter values that are defined as static constants in
this class.
- all() - Static method in class biweekly.parameter.Range
-
Gets all of the parameter values that are defined as static constants in
this class.
- all() - Static method in class biweekly.parameter.Related
-
Gets all of the parameter values that are defined as static constants in
this class.
- all() - Static method in class biweekly.parameter.RelationshipType
-
Gets all of the parameter values that are defined as static constants in
this class.
- all() - Static method in class biweekly.parameter.Role
-
Gets all of the parameter values that are defined as static constants in
this class.
- all() - Method in class biweekly.util.CaseClasses
-
Gets all the static constants of the case class.
- ALTREP - Static variable in class biweekly.parameter.ICalParameters
-
- append(CharSequence, boolean, Charset) - Method in class biweekly.io.text.FoldedLineWriter
-
Writes a string.
- append(ICalDataType, String) - Method in class biweekly.io.xml.XCalElement
-
Adds a value.
- append(String, String) - Method in class biweekly.io.xml.XCalElement
-
Adds a child element.
- append(String) - Method in class biweekly.io.xml.XCalElement
-
Adds a child element.
- append(ICalDataType) - Method in class biweekly.io.xml.XCalElement
-
Adds an empty value.
- append(String, Collection<String>) - Method in class biweekly.io.xml.XCalElement
-
Adds multiple child elements, each with the same name.
- asMulti() - Method in class biweekly.io.json.JCalValue
-
Parses this jCal value as a multi-valued property value.
- asObject() - Method in class biweekly.io.json.JCalValue
-
Parses this jCal value as an object property value.
- assign(VTimezone, TimeZone) - Method in class biweekly.io.TimezoneInfo
-
- asSingle() - Method in class biweekly.io.json.JCalValue
-
Parses this jCal value as a single-valued property value.
- asString(T) - Method in interface biweekly.io.scribe.property.ICalPropertyScribe.ListCallback
-
Converts a value to a string.
- asStructured() - Method in class biweekly.io.json.JCalValue
-
Parses this jCal value as a structured property value.
- Attachment - Class in biweekly.property
-
Defines a binary resource that is associated with the component to which it
belongs (such as an image or document).
- Attachment(String, File) - Constructor for class biweekly.property.Attachment
-
Creates a new attachment.
- Attachment(String, byte[]) - Constructor for class biweekly.property.Attachment
-
Creates a new attachment.
- Attachment(String, String) - Constructor for class biweekly.property.Attachment
-
Creates a new attachment.
- AttachmentScribe - Class in biweekly.io.scribe.property
-
- AttachmentScribe() - Constructor for class biweekly.io.scribe.property.AttachmentScribe
-
- ATTENDEE - Static variable in class biweekly.parameter.Role
-
Indicates that the user is an attendee of the calendar entity.
- Attendee - Class in biweekly.property
-
Defines an attendee (such as a person attending an event).
- Attendee(String, String) - Constructor for class biweekly.property.Attendee
-
Creates an attendee property.
- Attendee(String) - Constructor for class biweekly.property.Attendee
-
Creates an attendee property.
- AttendeeScribe - Class in biweekly.io.scribe.property
-
- AttendeeScribe() - Constructor for class biweekly.io.scribe.property.AttendeeScribe
-
- audio(Trigger) - Static method in class biweekly.component.VAlarm
-
Creates an audio alarm.
- audio(Trigger, Attachment) - Static method in class biweekly.component.VAlarm
-
Creates an audio alarm.
- audio() - Static method in class biweekly.property.Action
-
Creates an "audio" action property.
- AudioAlarm - Class in biweekly.property
-
Defines an alarm that will play an audio file when triggered.
- AudioAlarm() - Constructor for class biweekly.property.AudioAlarm
-
- AudioAlarmScribe - Class in biweekly.io.scribe.property
-
- AudioAlarmScribe() - Constructor for class biweekly.io.scribe.property.AudioAlarmScribe
-
- generate(TimeZone) - Method in class biweekly.io.TzUrlDotOrgGenerator
-
- generate(TimeZone) - Method in interface biweekly.io.VTimezoneGenerator
-
- Geo - Class in biweekly.property
-
Defines a set of geographical coordinates.
- Geo(Double, Double) - Constructor for class biweekly.property.Geo
-
Creates a new geo property.
- GeoScribe - Class in biweekly.io.scribe.property
-
- GeoScribe() - Constructor for class biweekly.io.scribe.property.GeoScribe
-
- get(String) - Static method in class biweekly.ICalDataType
-
Searches for a parameter value and creates one if it cannot be found.
- get(String) - Static method in enum biweekly.ICalVersion
-
Gets a
ICalVersion
instance based on the given version number.
- get(String) - Static method in class biweekly.parameter.CalendarUserType
-
Searches for a parameter value and creates one if it cannot be found.
- get(String) - Static method in class biweekly.parameter.Encoding
-
Searches for a parameter value and creates one if it cannot be found.
- get(String) - Static method in class biweekly.parameter.FreeBusyType
-
Searches for a parameter value and creates one if it cannot be found.
- get(String) - Static method in class biweekly.parameter.ParticipationLevel
-
Searches for a parameter value and creates one if it cannot be found.
- get(String) - Static method in class biweekly.parameter.ParticipationStatus
-
Searches for a parameter value and creates one if it cannot be found.
- get(String) - Static method in class biweekly.parameter.Range
-
Searches for a parameter value and creates one if it cannot be found.
- get(String) - Static method in class biweekly.parameter.Related
-
Searches for a parameter value and creates one if it cannot be found.
- get(String) - Static method in class biweekly.parameter.RelationshipType
-
Searches for a parameter value and creates one if it cannot be found.
- get(String) - Static method in class biweekly.parameter.Role
-
Searches for a parameter value and creates one if it cannot be found.
- get(V) - Method in class biweekly.util.CaseClasses
-
Searches for a case object by value, creating a new object if one cannot
be found.
- get(K) - Method in class biweekly.util.ListMultimap
-
Gets the values associated with the key.
- getAbbr() - Method in enum biweekly.util.Recurrence.DayOfWeek
-
Gets the day's abbreviation.
- getAction() - Method in class biweekly.component.VAlarm
-
Gets the type of action to invoke when the alarm is triggered.
- getActualToken() - Method in exception biweekly.io.json.JCalParseException
-
Gets the JSON token that was read.
- getAlarms() - Method in class biweekly.component.VEvent
-
Gets the alarms that are assigned to this event.
- getAlarms() - Method in class biweekly.component.VTodo
-
Gets the alarms that are assigned to this to-do.
- getAltRepresentation() - Method in class biweekly.parameter.ICalParameters
-
Gets a URI pointing to additional information about the entity
represented by the property.
- getAltRepresentation() - Method in class biweekly.property.Comment
-
- getAltRepresentation() - Method in class biweekly.property.Contact
-
- getAltRepresentation() - Method in class biweekly.property.Description
-
- getAltRepresentation() - Method in class biweekly.property.Location
-
- getAltRepresentation() - Method in class biweekly.property.Resources
-
- getAltRepresentation() - Method in class biweekly.property.Summary
-
- getArray() - Method in class biweekly.io.json.JsonValue
-
Gets the JSON array elements.
- getAttachments() - Method in class biweekly.component.VAlarm
-
Gets any attachments that are associated with the alarm.
- getAttachments() - Method in class biweekly.component.VEvent
-
Gets any attachments that are associated with the event.
- getAttachments() - Method in class biweekly.component.VJournal
-
Gets any attachments that are associated with the journal entry.
- getAttachments() - Method in class biweekly.component.VTodo
-
Gets any attachments that are associated with the to-do.
- getAttendees() - Method in class biweekly.component.VAlarm
-
Gets the people who will be emailed when the alarm fires (only applicable
for EMAIL alarms).
- getAttendees() - Method in class biweekly.component.VEvent
-
Gets the people who are attending the event.
- getAttendees() - Method in class biweekly.component.VFreeBusy
-
Gets the people who are involved in the free/busy entry.
- getAttendees() - Method in class biweekly.component.VJournal
-
Gets the people who are involved in the journal entry.
- getAttendees() - Method in class biweekly.component.VTodo
-
Gets the people who are involved in the to-do.
- getByComponent(Class<? extends ICalComponent>) - Method in class biweekly.ValidationWarnings
-
Gets all validation warnings of a given component.
- getByDay() - Method in class biweekly.util.Recurrence
-
Gets the day components of the BYDAY rule part.
- getByHour() - Method in class biweekly.util.Recurrence
-
Gets the BYHOUR rule part.
- getByMinute() - Method in class biweekly.util.Recurrence
-
Gets the BYMINUTE rule part.
- getByMonth() - Method in class biweekly.util.Recurrence
-
Gets the BYMONTH rule part.
- getByMonthDay() - Method in class biweekly.util.Recurrence
-
Gets the BYMONTHDAY rule part.
- getByProperty(Class<? extends ICalProperty>) - Method in class biweekly.ValidationWarnings
-
Gets all validation warnings of a given property.
- getBySecond() - Method in class biweekly.util.Recurrence
-
Gets the BYSECOND rule part.
- getBySetPos() - Method in class biweekly.util.Recurrence
-
Gets the BYSETPOS rule part.
- getByWeekNo() - Method in class biweekly.util.Recurrence
-
Gets the BYWEEKNO rule part.
- getByYearDay() - Method in class biweekly.util.Recurrence
-
Gets the BYYEARDAY rule part.
- getCalendarConstant() - Method in enum biweekly.util.Recurrence.DayOfWeek
-
- getCalendarScale() - Method in class biweekly.ICalendar
-
Gets the calendar system that this iCalendar object uses.
- getCalendarUserType() - Method in class biweekly.parameter.ICalParameters
-
Gets the type of user an attendee is (for example, an "individual" or a
"room").
- getCalendarUserType() - Method in class biweekly.property.Attendee
-
Gets the type of user the attendee is (for example, an "individual" or a
"room").
- getCategories() - Method in class biweekly.component.VEvent
-
Gets a list of "tags" or "keywords" that describe the event.
- getCategories() - Method in class biweekly.component.VJournal
-
Gets a list of "tags" or "keywords" that describe the journal entry.
- getCategories() - Method in class biweekly.component.VTodo
-
Gets a list of "tags" or "keywords" that describe the to-do.
- getCharset() - Method in class biweekly.parameter.ICalParameters
-
Gets the character set that the property value is encoded in.
- getClassification() - Method in class biweekly.component.VEvent
-
Gets the level of sensitivity of the event data.
- getClassification() - Method in class biweekly.component.VJournal
-
Gets the level of sensitivity of the journal entry.
- getClassification() - Method in class biweekly.component.VTodo
-
Gets the level of sensitivity of the to-do data.
- getCode() - Method in class biweekly.Warning
-
Gets the warning code.
- getComments() - Method in class biweekly.component.Observance
-
Gets the comments attached to the timezone observance.
- getComments() - Method in class biweekly.component.VEvent
-
Gets the comments attached to the event.
- getComments() - Method in class biweekly.component.VFreeBusy
-
Gets the comments attached to the free/busy entry.
- getComments() - Method in class biweekly.component.VJournal
-
Gets the comments attached to the journal entry.
- getComments() - Method in class biweekly.component.VTodo
-
Gets the comments attached to the to-do.
- getCommonName() - Method in class biweekly.parameter.ICalParameters
-
Gets the display name of a person.
- getCommonName() - Method in class biweekly.property.Attendee
-
- getCommonName() - Method in class biweekly.property.Organizer
-
- getCompleted() - Method in class biweekly.component.VTodo
-
Gets the date and time that the to-do was completed.
- getComponent(Class<T>) - Method in class biweekly.component.ICalComponent
-
Gets the first component of a given class.
- getComponent() - Method in class biweekly.io.ICalTimeZone
-
Gets the VTIMEZONE component that is being wrapped.
- getComponent(ICalProperty) - Method in class biweekly.io.TimezoneInfo
-
Gets the
VTimezone
component that a property is assigned to.
- getComponent() - Method in class biweekly.ValidationWarnings.WarningsGroup
-
Gets the component object that caused the validation warnings.
- getComponentClass() - Method in class biweekly.io.scribe.component.ICalComponentScribe
-
Gets the component class.
- getComponentHierarchy() - Method in class biweekly.ValidationWarnings.WarningsGroup
-
Gets the hierarchy of components that the property or component
belongs to.
- getComponentName() - Method in class biweekly.io.scribe.component.ICalComponentScribe
-
Gets the component's name.
- getComponents(Class<T>) - Method in class biweekly.component.ICalComponent
-
Gets all components of a given class.
- getComponents() - Method in class biweekly.component.ICalComponent
-
Gets all the sub-components associated with this component.
- getComponents(T) - Method in class biweekly.io.scribe.component.ICalComponentScribe
-
Gets the sub-components to marshal.
- getComponents() - Method in class biweekly.io.TimezoneInfo
-
Gets all of the iCalendar
VTimezone
components that have been
registered or generated by this class.
- getComponentScribe(String, ICalVersion) - Method in class biweekly.io.scribe.ScribeIndex
-
Gets a component scribe by name.
- getComponentScribe(Class<? extends ICalComponent>) - Method in class biweekly.io.scribe.ScribeIndex
-
Gets a component scribe by class.
- getComponentScribe(ICalComponent) - Method in class biweekly.io.scribe.ScribeIndex
-
Gets the appropriate component scribe for a given component instance.
- getContact() - Method in class biweekly.component.VFreeBusy
-
Gets the contact associated with the free/busy entry.
- getContacts() - Method in class biweekly.component.VEvent
-
Gets the contacts associated with the event.
- getContacts() - Method in class biweekly.component.VJournal
-
Gets the contacts associated with the journal entry.
- getContacts() - Method in class biweekly.component.VTodo
-
Gets the contacts associated with the to-do.
- getContentId() - Method in class biweekly.property.Attachment
-
Gets the attachment's content ID.
- getContentId() - Method in class biweekly.property.AudioAlarm
-
- getCount() - Method in class biweekly.util.Recurrence
-
Gets the number of times the rule will be repeated.
- getCreated() - Method in class biweekly.component.VEvent
-
Gets the date-time that the event was initially created.
- getCreated() - Method in class biweekly.component.VJournal
-
Gets the date-time that the journal entry was initially created.
- getCreated() - Method in class biweekly.component.VTodo
-
Gets the date-time that the to-do was initially created.
- getData() - Method in class biweekly.property.Attachment
-
Gets the attachment's binary data.
- getData() - Method in class biweekly.property.AudioAlarm
-
- getDataType() - Method in class biweekly.property.RawProperty
-
- getDate() - Method in class biweekly.io.ParseContext.TimezonedDate
-
Gets the date object that was assigned to the property object (should
be parsed under the JVM's default timezone)
- getDate() - Method in class biweekly.property.Trigger
-
Gets the date-time that the alarm will trigger.
- getDate() - Method in class biweekly.util.DateTimeComponents
-
Gets the date component
- getDateDue() - Method in class biweekly.component.VTodo
-
Gets the date that a to-do is due by.
- getDateEnd() - Method in class biweekly.component.VEvent
-
Gets the date that the event ends.
- getDateEnd() - Method in class biweekly.component.VFreeBusy
-
Gets the date that the free/busy entry ends.
- getDateFormat() - Method in enum biweekly.util.ICalDateFormat
-
Builds a
DateFormat
object for parsing and formating dates in
this ISO format.
- getDateFormat(TimeZone) - Method in enum biweekly.util.ICalDateFormat
-
Builds a
DateFormat
object for parsing and formating dates in
this ISO format.
- getDateIterator(Date) - Method in class biweekly.property.RecurrenceProperty
-
Gets the date values of this recurrence property.
- getDateIterator(ICalDate) - Method in class biweekly.property.RecurrenceProperty
-
Gets the date values of this recurrence property.
- getDates() - Method in class biweekly.io.WriteContext
-
Gets the timezoned date-time property values that are in the iCalendar
object.
- getDates() - Method in class biweekly.property.RecurrenceDates
-
Gets the recurrence dates.
- getDateStart() - Method in class biweekly.component.Observance
-
Gets the date that the timezone observance starts.
- getDateStart() - Method in class biweekly.component.VEvent
-
Gets the date that the event starts.
- getDateStart() - Method in class biweekly.component.VFreeBusy
-
Gets the date that the free/busy entry starts.
- getDateStart() - Method in class biweekly.component.VJournal
-
Gets the date that the journal entry starts.
- getDateStart() - Method in class biweekly.component.VTodo
-
Gets the date that the to-do starts.
- getDateTimeStamp() - Method in class biweekly.component.VEvent
-
Gets either (a) the creation date of the iCalendar object (if the
Method
property is defined) or (b) the date that the event was
last modified (the
LastModified
property also holds this
information).
- getDateTimeStamp() - Method in class biweekly.component.VFreeBusy
-
Gets either (a) the creation date of the iCalendar object (if the
Method
property is defined) or (b) the date that the free/busy
entry was last modified (the
LastModified
property also holds
this information).
- getDateTimeStamp() - Method in class biweekly.component.VJournal
-
Gets either (a) the creation date of the iCalendar object (if the
Method
property is defined) or (b) the date that the journal
entry was last modified (the
LastModified
property also holds
this information).
- getDateTimeStamp() - Method in class biweekly.component.VTodo
-
Gets either (a) the creation date of the iCalendar object (if the
Method
property is defined) or (b) the date that the to-do was
last modified (the
LastModified
property also holds this
information).
- getDay() - Method in class biweekly.util.Recurrence.ByDay
-
- getDaylightName() - Method in class biweekly.property.Daylight
-
Gets the name of daylight savings time.
- getDaylights() - Method in class biweekly.io.DataModelConverter.VCalTimezoneProperties
-
- getDaylightSavingsTime() - Method in class biweekly.component.VTimezone
-
Gets the timezone's "daylight savings" observance time ranges.
- getDays() - Method in class biweekly.util.Duration
-
Gets the number of days.
- getDefaultQuotedPrintableCharset() - Method in class biweekly.io.text.ICalReader
-
Gets the character set to use when decoding quoted-printable values if
the property has no CHARSET parameter, or if the CHARSET parameter is not
a valid character set.
- getDelegatedFrom() - Method in class biweekly.parameter.ICalParameters
-
Gets the people who have delegated their responsibility to an attendee.
- getDelegatedFrom() - Method in class biweekly.property.Attendee
-
Gets the people who have delegated their responsibility to the attendee.
- getDelegatedTo() - Method in class biweekly.parameter.ICalParameters
-
Gets the people to which an attendee has delegated his or her
responsibility.
- getDelegatedTo() - Method in class biweekly.property.Attendee
-
Gets the people to which the attendee has delegated his or her
responsibility.
- getDescription() - Method in class biweekly.component.VAlarm
-
Gets a detailed description of the alarm.
- getDescription() - Method in class biweekly.component.VEvent
-
Gets a detailed description of the event.
- getDescription() - Method in class biweekly.component.VTodo
-
Gets a detailed description of the to-do.
- getDescription() - Method in class biweekly.property.RequestStatus
-
Gets the human-readable description of the status.
- getDescriptions() - Method in class biweekly.component.VJournal
-
Gets the detailed descriptions to the journal entry.
- getDirectoryEntry() - Method in class biweekly.parameter.ICalParameters
-
Gets a URI that contains additional information about the person.
- getDirectoryEntry() - Method in class biweekly.property.Attendee
-
- getDirectoryEntry() - Method in class biweekly.property.Organizer
-
- getDisplayName(boolean, int, Locale) - Method in class biweekly.io.ICalTimeZone
-
- getDocument() - Method in class biweekly.io.xml.XCalDocument
-
Gets the raw XML DOM object.
- getDuration() - Method in class biweekly.component.VAlarm
-
Gets the length of the pause between alarm repetitions.
- getDuration() - Method in class biweekly.component.VEvent
-
Gets the duration of the event.
- getDuration() - Method in class biweekly.component.VTodo
-
Gets the duration of the to-do.
- getDuration() - Method in class biweekly.property.Trigger
-
Gets the relative time at which the alarm will trigger.
- getDuration() - Method in class biweekly.util.Period
-
Gets the length of time after the start date.
- getElement() - Method in class biweekly.io.xml.XCalElement
-
Gets the wrapped XML element.
- getEmail() - Method in class biweekly.property.Attendee
-
Gets the attendee's email
- getEmail() - Method in class biweekly.property.EmailAlarm
-
Gets the email address.
- getEmail() - Method in class biweekly.property.Organizer
-
Gets the organizer's email
- getEncoding() - Method in class biweekly.io.text.FoldedLineReader
-
Gets the character encoding of the reader.
- getEncoding() - Method in class biweekly.io.text.FoldedLineWriter
-
Gets the writer's character encoding.
- getEncoding() - Method in class biweekly.io.text.ICalRawReader
-
Gets the character encoding of the reader.
- getEncoding() - Method in class biweekly.parameter.ICalParameters
-
Gets the encoding of the property value (for example, "base64").
- getEnd() - Method in class biweekly.property.Daylight
-
Gets the end date of daylight savings time.
- getEndDate() - Method in class biweekly.util.Period
-
Gets the end date.
- getEvents() - Method in class biweekly.ICalendar
-
Gets the events.
- getExceptionDates() - Method in class biweekly.component.Observance
-
Gets the list of exceptions to the timezone observance.
- getExceptionDates() - Method in class biweekly.component.VEvent
-
Gets the list of exceptions to the recurrence rule defined in the event
(if one is defined).
- getExceptionDates() - Method in class biweekly.component.VJournal
-
Gets the list of exceptions to the recurrence rule defined in the journal
entry (if one is defined).
- getExceptionDates() - Method in class biweekly.component.VTodo
-
Gets the list of exceptions to the recurrence rule defined in the to-do
(if one is defined).
- getExceptionRules() - Method in class biweekly.component.VEvent
-
- getExceptionRules() - Method in class biweekly.component.VJournal
-
- getExceptionRules() - Method in class biweekly.component.VTodo
-
- getExceptionText() - Method in class biweekly.property.RequestStatus
-
Gets any additional data related to the response.
- getExpectedToken() - Method in exception biweekly.io.json.JCalParseException
-
Gets the JSON token that the parser was expected.
- getExperimentalComponent(String) - Method in class biweekly.component.ICalComponent
-
Gets the first experimental sub-component with a given name.
- getExperimentalComponents(String) - Method in class biweekly.component.ICalComponent
-
Gets all experimental sub-component with a given name.
- getExperimentalComponents() - Method in class biweekly.component.ICalComponent
-
Gets all experimental sub-components associated with this component.
- getExperimentalProperties(String) - Method in class biweekly.component.ICalComponent
-
Gets all experimental properties with a given name.
- getExperimentalProperties() - Method in class biweekly.component.ICalComponent
-
Gets all experimental properties associated with this component.
- getExperimentalProperty(String) - Method in class biweekly.component.ICalComponent
-
Gets the first experimental property with a given name.
- getFileContents(File) - Static method in class biweekly.util.IOUtils
-
Reads the contents of a text file.
- getFileContents(File, String) - Static method in class biweekly.util.IOUtils
-
Reads the contents of a text file.
- getFirstChildElement(Element) - Static method in class biweekly.util.XmlUtils
-
Gets the first child element of an element.
- getFloatingDates() - Method in class biweekly.io.ParseContext
-
Gets the date-time properties that are in floating time (lacking a
timezone).
- getFoldedLineWriter() - Method in class biweekly.io.text.ICalRawWriter
-
Gets the writer that this object wraps.
- getFormatType() - Method in class biweekly.parameter.ICalParameters
-
Gets the content-type of the property's value.
- getFormatType() - Method in class biweekly.property.Attachment
-
- getFreeBusies() - Method in class biweekly.ICalendar
-
Gets the free/busy entries.
- getFreeBusy() - Method in class biweekly.component.VFreeBusy
-
Gets the person's availabilities over certain time periods (for example,
"free" between 1pm-3pm, but "busy" between 3pm-4pm).
- getFreeBusyType() - Method in class biweekly.parameter.ICalParameters
-
Gets the person's status over the time periods that are specified in a
FreeBusy
property (for example, "free" or "busy").
- getFrequency() - Method in class biweekly.util.Recurrence
-
Gets the frequency.
- getGenerator() - Method in class biweekly.io.TimezoneInfo
-
Gets the timezone generator.
- getGeo() - Method in class biweekly.component.VEvent
-
Gets a set of geographical coordinates.
- getGeo() - Method in class biweekly.component.VTodo
-
Gets a set of geographical coordinates.
- getHour() - Method in class biweekly.util.DateTimeComponents
-
Gets the hour component
- getHour() - Method in class biweekly.util.UtcOffset
-
Gets the hour component.
- getHourOffset() - Method in class biweekly.property.UtcOffsetProperty
-
- getHours() - Method in class biweekly.util.Duration
-
Gets the number of hours.
- getICalendars() - Method in class biweekly.io.xml.XCalDocument
-
Parses all iCalendar objects from this XML document.
- getICalendarScribe() - Static method in class biweekly.io.scribe.ScribeIndex
-
Convenience method for getting the scribe of the root iCalendar component
("VCALENDAR").
- getIndent() - Method in class biweekly.io.text.FoldedLineWriter
-
Gets the string that is prepended to each folded line (defaults to a
single space character).
- getInterval() - Method in class biweekly.util.Recurrence
-
Gets how often the rule repeats, in relation to the frequency.
- getJournals() - Method in class biweekly.ICalendar
-
Gets the journal entries.
- getLanguage() - Method in class biweekly.parameter.ICalParameters
-
Gets the language that the property value is written in.
- getLanguage() - Method in class biweekly.property.Attendee
-
Gets the language that the common name is written in.
- getLanguage() - Method in class biweekly.property.Categories
-
- getLanguage() - Method in class biweekly.property.Comment
-
- getLanguage() - Method in class biweekly.property.Contact
-
- getLanguage() - Method in class biweekly.property.Description
-
- getLanguage() - Method in class biweekly.property.Location
-
- getLanguage() - Method in class biweekly.property.Organizer
-
Gets the language that the common name parameter is written in.
- getLanguage() - Method in class biweekly.property.RequestStatus
-
- getLanguage() - Method in class biweekly.property.Resources
-
- getLanguage() - Method in class biweekly.property.Summary
-
- getLanguage() - Method in class biweekly.property.TimezoneName
-
- getLastModified() - Method in class biweekly.component.VEvent
-
Gets the date-time that the event was last changed.
- getLastModified() - Method in class biweekly.component.VJournal
-
Gets the date-time that the journal entry was last changed.
- getLastModified() - Method in class biweekly.component.VTimezone
-
Gets the date-time that the timezone data was last changed.
- getLastModified() - Method in class biweekly.component.VTodo
-
Gets the date-time that the to-do was last changed.
- getLatitude() - Method in class biweekly.property.Geo
-
Gets the latitude.
- getLine() - Method in exception biweekly.io.text.ICalParseException
-
- getLineLength() - Method in class biweekly.io.text.FoldedLineWriter
-
Gets the maximum length a line can be before it is folded (excluding the
newline, defaults to 75).
- getLineNum() - Method in class biweekly.io.json.JCalRawReader
-
Gets the current line number.
- getLineNum() - Method in class biweekly.io.text.FoldedLineReader
-
Gets the starting line number of the last unfolded line that was read.
- getLineNum() - Method in class biweekly.io.text.ICalRawReader
-
Gets the line number of the last line that was read.
- getLocation() - Method in class biweekly.component.VEvent
-
Gets the physical location of the event.
- getLocation() - Method in class biweekly.component.VTodo
-
Gets the physical location of the to-do.
- getLongitude() - Method in class biweekly.property.Geo
-
Gets the longitude.
- getMap() - Method in class biweekly.util.ListMultimap
-
Gets the underlying
Map
object.
- getMaxVersion() - Method in class biweekly.property.Version
-
Gets the maximum version that a consumer must support in order to
successfully parse the iCalendar object.
- getMembers() - Method in class biweekly.parameter.ICalParameters
-
Gets the groups that an attendee is a member of.
- getMembers() - Method in class biweekly.property.Attendee
-
Gets the groups that the attendee is a member of.
- getMessage(String, Object...) - Method in enum biweekly.Messages
-
Gets a message.
- getMessage() - Method in class biweekly.Warning
-
Gets the warning message
- getMethod() - Method in class biweekly.ICalendar
-
Gets the value of the Content-Type "method" parameter if the iCalendar
object is defined as a MIME message entity.
- getMinute() - Method in class biweekly.util.DateTimeComponents
-
Gets the minute component.
- getMinute() - Method in class biweekly.util.UtcOffset
-
Gets the minute component.
- getMinuteOffset() - Method in class biweekly.property.UtcOffsetProperty
-
- getMinutes() - Method in class biweekly.util.Duration
-
Gets the number of minutes.
- getMinVersion() - Method in class biweekly.property.Version
-
Gets the minimum version that a consumer must support in order to
successfully parse the iCalendar object.
- getMonth() - Method in class biweekly.util.DateTimeComponents
-
Gets the month component.
- getName() - Method in class biweekly.component.RawComponent
-
- getName() - Method in class biweekly.ICalDataType
-
Gets the name of the data type.
- getName() - Method in class biweekly.io.text.ICalRawLine
-
Gets the property name.
- getName() - Method in class biweekly.property.RawProperty
-
- getNamespaceURI(String) - Method in class biweekly.io.xml.XCalNamespaceContext
-
- getNewline() - Method in class biweekly.io.text.FoldedLineWriter
-
Gets the newline sequence that is used to separate lines (defaults to
CRLF).
- getNote() - Method in class biweekly.property.EmailAlarm
-
Gets the note to send.
- getNum() - Method in class biweekly.util.Recurrence.ByDay
-
- getObject() - Method in class biweekly.io.json.JsonValue
-
Gets the JSON object.
- getObservance(Date) - Method in class biweekly.io.ICalTimeZone
-
Gets the observance that a date is effected by.
- getObservanceAfter() - Method in class biweekly.io.ICalTimeZone.Boundary
-
Gets the observance that comes after the observance that the date
resides in.
- getObservanceAfterStart() - Method in class biweekly.io.ICalTimeZone.Boundary
-
Gets the start time the observance that comes after the observance
that the date resides in.
- getObservanceBoundary(Date) - Method in class biweekly.io.ICalTimeZone
-
Gets the timezone information of a date.
- getObservanceIn() - Method in class biweekly.io.ICalTimeZone.Boundary
-
Gets the observance that the date resides in.
- getObservanceInStart() - Method in class biweekly.io.ICalTimeZone.Boundary
-
Gets start time of the observance that the date resides in.
- getOffset(int, int, int, int, int, int) - Method in class biweekly.io.ICalTimeZone
-
- getOffset() - Method in class biweekly.property.Daylight
-
Gets the UTC offset of daylight savings time.
- getOrganizer() - Method in class biweekly.component.VEvent
-
Gets the organizer of the event.
- getOrganizer() - Method in class biweekly.component.VFreeBusy
-
Gets the person requesting the free/busy time.
- getOrganizer() - Method in class biweekly.component.VJournal
-
Gets the organizer of the journal entry.
- getOrganizer() - Method in class biweekly.component.VTodo
-
Gets the organizer of the to-do.
- getParameter(String) - Method in class biweekly.property.ICalProperty
-
Gets the first value of a parameter with the given name.
- getParameters() - Method in class biweekly.io.text.ICalRawLine
-
Gets the property's parameters.
- getParameters() - Method in class biweekly.property.ICalProperty
-
Gets the property's parameters.
- getParameters(String) - Method in class biweekly.property.ICalProperty
-
Gets all values of a parameter with the given name.
- getParent() - Method in class biweekly.io.WriteContext
-
Gets the parent component of the property that is being written.
- getParseMessage(int, Object...) - Method in enum biweekly.Messages
-
Gets a parser warning message.
- getParticipationLevel() - Method in class biweekly.property.Attendee
-
Gets an attendee's level of participation.
- getParticipationStatus() - Method in class biweekly.property.Attendee
-
Gets an attendee's participation status
- getPath() - Method in class biweekly.property.ProcedureAlarm
-
Gets the path or name of the procedure to run when the alarm is
triggered.
- getPath(String) - Method in class biweekly.property.ProcedureAlarm
-
Sets the path or name of the procedure to run when the alarm is
triggered.
- getPercentComplete() - Method in class biweekly.component.VTodo
-
Gets the amount that the to-do task has been completed.
- getPeriods() - Method in class biweekly.property.RecurrenceDates
-
Gets the time periods.
- getPrefix() - Method in class biweekly.io.xml.XCalNamespaceContext
-
Gets the prefix to use in xpath expressions.
- getPrefix(String) - Method in class biweekly.io.xml.XCalNamespaceContext
-
- getPrefixes(String) - Method in class biweekly.io.xml.XCalNamespaceContext
-
- getPriority() - Method in class biweekly.component.VEvent
-
Gets the priority of the event.
- getPriority() - Method in class biweekly.component.VTodo
-
Gets the priority of the to-do.
- getProductId() - Method in class biweekly.ICalendar
-
Gets the name of the application that created the iCalendar object.
- getProperties(Class<T>) - Method in class biweekly.component.ICalComponent
-
Gets all properties of a given class.
- getProperties() - Method in class biweekly.component.ICalComponent
-
Gets all the properties associated with this component.
- getProperties(T) - Method in class biweekly.io.scribe.component.ICalComponentScribe
-
Gets the properties to marshal.
- getProperties(VFreeBusy) - Method in class biweekly.io.scribe.component.VFreeBusyScribe
-
- getProperty(Class<T>) - Method in class biweekly.component.ICalComponent
-
Gets the first property of a given class.
- getProperty() - Method in class biweekly.io.ParseContext.TimezonedDate
-
Gets the property object.
- getProperty() - Method in class biweekly.io.scribe.property.ICalPropertyScribe.Result
-
Gets the property object.
- getProperty() - Method in class biweekly.ValidationWarnings.WarningsGroup
-
Gets the property object that caused the validation warnings.
- getPropertyClass() - Method in class biweekly.io.scribe.property.ICalPropertyScribe
-
Gets the property class.
- getPropertyName() - Method in class biweekly.io.scribe.property.ICalPropertyScribe
-
Gets the property name.
- getPropertyScribe(String, ICalVersion) - Method in class biweekly.io.scribe.ScribeIndex
-
Gets a property scribe by name.
- getPropertyScribe(Class<? extends ICalProperty>) - Method in class biweekly.io.scribe.ScribeIndex
-
Gets a property scribe by class.
- getPropertyScribe(ICalProperty) - Method in class biweekly.io.scribe.ScribeIndex
-
Gets the appropriate property scribe for a given property instance.
- getPropertyScribe(QName) - Method in class biweekly.io.scribe.ScribeIndex
-
Gets a property scribe by XML local name and namespace.
- getQName() - Method in class biweekly.io.scribe.property.ICalPropertyScribe
-
Gets this property's local name and namespace for xCal documents.
- getRange() - Method in class biweekly.parameter.ICalParameters
-
Gets the effective range of recurrence instances from the instance
specified by a
RecurrenceId
property.
- getRange() - Method in class biweekly.property.RecurrenceId
-
Gets the effective range of recurrence instances from the instance
specified by this property.
- getRawComponents() - Method in class biweekly.util.ICalDate
-
Gets the raw date-time components of the value as read from the input
stream.
- getRawOffset() - Method in class biweekly.io.ICalTimeZone
-
- getRawWriter() - Method in class biweekly.io.text.ICalWriter
-
Gets the writer object that is used internally to write to the output
stream.
- getRecurrenceDates() - Method in class biweekly.component.Observance
-
Gets the list of dates/periods that help define the recurrence rule of
this timezone observance (if one is defined).
- getRecurrenceDates() - Method in class biweekly.component.VEvent
-
Gets the list of dates/periods that help define the recurrence rule of
this event (if one is defined).
- getRecurrenceDates() - Method in class biweekly.component.VJournal
-
Gets the list of dates/periods that help define the recurrence rule of
this journal entry (if one is defined).
- getRecurrenceDates() - Method in class biweekly.component.VTodo
-
Gets the list of dates/periods that help define the recurrence rule of
this to-do (if one is defined).
- getRecurrenceId() - Method in class biweekly.component.VEvent
-
Gets the original value of the
DateStart
property if the event is
recurring and has been modified.
- getRecurrenceId() - Method in class biweekly.component.VJournal
-
Gets the original value of the
DateStart
property if the event is
recurring and has been modified.
- getRecurrenceId() - Method in class biweekly.component.VTodo
-
Gets the original value of the
DateStart
property if the to-do is
recurring and has been modified.
- getRecurrenceRule() - Method in class biweekly.component.Observance
-
Gets how often the timezone observance repeats.
- getRecurrenceRule() - Method in class biweekly.component.VEvent
-
Gets how often the event repeats.
- getRecurrenceRule() - Method in class biweekly.component.VJournal
-
Gets how often the journal entry repeats.
- getRecurrenceRule() - Method in class biweekly.component.VTodo
-
Gets how often the to-do repeats.
- getRelated() - Method in class biweekly.parameter.ICalParameters
-
Gets the date-time field that the duration in a
Trigger
property
is relative to.
- getRelated() - Method in class biweekly.property.Trigger
-
Gets the date-time field that the duration is relative to.
- getRelatedTo() - Method in class biweekly.component.VEvent
-
Gets the components that the event is related to.
- getRelatedTo() - Method in class biweekly.component.VJournal
-
Gets the components that the journal entry is related to.
- getRelatedTo() - Method in class biweekly.component.VTodo
-
Gets the components that the to-do is related to.
- getRelationshipType() - Method in class biweekly.parameter.ICalParameters
-
Gets the relationship type of a
RelatedTo
property.
- getRelationshipType() - Method in class biweekly.property.RelatedTo
-
Gets the relationship type.
- getRepeat() - Method in class biweekly.component.VAlarm
-
Gets the number of times an alarm should be repeated after its initial
trigger.
- getRepeat() - Method in class biweekly.property.VCalAlarmProperty
-
- getRequestStatus() - Method in class biweekly.component.VEvent
-
Gets the response to a scheduling request.
- getRequestStatus() - Method in class biweekly.component.VFreeBusy
-
Gets the response to a scheduling request.
- getRequestStatus() - Method in class biweekly.component.VJournal
-
Gets the response to a scheduling request.
- getRequestStatus() - Method in class biweekly.component.VTodo
-
Gets the response to a scheduling request.
- getResources() - Method in class biweekly.component.VEvent
-
Gets the resources that are needed for the event.
- getResources() - Method in class biweekly.component.VTodo
-
Gets the resources that are needed for the to-do.
- getRole() - Method in class biweekly.property.Attendee
-
Gets an attendee's role (for example, "chair" or "attendee").
- getRootElement(Document) - Static method in class biweekly.util.XmlUtils
-
Gets the root element of a document.
- getRsvp() - Method in class biweekly.property.Attendee
-
Gets whether the organizer requests a response from the attendee.
- getScribeIndex() - Method in class biweekly.io.StreamReader
-
Gets the object that manages the component/property scribes.
- getScribeIndex() - Method in class biweekly.io.StreamWriter
-
Gets the object that manages the component/property scribes.
- getSecond() - Method in class biweekly.util.DateTimeComponents
-
Gets the second component.
- getSeconds() - Method in class biweekly.util.Duration
-
Gets the number of seconds.
- getSentBy() - Method in class biweekly.parameter.ICalParameters
-
Gets a person that is acting on behalf of the person defined in the
property.
- getSentBy() - Method in class biweekly.property.Attendee
-
- getSentBy() - Method in class biweekly.property.Organizer
-
- getSequence() - Method in class biweekly.component.VEvent
-
Gets the revision number of the event.
- getSequence() - Method in class biweekly.component.VJournal
-
Gets the revision number of the journal entry.
- getSequence() - Method in class biweekly.component.VTodo
-
Gets the revision number of the to-do.
- getSnooze() - Method in class biweekly.property.VCalAlarmProperty
-
- getStandardName() - Method in class biweekly.property.Daylight
-
Gets the name for standard time.
- getStandardTimes() - Method in class biweekly.component.VTimezone
-
Gets the timezone's "standard" observance time ranges.
- getStandardValues(ICalVersion) - Method in class biweekly.property.Action
-
- getStandardValues(ICalVersion) - Method in class biweekly.property.CalendarScale
-
- getStandardValues(ICalVersion) - Method in class biweekly.property.Classification
-
- getStandardValues(ICalVersion) - Method in class biweekly.property.EnumProperty
-
Gets the list of acceptable values for this property.
- getStandardValues(ICalVersion) - Method in class biweekly.property.Status
-
- getStandardValues(ICalVersion) - Method in class biweekly.property.Transparency
-
- getStart() - Method in class biweekly.property.Daylight
-
Gets the start date of dayight savings time.
- getStart() - Method in class biweekly.property.VCalAlarmProperty
-
- getStartDate() - Method in class biweekly.util.Period
-
Gets the start date.
- getStatus() - Method in class biweekly.component.VEvent
-
Gets the status of the event.
- getStatus() - Method in class biweekly.component.VJournal
-
Gets the status of the journal entry.
- getStatus() - Method in class biweekly.component.VTodo
-
Gets the status of the to-do.
- getStatusCode() - Method in class biweekly.property.RequestStatus
-
Gets the status code.
- getSummary() - Method in class biweekly.component.VAlarm
-
Gets the summary of the alarm.
- getSummary() - Method in class biweekly.component.VEvent
-
Gets the summary of the event.
- getSummary() - Method in class biweekly.component.VJournal
-
Gets the summary of the journal entry.
- getSummary() - Method in class biweekly.component.VTodo
-
Gets the summary of the to-do.
- getSupportedVersions() - Method in class biweekly.io.scribe.component.ICalComponentScribe
-
Gets the iCalendar versions that support this component.
- getSupportedVersions() - Method in class biweekly.io.scribe.component.ObservanceScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.component.VAlarmScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.component.VFreeBusyScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.component.VJournalScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.component.VTimezoneScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.ActionScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.CalendarScaleScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.CommentScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.ContactScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.CreatedScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.DateTimeStampScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.DaylightScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.FreeBusyScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.ICalPropertyScribe
-
Gets the iCalendar versions that support this property.
- getSupportedVersions() - Method in class biweekly.io.scribe.property.MethodScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.OrganizerScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.PercentCompleteScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.RecurrenceIdScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.RepeatScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.RequestStatusScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.TimezoneIdScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.TimezoneNameScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.TimezoneOffsetFromScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.TimezoneOffsetToScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.TimezoneScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.TimezoneUrlScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.TriggerScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.VCalAlarmPropertyScribe
-
- getSupportedVersions() - Method in class biweekly.io.scribe.property.XmlScribe
-
- getTargetVersion() - Method in class biweekly.io.json.JCalWriter
-
- getTargetVersion() - Method in class biweekly.io.StreamWriter
-
Gets the version that the next iCalendar object will be written as.
- getTargetVersion() - Method in class biweekly.io.text.ICalWriter
-
Gets the version that the written iCalendar objects will adhere to.
- getTargetVersion() - Method in class biweekly.io.xml.XCalDocument.XCalDocumentStreamWriter
-
- getTargetVersion() - Method in class biweekly.io.xml.XCalWriter
-
- getText() - Method in class biweekly.property.DisplayAlarm
-
Gets the text to display when the alarm is triggered.
- getTimeZone(ICalProperty) - Method in class biweekly.io.TimezoneInfo
-
Gets the timezone that is assigned to a property.
- getTimeZoneByComponent(VTimezone) - Method in class biweekly.io.TimezoneInfo
-
- getTimeZoneById(String) - Method in class biweekly.io.TimezoneInfo
-
Gets a timezone with a given ID.
- getTimezonedDates() - Method in class biweekly.io.ParseContext
-
Gets the list of date-time property values that use a timezone.
- getTimezoneId() - Method in class biweekly.component.VTimezone
-
Gets the ID for this timezone.
- getTimezoneId() - Method in class biweekly.parameter.ICalParameters
-
Gets the TZID property, which defines the timezone that this property is
formatted in.
- getTimezoneInfo() - Method in class biweekly.io.StreamReader
-
Gets the timezone info of the last iCalendar object that was read.
- getTimezoneInfo() - Method in class biweekly.io.StreamWriter
-
Gets the timezone-related info for this writer.
- getTimezoneInfo() - Method in class biweekly.io.WriteContext
-
Gets the timezone options for this iCalendar object.
- getTimezoneNames() - Method in class biweekly.component.Observance
-
Gets the traditional, non-standard names for the timezone observance.
- getTimezoneOffsetFrom() - Method in class biweekly.component.Observance
-
Gets the UTC offset that the timezone observance transitions from.
- getTimezoneOffsetTo() - Method in class biweekly.component.Observance
-
Gets the UTC offset that the timezone observance transitions to.
- getTimeZoneToWriteIn(ICalProperty) - Method in class biweekly.io.TimezoneInfo
-
Gets the timezone that a property should be formatted in when written.
- getTimezoneUrl() - Method in class biweekly.component.VTimezone
-
Gets the timezone URL, which points to an iCalendar object that contains
further information on the timezone.
- getTodos() - Method in class biweekly.ICalendar
-
Gets the to-dos.
- getTransparency() - Method in class biweekly.component.VEvent
-
Gets whether an event is visible to free/busy time searches.
- getTrigger() - Method in class biweekly.component.VAlarm
-
Gets when the alarm will be triggered.
- getType() - Method in class biweekly.property.FreeBusy
-
Gets the person's status over the time periods that are specified in this
property (for example, "free" or "busy").
- getTz() - Method in class biweekly.io.DataModelConverter.VCalTimezoneProperties
-
- getUid() - Method in class biweekly.component.VEvent
-
Gets the unique identifier for this event.
- getUid() - Method in class biweekly.component.VFreeBusy
-
Gets the unique identifier for this free/busy entry.
- getUid() - Method in class biweekly.component.VJournal
-
Gets the unique identifier for this journal entry.
- getUid() - Method in class biweekly.component.VTodo
-
Gets the unique identifier for this to-do.
- getUntil() - Method in class biweekly.util.Recurrence
-
Gets the date that the recurrence stops.
- getUri() - Method in class biweekly.property.Attachment
-
Gets the attachment's URI.
- getUri() - Method in class biweekly.property.Attendee
-
Gets a URI representing the attendee.
- getUri() - Method in class biweekly.property.AudioAlarm
-
- getUri() - Method in class biweekly.property.Organizer
-
Gets a URI representing the organizer.
- getUrl() - Method in class biweekly.component.VEvent
-
Gets a URL to a resource that contains additional information about the
event.
- getUrl() - Method in class biweekly.component.VFreeBusy
-
Gets a URL to a resource that contains additional information about the
free/busy entry.
- getUrl() - Method in class biweekly.component.VJournal
-
Gets a URL to a resource that contains additional information about the
journal entry.
- getUrl() - Method in class biweekly.component.VTodo
-
Gets a URL to a resource that contains additional information about the
to-do.
- getValidationWarning(int, Object...) - Method in enum biweekly.Messages
-
Gets a validation warning message.
- getValue() - Method in class biweekly.io.json.JsonValue
-
Gets the JSON value.
- getValue() - Method in class biweekly.io.text.ICalRawLine
-
Gets the property value.
- getValue() - Method in class biweekly.parameter.EnumParameterValue
-
Gets the value of the parameter.
- getValue() - Method in class biweekly.parameter.ICalParameters
-
Gets the data type of the property's value (for example, "text" or
"datetime").
- getValue(ICalVersion) - Method in class biweekly.parameter.ParticipationLevel
-
Gets the value of the parameter
- getValue() - Method in class biweekly.property.RawProperty
-
- getValue() - Method in class biweekly.property.ValuedProperty
-
Gets the value of this property.
- getValue(ValuedProperty<T>) - Static method in class biweekly.property.ValuedProperty
-
- getValues() - Method in class biweekly.io.json.JCalValue
-
Gets the raw JSON values.
- getValues() - Method in class biweekly.property.FreeBusy
-
Gets all time periods.
- getValues() - Method in class biweekly.property.ListProperty
-
Gets the values of this property.
- getValueSupportedVersions() - Method in class biweekly.property.Action
-
- getValueSupportedVersions() - Method in class biweekly.property.CalendarScale
-
- getValueSupportedVersions() - Method in class biweekly.property.EnumProperty
-
Gets the iCalendar versions that this property's value is supported in.
- getValueSupportedVersions() - Method in class biweekly.property.Status
-
- getVersion() - Method in class biweekly.ICalendar
-
Gets the version of this iCalendar object.
- getVersion() - Method in enum biweekly.ICalVersion
-
Gets the text representation of this version.
- getVersion() - Method in class biweekly.io.ParseContext
-
Gets the version of the iCalendar object being parsed.
- getVersion() - Method in class biweekly.io.text.ICalRawReader
-
Gets the iCalendar version that the reader is currently parsing with.
- getVersion() - Method in class biweekly.io.text.ICalRawWriter
-
Gets the iCalendar version that the writer is adhering to.
- getVersion() - Method in class biweekly.io.WriteContext
-
Gets the version of the iCalendar object that is being written.
- getWarning() - Method in exception biweekly.io.CannotParseException
-
- getWarning() - Method in exception biweekly.io.SkipMeException
-
- getWarnings() - Method in class biweekly.io.ParseContext
-
Gets the parse warnings.
- getWarnings() - Method in class biweekly.io.scribe.property.ICalPropertyScribe.Result
-
Gets the warnings.
- getWarnings() - Method in class biweekly.io.StreamReader
-
Gets the warnings from the last iCalendar object that was read.
- getWarnings() - Method in class biweekly.ValidationWarnings
-
Gets all the validation warnings.
- getWarnings() - Method in class biweekly.ValidationWarnings.WarningsGroup
-
Gets the warnings.
- getWeeks() - Method in class biweekly.util.Duration
-
Gets the number of weeks.
- getWorkweekStarts() - Method in class biweekly.util.Recurrence
-
Gets the day that the work week starts.
- getWriter() - Method in class biweekly.io.text.FoldedLineWriter
-
Gets the wrapped
Writer
object.
- getXRules() - Method in class biweekly.util.Recurrence
-
Gets the non-standard rule parts.
- getYear() - Method in class biweekly.util.DateTimeComponents
-
Gets the year component.
- go() - Method in class biweekly.Biweekly.WriterChainJson
-
Writes the iCalendar objects to a string.
- go(OutputStream) - Method in class biweekly.Biweekly.WriterChainJson
-
Writes the iCalendar objects to a data stream.
- go(File) - Method in class biweekly.Biweekly.WriterChainJson
-
Writes the iCalendar objects to a file.
- go(Writer) - Method in class biweekly.Biweekly.WriterChainJson
-
Writes the iCalendar objects to a data stream.
- go() - Method in class biweekly.Biweekly.WriterChainText
-
Writes the iCalendar objects to a string.
- go(OutputStream) - Method in class biweekly.Biweekly.WriterChainText
-
Writes the iCalendar objects to a data stream.
- go(File) - Method in class biweekly.Biweekly.WriterChainText
-
Writes the iCalendar objects to a file.
- go(File, boolean) - Method in class biweekly.Biweekly.WriterChainText
-
Writes the iCalendar objects to a file.
- go(Writer) - Method in class biweekly.Biweekly.WriterChainText
-
Writes the iCalendar objects to a data stream.
- go() - Method in class biweekly.Biweekly.WriterChainXml
-
Writes the xCal document to a string.
- go(OutputStream) - Method in class biweekly.Biweekly.WriterChainXml
-
Writes the xCal document to an output stream.
- go(File) - Method in class biweekly.Biweekly.WriterChainXml
-
Writes the xCal document to a file.
- go(Writer) - Method in class biweekly.Biweekly.WriterChainXml
-
Writes the xCal document to a writer.
- Google2445Utils - Class in biweekly.util
-
Contains utility methods related to the google-rfc-2445 project.
- gregorian() - Static method in class biweekly.property.CalendarScale
-
Creates a new property whose value is set to "gregorian".
- GROUP - Static variable in class biweekly.parameter.CalendarUserType
-
- ICAL - Static variable in class biweekly.property.Version
-
- ICalComponent - Class in biweekly.component
-
Base class for all iCalendar components.
- ICalComponent() - Constructor for class biweekly.component.ICalComponent
-
- ICalComponentScribe<T extends ICalComponent> - Class in biweekly.io.scribe.component
-
Base class for iCalendar component scribes.
- ICalComponentScribe(Class<T>, String) - Constructor for class biweekly.io.scribe.component.ICalComponentScribe
-
Creates a new component scribe.
- ICalDataType - Class in biweekly
-
Defines the data type of a property's value.
- ICalDate - Class in biweekly.util
-
Represents a date-time value.
- ICalDate() - Constructor for class biweekly.util.ICalDate
-
Creates a new date-time value set to the current date and time.
- ICalDate(boolean) - Constructor for class biweekly.util.ICalDate
-
Creates a new date-time value set to the current date or time.
- ICalDate(Date) - Constructor for class biweekly.util.ICalDate
-
Creates a new date-time value (includes the time component).
- ICalDate(Date, boolean) - Constructor for class biweekly.util.ICalDate
-
Creates a new date-time value.
- ICalDate(DateTimeComponents, boolean) - Constructor for class biweekly.util.ICalDate
-
Creates a new date-time value.
- ICalDate(ICalDate) - Constructor for class biweekly.util.ICalDate
-
Copies another iCal date-time value.
- ICalDate(Date, DateTimeComponents, boolean) - Constructor for class biweekly.util.ICalDate
-
Creates a new date-time value.
- ICalDateFormat - Enum in biweekly.util
-
Defines all of the date formats that are used in iCalendar objects, and also
parses/formats iCalendar dates.
- ICalendar - Class in biweekly
-
Represents an iCalendar object.
- ICalendar() - Constructor for class biweekly.ICalendar
-
Creates a new iCalendar object.
- ICALENDAR - Static variable in interface biweekly.io.xml.XCalQNames
-
- ICalendarScribe - Class in biweekly.io.scribe.component
-
- ICalendarScribe() - Constructor for class biweekly.io.scribe.component.ICalendarScribe
-
- ICalFloatFormatter - Class in biweekly.util
-
Formats floating-point values for iCalendar objects.
- ICalFloatFormatter() - Constructor for class biweekly.util.ICalFloatFormatter
-
Creates a new formatter with a max of 6 decimals.
- ICalFloatFormatter(int) - Constructor for class biweekly.util.ICalFloatFormatter
-
Creates a new formatter.
- ICalParameterCaseClasses<T extends EnumParameterValue> - Class in biweekly.parameter
-
Manages the list of pre-defined values for a parameter (such as VALUE or
ENCODING).
- ICalParameterCaseClasses(Class<T>) - Constructor for class biweekly.parameter.ICalParameterCaseClasses
-
- ICalParameters - Class in biweekly.parameter
-
Contains the list of parameters that belong to a property.
- ICalParameters() - Constructor for class biweekly.parameter.ICalParameters
-
Creates a parameters list.
- ICalParameters(ICalParameters) - Constructor for class biweekly.parameter.ICalParameters
-
Copies an existing parameters list.
- ICalParseException - Exception in biweekly.io.text
-
Thrown when there's a problem parsing a line in an iCalendar file.
- ICalParseException(String) - Constructor for exception biweekly.io.text.ICalParseException
-
- ICalProperty - Class in biweekly.property
-
Base class for all iCalendar properties.
- ICalProperty() - Constructor for class biweekly.property.ICalProperty
-
- ICalPropertyScribe<T extends ICalProperty> - Class in biweekly.io.scribe.property
-
Base class for iCalendar property scribes.
- ICalPropertyScribe(Class<T>, String) - Constructor for class biweekly.io.scribe.property.ICalPropertyScribe
-
Creates a new scribe.
- ICalPropertyScribe(Class<T>, String, ICalDataType) - Constructor for class biweekly.io.scribe.property.ICalPropertyScribe
-
Creates a new scribe.
- ICalPropertyScribe(Class<T>, String, ICalDataType, QName) - Constructor for class biweekly.io.scribe.property.ICalPropertyScribe
-
Creates a new scribe.
- ICalPropertyScribe.DateParser - Class in biweekly.io.scribe.property
-
Factory class for parsing dates.
- ICalPropertyScribe.DateParser(String) - Constructor for class biweekly.io.scribe.property.ICalPropertyScribe.DateParser
-
Creates a new date writer object.
- ICalPropertyScribe.DateWriter - Class in biweekly.io.scribe.property
-
Factory class for writing dates.
- ICalPropertyScribe.DateWriter(ICalDate) - Constructor for class biweekly.io.scribe.property.ICalPropertyScribe.DateWriter
-
Creates a new date writer object.
- ICalPropertyScribe.ListCallback<T> - Interface in biweekly.io.scribe.property
-
Callback function used in conjunction with the
list
method
- ICalPropertyScribe.Result<T> - Class in biweekly.io.scribe.property
-
Represents the result of an unmarshal operation.
- ICalPropertyScribe.Result(T, List<Warning>) - Constructor for class biweekly.io.scribe.property.ICalPropertyScribe.Result
-
Creates a new result.
- ICalPropertyScribe.SemiStructuredIterator - Class in biweekly.io.scribe.property
-
Iterates over the fields in a semi-structured value (a structured value
whose components cannot be multi-valued).
- ICalPropertyScribe.SemiStructuredIterator(Iterator<String>) - Constructor for class biweekly.io.scribe.property.ICalPropertyScribe.SemiStructuredIterator
-
Constructs a new structured iterator.
- ICalPropertyScribe.Splitter - Class in biweekly.io.scribe.property
-
A helper class for splitting strings.
- ICalPropertyScribe.Splitter(char) - Constructor for class biweekly.io.scribe.property.ICalPropertyScribe.Splitter
-
Creates a new splitter object.
- ICalPropertyScribe.StructuredIterator - Class in biweekly.io.scribe.property
-
Iterates over the fields in a structured value.
- ICalPropertyScribe.StructuredIterator(Iterator<List<String>>) - Constructor for class biweekly.io.scribe.property.ICalPropertyScribe.StructuredIterator
-
Constructs a new structured iterator.
- ICalRawLine - Class in biweekly.io.text
-
Represents a parsed line from an iCal file.
- ICalRawLine(String, ICalParameters, String) - Constructor for class biweekly.io.text.ICalRawLine
-
- ICalRawLine.Builder - Class in biweekly.io.text
-
- ICalRawLine.Builder() - Constructor for class biweekly.io.text.ICalRawLine.Builder
-
- ICalRawReader - Class in biweekly.io.text
-
Parses an iCalendar data stream.
- ICalRawReader(Reader) - Constructor for class biweekly.io.text.ICalRawReader
-
Creates a new reader.
- ICalRawWriter - Class in biweekly.io.text
-
Writes data to an iCalendar data stream.
- ICalRawWriter(Writer, ICalVersion) - Constructor for class biweekly.io.text.ICalRawWriter
-
Creates an iCalendar raw writer.
- ICalReader - Class in biweekly.io.text
-
Parses
ICalendar
objects from an iCalendar data stream.
- ICalReader(String) - Constructor for class biweekly.io.text.ICalReader
-
Creates a reader that parses iCalendar objects from a string.
- ICalReader(InputStream) - Constructor for class biweekly.io.text.ICalReader
-
Creates a reader that parses iCalendar objects from an input stream.
- ICalReader(File) - Constructor for class biweekly.io.text.ICalReader
-
Creates a reader that parses iCalendar objects from a file.
- ICalReader(Reader) - Constructor for class biweekly.io.text.ICalReader
-
Creates a reader that parses iCalendar objects from a reader.
- ICalTimeZone - Class in biweekly.io
-
A timezone that is based on an iCalendar
VTimezone
component.
- ICalTimeZone(VTimezone) - Constructor for class biweekly.io.ICalTimeZone
-
Creates a new timezone based on an iCalendar VTIMEZONE component.
- ICalTimeZone.Boundary - Class in biweekly.io
-
Holds the timezone observance information of a particular date.
- ICalTimeZone.Boundary(DateTimeValue, Observance, DateTimeValue, Observance) - Constructor for class biweekly.io.ICalTimeZone.Boundary
-
- ICalVersion - Enum in biweekly
-
Defines all supported versions of the iCalendar standard.
- ICalWriter - Class in biweekly.io.text
-
Writes
ICalendar
objects to an iCalendar data stream.
- ICalWriter(OutputStream, ICalVersion) - Constructor for class biweekly.io.text.ICalWriter
-
Creates an iCalendar writer that writes to an output stream.
- ICalWriter(File, ICalVersion) - Constructor for class biweekly.io.text.ICalWriter
-
Creates an iCalendar writer that writes to a file.
- ICalWriter(File, boolean, ICalVersion) - Constructor for class biweekly.io.text.ICalWriter
-
Creates an iCalendar writer that writes to a file.
- ICalWriter(Writer, ICalVersion) - Constructor for class biweekly.io.text.ICalWriter
-
Creates an iCalendar writer that writes to a writer.
- IN_PROCESS - Static variable in class biweekly.parameter.ParticipationStatus
-
Indicates that the user is in the process of completing the item.
- increment() - Method in class biweekly.property.Sequence
-
Increments the sequence number.
- incrementSequence() - Method in class biweekly.component.VEvent
-
Increments the revision number of the event.
- incrementSequence() - Method in class biweekly.component.VJournal
-
Increments the revision number of the journal entry.
- incrementSequence() - Method in class biweekly.component.VTodo
-
Increments the revision number of the to-do.
- inDaylightTime(Date) - Method in class biweekly.io.ICalTimeZone
-
- indent(boolean) - Method in class biweekly.Biweekly.WriterChainJson
-
Sets whether or not to pretty-print the JSON.
- indent(int) - Method in class biweekly.Biweekly.WriterChainXml
-
Sets the number of indent spaces to use for pretty-printing.
- index - Variable in class biweekly.io.StreamReader
-
- index - Variable in class biweekly.io.StreamWriter
-
- INDIVIDUAL - Static variable in class biweekly.parameter.CalendarUserType
-
- inProgress() - Static method in class biweekly.property.Status
-
Creates a "in-progress" status property (only valid in iCalendar 2.0 in
VTodo
components).
- INTEGER - Static variable in class biweekly.ICalDataType
-
An integer value (e.g.
- IntegerProperty - Class in biweekly.property
-
Represents a property whose value is an integer.
- IntegerProperty(Integer) - Constructor for class biweekly.property.IntegerProperty
-
Creates a new integer property.
- IntegerPropertyScribe<T extends IntegerProperty> - Class in biweekly.io.scribe.property
-
Marshals properties that have integer values.
- IntegerPropertyScribe(Class<T>, String) - Constructor for class biweekly.io.scribe.property.IntegerPropertyScribe
-
- interval(Integer) - Method in class biweekly.util.Recurrence.Builder
-
Gets how often the rule repeats, in relation to the frequency.
- IOUtils - Class in biweekly.util
-
I/O helper classes.
- is(String) - Method in class biweekly.property.EnumProperty
-
Compares the property's value with a given string (case-insensitive).
- isAccepted() - Method in class biweekly.property.Status
-
Determines if the status is set to "accepted".
- isAudio() - Method in class biweekly.property.Action
-
Determines if this property is an "audio" action.
- isCancelled() - Method in class biweekly.property.Status
-
Determines if the status is set to "cancelled".
- isCaretDecodingEnabled() - Method in class biweekly.io.text.ICalRawReader
-
Gets whether the reader will decode parameter values that use circumflex
accent encoding (enabled by default).
- isCaretDecodingEnabled() - Method in class biweekly.io.text.ICalReader
-
Gets whether the reader will decode parameter values that use circumflex
accent encoding (enabled by default).
- isCaretEncodingEnabled() - Method in class biweekly.io.text.ICalRawWriter
-
Gets whether the writer will apply circumflex accent encoding on
parameter values (disabled by default).
- isCaretEncodingEnabled() - Method in class biweekly.io.text.ICalWriter
-
Gets whether the writer will apply circumflex accent encoding on
parameter values (disabled by default).
- isCompleted() - Method in class biweekly.property.Status
-
Determines if the status is set to "completed".
- isConfidential() - Method in class biweekly.property.Classification
-
Determines if the classification level is "confidential".
- isConfirmed() - Method in class biweekly.property.Status
-
Determines if the status is set to "confirmed".
- isDaylight() - Method in class biweekly.property.Daylight
-
Gets whether this timezone observes daylight savings time.
- isDeclined() - Method in class biweekly.property.Status
-
Determines if the status is set to "declined".
- isDelegated() - Method in class biweekly.property.Status
-
Determines if the status is set to "delegated".
- isDisplay() - Method in class biweekly.property.Action
-
Determines if this property is an "display" action.
- isDraft() - Method in class biweekly.property.Status
-
Determines if the status is set to "draft".
- isEmail() - Method in class biweekly.property.Action
-
Determines if this property is an "email" action.
- isEmpty() - Method in class biweekly.util.ListMultimap
-
Determines if the multimap is empty or not.
- isEmpty() - Method in class biweekly.ValidationWarnings
-
Determines whether there are any validation warnings.
- isFinal() - Method in class biweekly.property.Status
-
Determines if the status is set to "final".
- isFloating(ICalProperty) - Method in class biweekly.io.TimezoneInfo
-
Determines if a property value should be formatted in floating time or
not.
- isGregorian() - Method in class biweekly.property.CalendarScale
-
Determines whether the property is set to "gregorian".
- isHigh() - Method in class biweekly.property.Priority
-
Determines if this priority is considered "high" priority.
- isIndent() - Method in class biweekly.io.json.JCalRawWriter
-
Gets whether or not the JSON will be pretty-printed.
- isIndent() - Method in class biweekly.io.json.JCalWriter
-
Gets whether or not the JSON will be pretty-printed.
- isInObservance(WriteContext) - Static method in class biweekly.io.scribe.property.ICalPropertyScribe
-
Determines if the property is within an observance component.
- isInProgress() - Method in class biweekly.property.Status
-
Determines if the status is set to "in-progress".
- isLow() - Method in class biweekly.property.Priority
-
Determines if this priority is considered "low" priority.
- isMedium() - Method in class biweekly.property.Priority
-
Determines if this priority is considered "medium" priority.
- isNeedsAction() - Method in class biweekly.property.Status
-
Determines if the status is set to "needs-action".
- isNull() - Method in class biweekly.io.json.JsonValue
-
Determines if the value is "null" or not.
- isOpaque() - Method in class biweekly.property.Transparency
-
Determines if the event is visible to free/busy time searches.
- isPrior() - Method in class biweekly.util.Duration
-
Gets whether the duration is negative.
- isPrivate() - Method in class biweekly.property.Classification
-
Determines if the classification level is "private".
- isProcedure() - Method in class biweekly.property.Action
-
Determines if this property is a "procedure" action (vCal 1.0 only).
- isPublic() - Method in class biweekly.property.Classification
-
Determines if the classification level is "public".
- isSent() - Method in class biweekly.property.Status
-
Determines if the status is set to "sent".
- isSingleSpaceFoldingEnabled() - Method in class biweekly.io.text.FoldedLineReader
-
Gets whether the reader will only ignore the first whitespace character
it encounters at the beginning of a folded line.
- isSupported(ICalVersion) - Method in class biweekly.parameter.VersionedEnumParameterValue
-
Determines if the parameter value is supported by the given vCard
version.
- isTentative() - Method in class biweekly.property.Status
-
Determines if the status is set to "tentative".
- isTransparent() - Method in class biweekly.property.Transparency
-
Determines if the event is hidden from free/busy time searches.
- isUndefined() - Method in class biweekly.property.Priority
-
Determines if this priority has an "undefined" value.
- isUtc() - Method in class biweekly.util.DateTimeComponents
-
Gets whether the time is in UTC or not
- isUTC(String) - Static method in enum biweekly.util.ICalDateFormat
-
Determines if a date string is in UTC time.
- isV1_0() - Method in class biweekly.property.Version
-
Determines if this property is set to the older vCalendar version.
- isV2_0() - Method in class biweekly.property.Version
-
Determines if this property is set to the latest iCalendar version.
- iterator() - Method in class biweekly.util.ListMultimap
-
- iterator() - Method in class biweekly.ValidationWarnings
-
Iterates over each warning group (same as calling
getWarnings().iterator()
).
- sanitizeKey(String) - Method in class biweekly.parameter.ICalParameters
-
- sanitizeKey(K) - Method in class biweekly.util.ListMultimap
-
Modifies a given key before it is used to interact with the internal map.
- ScribeIndex - Class in biweekly.io.scribe
-
Manages a listing of component and property scribes.
- ScribeIndex() - Constructor for class biweekly.io.scribe.ScribeIndex
-
- seconds(Integer) - Method in class biweekly.util.Duration.Builder
-
Sets the number of seconds.
- semistructured(String) - Static method in class biweekly.io.scribe.property.ICalPropertyScribe
-
Parses a list of values that are delimited by semicolons.
- semistructured(String, boolean) - Static method in class biweekly.io.scribe.property.ICalPropertyScribe
-
Parses a list of values that are delimited by semicolons.
- SENT - Static variable in class biweekly.parameter.ParticipationStatus
-
Indicates that the item was sent out to the user.
- sent() - Static method in class biweekly.property.Status
-
Creates a "sent" status property (only valid in vCal 1.0).
- SENT_BY - Static variable in class biweekly.parameter.ICalParameters
-
- Sequence - Class in biweekly.property
-
Defines a revision number for an event, to-do task, or journal entry.
- Sequence(Integer) - Constructor for class biweekly.property.Sequence
-
Creates a sequence property.
- SequenceScribe - Class in biweekly.io.scribe.property
-
- SequenceScribe() - Constructor for class biweekly.io.scribe.property.SequenceScribe
-
- setAction(Action) - Method in class biweekly.component.VAlarm
-
Sets the type of action to invoke when the alarm is triggered.
- setAltRepresentation(String) - Method in class biweekly.parameter.ICalParameters
-
Sets a URI pointing to additional information about the entity
represented by the property.
- setAltRepresentation(String) - Method in class biweekly.property.Comment
-
- setAltRepresentation(String) - Method in class biweekly.property.Contact
-
- setAltRepresentation(String) - Method in class biweekly.property.Description
-
- setAltRepresentation(String) - Method in class biweekly.property.Location
-
- setAltRepresentation(String) - Method in class biweekly.property.Resources
-
- setAltRepresentation(String) - Method in class biweekly.property.Summary
-
- setCalendarScale(CalendarScale) - Method in class biweekly.ICalendar
-
Sets the calendar system that this iCalendar object uses.
- setCalendarUserType(CalendarUserType) - Method in class biweekly.parameter.ICalParameters
-
Sets the type of user an attendee is (for example, an "individual" or a
"room").
- setCalendarUserType(CalendarUserType) - Method in class biweekly.property.Attendee
-
Sets the type of user the attendee is (for example, an "individual" or a
"room").
- setCaretDecodingEnabled(boolean) - Method in class biweekly.io.text.ICalRawReader
-
Sets whether the reader will decode parameter values that use circumflex
accent encoding (enabled by default).
- setCaretDecodingEnabled(boolean) - Method in class biweekly.io.text.ICalReader
-
Sets whether the reader will decode parameter values that use circumflex
accent encoding (enabled by default).
- setCaretEncodingEnabled(boolean) - Method in class biweekly.io.text.ICalRawWriter
-
Sets whether the writer will apply circumflex accent encoding on
parameter values (disabled by default).
- setCaretEncodingEnabled(boolean) - Method in class biweekly.io.text.ICalWriter
-
Sets whether the writer will apply circumflex accent encoding on
parameter values (disabled by default).
- setCharset(String) - Method in class biweekly.parameter.ICalParameters
-
Sets the character set that the property value is encoded in.
- setClassification(Classification) - Method in class biweekly.component.VEvent
-
Sets the level of sensitivity of the event data.
- setClassification(String) - Method in class biweekly.component.VEvent
-
Sets the level of sensitivity of the event data.
- setClassification(Classification) - Method in class biweekly.component.VJournal
-
Sets the level of sensitivity of the journal entry.
- setClassification(String) - Method in class biweekly.component.VJournal
-
Sets the level of sensitivity of the journal entry.
- setClassification(Classification) - Method in class biweekly.component.VTodo
-
Sets the level of sensitivity of the to-do data.
- setClassification(String) - Method in class biweekly.component.VTodo
-
Sets the level of sensitivity of the to-do data.
- setCommonName(String) - Method in class biweekly.parameter.ICalParameters
-
Sets the display name of a person.
- setCommonName(String) - Method in class biweekly.property.Attendee
-
- setCommonName(String) - Method in class biweekly.property.Organizer
-
- setCompleted(Completed) - Method in class biweekly.component.VTodo
-
Sets the date and time that the to-do was completed.
- setCompleted(Date) - Method in class biweekly.component.VTodo
-
Sets the date and time that the to-do was completed.
- setComponent(ICalComponent) - Method in class biweekly.component.ICalComponent
-
Replaces all components of a given class with the given component.
- setComponent(Class<T>, T) - Method in class biweekly.component.ICalComponent
-
Replaces all components of a given class with the given component.
- setContact(Contact) - Method in class biweekly.component.VFreeBusy
-
Sets the contact for the free/busy entry.
- setContentId(String) - Method in class biweekly.property.Attachment
-
Assigns a content ID to the attachment's value.
- setContentId(String) - Method in class biweekly.property.AudioAlarm
-
- setCreated(Created) - Method in class biweekly.component.VEvent
-
Sets the date-time that the event was initially created.
- setCreated(Date) - Method in class biweekly.component.VEvent
-
Sets the date-time that the event was initially created.
- setCreated(Created) - Method in class biweekly.component.VJournal
-
Sets the date-time that the journal entry was initially created.
- setCreated(Date) - Method in class biweekly.component.VJournal
-
Sets the date-time that the journal entry was initially created.
- setCreated(Created) - Method in class biweekly.component.VTodo
-
Sets the date-time that the to-do was initially created.
- setCreated(Date) - Method in class biweekly.component.VTodo
-
Sets the date-time that the to-do was initially created.
- setData(byte[]) - Method in class biweekly.property.Attachment
-
Assigns binary data to the attachment's value.
- setData(byte[]) - Method in class biweekly.property.AudioAlarm
-
- setDate(Date) - Method in class biweekly.property.Trigger
-
Sets the date-time that the alarm will trigger.
- setDateDue(DateDue) - Method in class biweekly.component.VTodo
-
Sets the date that a to-do is due by.
- setDateDue(Date) - Method in class biweekly.component.VTodo
-
Sets the date that a to-do is due by.
- setDateEnd(DateEnd) - Method in class biweekly.component.VEvent
-
Sets the date that the event ends.
- setDateEnd(Date) - Method in class biweekly.component.VEvent
-
Sets the date that the event ends.
- setDateEnd(DateEnd) - Method in class biweekly.component.VFreeBusy
-
Sets the date that the free/busy entry ends.
- setDateEnd(Date) - Method in class biweekly.component.VFreeBusy
-
Sets the date that the free/busy entry ends.
- setDateStart(DateStart) - Method in class biweekly.component.Observance
-
Sets the date that the timezone observance starts.
- setDateStart(ICalDate) - Method in class biweekly.component.Observance
-
Sets the date that the timezone observance starts.
- setDateStart(DateTimeComponents) - Method in class biweekly.component.Observance
-
Sets the date that the timezone observance starts.
- setDateStart(DateStart) - Method in class biweekly.component.VEvent
-
Sets the date that the event starts (required if no
Method
property is defined).
- setDateStart(Date) - Method in class biweekly.component.VEvent
-
Sets the date that the event starts (required if no
Method
property is defined).
- setDateStart(DateStart) - Method in class biweekly.component.VFreeBusy
-
Sets the date that the free/busy entry starts.
- setDateStart(Date) - Method in class biweekly.component.VFreeBusy
-
Sets the date that the free/busy entry starts.
- setDateStart(DateStart) - Method in class biweekly.component.VJournal
-
Sets the date that the journal entry starts.
- setDateStart(Date) - Method in class biweekly.component.VJournal
-
Sets the date that the journal entry starts.
- setDateStart(DateStart) - Method in class biweekly.component.VTodo
-
Sets the date that the to-do starts.
- setDateStart(Date) - Method in class biweekly.component.VTodo
-
Sets the date that the to-do starts.
- setDateTimeStamp(DateTimeStamp) - Method in class biweekly.component.VEvent
-
Sets either (a) the creation date of the iCalendar object (if the
Method
property is defined) or (b) the date that the event was
last modified (the
LastModified
property also holds this
information).
- setDateTimeStamp(Date) - Method in class biweekly.component.VEvent
-
Sets either (a) the creation date of the iCalendar object (if the
Method
property is defined) or (b) the date that the event was
last modified (the
LastModified
property also holds this
information).
- setDateTimeStamp(DateTimeStamp) - Method in class biweekly.component.VFreeBusy
-
Sets either (a) the creation date of the iCalendar object (if the
Method
property is defined) or (b) the date that the free/busy
entry was last modified (the
LastModified
property also holds
this information).
- setDateTimeStamp(Date) - Method in class biweekly.component.VFreeBusy
-
Sets either (a) the creation date of the iCalendar object (if the
Method
property is defined) or (b) the date that the free/busy
entry was last modified (the
LastModified
property also holds
this information).
- setDateTimeStamp(DateTimeStamp) - Method in class biweekly.component.VJournal
-
Sets either (a) the creation date of the iCalendar object (if the
Method
property is defined) or (b) the date that the journal
entry was last modified (the
LastModified
property also holds
this information).
- setDateTimeStamp(Date) - Method in class biweekly.component.VJournal
-
Sets either (a) the creation date of the iCalendar object (if the
Method
property is defined) or (b) the date that the journal
entry was last modified (the
LastModified
property also holds
this information).
- setDateTimeStamp(DateTimeStamp) - Method in class biweekly.component.VTodo
-
Sets either (a) the creation date of the iCalendar object (if the
Method
property is defined) or (b) the date that the to-do was
last modified (the
LastModified
property also holds this
information).
- setDateTimeStamp(Date) - Method in class biweekly.component.VTodo
-
Sets either (a) the creation date of the iCalendar object (if the
Method
property is defined) or (b) the date that the to-do was
last modified (the
LastModified
property also holds this
information).
- setDaylight(boolean) - Method in class biweekly.property.Daylight
-
Sets whether this timezone observes daylight savings time.
- setDaylightName(String) - Method in class biweekly.property.Daylight
-
Sets the name of daylight savings time.
- setDefaultQuotedPrintableCharset(Charset) - Method in class biweekly.io.text.ICalReader
-
Sets the character set to use when decoding quoted-printable values if
the property has no CHARSET parameter, or if the CHARSET parameter is not
a valid character set.
- setDefaultTimeZone(TimeZone) - Method in class biweekly.io.TimezoneInfo
-
Sets the timezone to format all date/time values in.
- setDescription(Description) - Method in class biweekly.component.VAlarm
-
Sets a detailed description of the alarm.
- setDescription(String) - Method in class biweekly.component.VAlarm
-
Sets a detailed description of the alarm.
- setDescription(Description) - Method in class biweekly.component.VEvent
-
Sets a detailed description of the event.
- setDescription(String) - Method in class biweekly.component.VEvent
-
Sets a detailed description of the event.
- setDescription(Description) - Method in class biweekly.component.VTodo
-
Sets a detailed description of the to-do.
- setDescription(String) - Method in class biweekly.component.VTodo
-
Sets a detailed description of the to-do.
- setDescription(String) - Method in class biweekly.property.RequestStatus
-
Sets a human-readable description of the status.
- setDirectoryEntry(String) - Method in class biweekly.parameter.ICalParameters
-
Sets a URI that contains additional information about the person.
- setDirectoryEntry(String) - Method in class biweekly.property.Attendee
-
- setDirectoryEntry(String) - Method in class biweekly.property.Organizer
-
- setDuration(DurationProperty) - Method in class biweekly.component.VAlarm
-
Sets the length of the pause between alarm repetitions.
- setDuration(Duration) - Method in class biweekly.component.VAlarm
-
Sets the length of the pause between alarm repetitions.
- setDuration(DurationProperty) - Method in class biweekly.component.VEvent
-
Sets the duration of the event.
- setDuration(Duration) - Method in class biweekly.component.VEvent
-
Sets the duration of the event.
- setDuration(DurationProperty) - Method in class biweekly.component.VTodo
-
Sets the duration of the to-do.
- setDuration(Duration) - Method in class biweekly.component.VTodo
-
Sets the duration of the to-do.
- setDuration(Duration, Related) - Method in class biweekly.property.Trigger
-
Sets a relative time at which the alarm will trigger.
- setEmail(String) - Method in class biweekly.property.Attendee
-
Sets the attendee's email
- setEmail(String) - Method in class biweekly.property.EmailAlarm
-
Sets the email address.
- setEmail(String) - Method in class biweekly.property.Organizer
-
Sets the organizer's email
- setEncoding(Encoding) - Method in class biweekly.parameter.ICalParameters
-
Sets the encoding of the property value (for example, "base64").
- setEnd(ICalDate) - Method in class biweekly.property.Daylight
-
Sets the end date of daylight savings time.
- setExceptionText(String) - Method in class biweekly.property.RequestStatus
-
Sets any additional data related to the response.
- setExperimentalComponents(String) - Method in class biweekly.component.ICalComponent
-
Adds an experimental sub-component to this component, removing all
existing components that have the same name.
- setExperimentalProperty(String, String) - Method in class biweekly.component.ICalComponent
-
Adds an experimental property to this component, removing all existing
properties that have the same name.
- setExperimentalProperty(String, ICalDataType, String) - Method in class biweekly.component.ICalComponent
-
Adds an experimental property to this component, removing all existing
properties that have the same name.
- setFloating(ICalProperty, boolean) - Method in class biweekly.io.TimezoneInfo
-
Instructs the writer to format a particular property's date/time value in
floating time.
- setFormatType(String) - Method in class biweekly.parameter.ICalParameters
-
Sets the content-type of the property's value.
- setFormatType(String) - Method in class biweekly.property.Attachment
-
- setFreeBusyType(FreeBusyType) - Method in class biweekly.parameter.ICalParameters
-
Sets the person's status over the time periods that are specified in a
FreeBusy
property (for example, "free" or "busy").
- setGenerator(VTimezoneGenerator) - Method in class biweekly.io.TimezoneInfo
-
Sets the timezone generator.
- setGeo(Geo) - Method in class biweekly.component.VEvent
-
Sets a set of geographical coordinates.
- setGeo(Geo) - Method in class biweekly.component.VTodo
-
Sets a set of geographical coordinates.
- setGlobalFloatingTime(boolean) - Method in class biweekly.io.TimezoneInfo
-
Sets whether to format all date/time values as floating times.
- setIndent(boolean) - Method in class biweekly.io.json.JCalRawWriter
-
Sets whether or not to pretty-print the JSON.
- setIndent(boolean) - Method in class biweekly.io.json.JCalWriter
-
Sets whether or not to pretty-print the JSON.
- setIndent(String) - Method in class biweekly.io.text.FoldedLineWriter
-
Sets the string that is prepended to each folded line (defaults to a
single space character).
- setLanguage(String) - Method in class biweekly.parameter.ICalParameters
-
Sets the language that the property value is written in.
- setLanguage(String) - Method in class biweekly.property.Attendee
-
Sets the language that the common name is written in.
- setLanguage(String) - Method in class biweekly.property.Categories
-
- setLanguage(String) - Method in class biweekly.property.Comment
-
- setLanguage(String) - Method in class biweekly.property.Contact
-
- setLanguage(String) - Method in class biweekly.property.Description
-
- setLanguage(String) - Method in class biweekly.property.Location
-
- setLanguage(String) - Method in class biweekly.property.Organizer
-
Sets the language that the common name parameter is written in.
- setLanguage(String) - Method in class biweekly.property.RequestStatus
-
- setLanguage(String) - Method in class biweekly.property.Resources
-
- setLanguage(String) - Method in class biweekly.property.Summary
-
- setLanguage(String) - Method in class biweekly.property.TimezoneName
-
- setLastModified(LastModified) - Method in class biweekly.component.VEvent
-
Sets the date-time that event was last changed.
- setLastModified(Date) - Method in class biweekly.component.VEvent
-
Sets the date-time that the event was last changed.
- setLastModified(LastModified) - Method in class biweekly.component.VJournal
-
Sets the date-time that the journal entry was last changed.
- setLastModified(Date) - Method in class biweekly.component.VJournal
-
Sets the date-time that the journal entry was last changed.
- setLastModified(LastModified) - Method in class biweekly.component.VTimezone
-
Sets the date-time that the timezone data was last changed.
- setLastModified(Date) - Method in class biweekly.component.VTimezone
-
Sets the date-time that the timezone data was last changed.
- setLastModified(LastModified) - Method in class biweekly.component.VTodo
-
Sets the date-time that the to-do was last changed.
- setLastModified(Date) - Method in class biweekly.component.VTodo
-
Sets the date-time that the to-do was last changed.
- setLatitude(Double) - Method in class biweekly.property.Geo
-
Sets the latitude.
- setLineLength(Integer) - Method in class biweekly.io.text.FoldedLineWriter
-
Sets the maximum length a line can be before it is folded (excluding the
newline, defaults to 75).
- setLocation(Location) - Method in class biweekly.component.VEvent
-
Sets the physical location of the event.
- setLocation(String) - Method in class biweekly.component.VEvent
-
Sets the physical location of the event.
- setLocation(Location) - Method in class biweekly.component.VTodo
-
Sets the physical location of the to-do.
- setLocation(String) - Method in class biweekly.component.VTodo
-
Sets the physical location of the to-do.
- setLongitude(Double) - Method in class biweekly.property.Geo
-
Sets the longitude.
- setMaxVersion(VersionNumber) - Method in class biweekly.property.Version
-
Sets the maximum version that a consumer must support in order to
successfully parse the iCalendar object.
- setMethod(Method) - Method in class biweekly.ICalendar
-
Sets the value of the Content-Type "method" parameter if the iCalendar
object is defined as a MIME message entity.
- setMethod(String) - Method in class biweekly.ICalendar
-
Sets the value of the Content-Type "method" parameter if the iCalendar
object is defined as a MIME message entity.
- setMinVersion(VersionNumber) - Method in class biweekly.property.Version
-
Sets the minimum version that a consumer must support in order to
successfully parse the iCalendar object.
- setNewline(String) - Method in class biweekly.io.text.FoldedLineWriter
-
Sets the newline sequence that is used to separate lines (defaults to
CRLF).
- setNote(String) - Method in class biweekly.property.EmailAlarm
-
Sets the note to send
- setOffset(UtcOffset) - Method in class biweekly.property.Daylight
-
Sets the UTC offset of daylight savings time.
- setOrganizer(Organizer) - Method in class biweekly.component.VEvent
-
Sets the organizer of the event.
- setOrganizer(String) - Method in class biweekly.component.VEvent
-
Sets the organizer of the event.
- setOrganizer(Organizer) - Method in class biweekly.component.VFreeBusy
-
Sets the person requesting the free/busy time.
- setOrganizer(String) - Method in class biweekly.component.VFreeBusy
-
Sets the person requesting the free/busy time.
- setOrganizer(Organizer) - Method in class biweekly.component.VJournal
-
Sets the organizer of the journal entry.
- setOrganizer(String) - Method in class biweekly.component.VJournal
-
Sets the organizer of the journal entry.
- setOrganizer(Organizer) - Method in class biweekly.component.VTodo
-
Sets the organizer of the to-do.
- setOrganizer(String) - Method in class biweekly.component.VTodo
-
Sets the organizer of the to-do.
- setParameter(String, String) - Method in class biweekly.property.ICalProperty
-
Replaces all existing values of a parameter with the given value.
- setParameter(String, Collection<String>) - Method in class biweekly.property.ICalProperty
-
Replaces all existing values of a parameter with the given values.
- setParameters(ICalParameters) - Method in class biweekly.property.ICalProperty
-
Sets the property's parameters
- setParent(ICalComponent) - Method in class biweekly.io.WriteContext
-
Sets the parent component of the property that is being written.
- setParticipationLevel(ParticipationLevel) - Method in class biweekly.property.Attendee
-
Sets an attendee's level of participation.
- setParticipationStatus(ParticipationStatus) - Method in class biweekly.property.Attendee
-
Sets an attendee's participation status.
- setPercentComplete(PercentComplete) - Method in class biweekly.component.VTodo
-
Sets the amount that the to-do task has been completed.
- setPercentComplete(Integer) - Method in class biweekly.component.VTodo
-
Sets the amount that the to-do task has been completed.
- setPriority(Priority) - Method in class biweekly.component.VEvent
-
Sets the priority of the event.
- setPriority(Integer) - Method in class biweekly.component.VEvent
-
Sets the priority of the event.
- setPriority(Priority) - Method in class biweekly.component.VTodo
-
Sets the priority of the to-do.
- setPriority(Integer) - Method in class biweekly.component.VTodo
-
Sets the priority of the to-do.
- setProductId(ProductId) - Method in class biweekly.ICalendar
-
Sets the name of the application that created the iCalendar object.
- setProductId(String) - Method in class biweekly.ICalendar
-
Sets the application that created the iCalendar object.
- setProperty(ICalProperty) - Method in class biweekly.component.ICalComponent
-
Replaces all existing properties of the given class with a single
property instance.
- setProperty(Class<T>, T) - Method in class biweekly.component.ICalComponent
-
Replaces all existing properties of the given class with a single
property instance.
- setRange(Range) - Method in class biweekly.parameter.ICalParameters
-
Sets the effective range of recurrence instances from the instance
specified by a
RecurrenceId
property.
- setRange(Range) - Method in class biweekly.property.RecurrenceId
-
Sets the effective range of recurrence instances from the instance
specified by this property.
- setRawOffset(int) - Method in class biweekly.io.ICalTimeZone
-
- setRecurrenceId(RecurrenceId) - Method in class biweekly.component.VEvent
-
Sets the original value of the
DateStart
property if the event is
recurring and has been modified.
- setRecurrenceId(Date) - Method in class biweekly.component.VEvent
-
Sets the original value of the
DateStart
property if the event is
recurring and has been modified.
- setRecurrenceId(RecurrenceId) - Method in class biweekly.component.VJournal
-
Sets the original value of the
DateStart
property if the event is
recurring and has been modified.
- setRecurrenceId(Date) - Method in class biweekly.component.VJournal
-
Sets the original value of the
DateStart
property if the journal
entry is recurring and has been modified.
- setRecurrenceId(RecurrenceId) - Method in class biweekly.component.VTodo
-
Sets the original value of the
DateStart
property if the to-do is
recurring and has been modified.
- setRecurrenceId(Date) - Method in class biweekly.component.VTodo
-
Sets the original value of the
DateStart
property if the to-do is
recurring and has been modified.
- setRecurrenceRule(Recurrence) - Method in class biweekly.component.Observance
-
Sets how often the timezone observance repeats.
- setRecurrenceRule(RecurrenceRule) - Method in class biweekly.component.Observance
-
Sets how often the timezone observance repeats.
- setRecurrenceRule(Recurrence) - Method in class biweekly.component.VEvent
-
Sets how often the event repeats.
- setRecurrenceRule(RecurrenceRule) - Method in class biweekly.component.VEvent
-
Sets how often the event repeats.
- setRecurrenceRule(Recurrence) - Method in class biweekly.component.VJournal
-
Sets how often the journal entry repeats.
- setRecurrenceRule(RecurrenceRule) - Method in class biweekly.component.VJournal
-
Sets how often the journal entry repeats.
- setRecurrenceRule(Recurrence) - Method in class biweekly.component.VTodo
-
Sets how often the to-do repeats.
- setRecurrenceRule(RecurrenceRule) - Method in class biweekly.component.VTodo
-
Sets how often the to-do repeats.
- setRelated(Related) - Method in class biweekly.parameter.ICalParameters
-
Sets the date-time field that the duration in a
Trigger
property
is relative to.
- setRelated(Related) - Method in class biweekly.property.Trigger
-
Sets the date-time field that the duration is relative to.
- setRelationshipType(RelationshipType) - Method in class biweekly.parameter.ICalParameters
-
Sets the relationship type of a
RelatedTo
property.
- setRelationshipType(RelationshipType) - Method in class biweekly.property.RelatedTo
-
Sets the relationship type.
- setRepeat(Repeat) - Method in class biweekly.component.VAlarm
-
Sets the number of times an alarm should be repeated after its initial
trigger.
- setRepeat(Integer) - Method in class biweekly.component.VAlarm
-
Sets the number of times an alarm should be repeated after its initial
trigger.
- setRepeat(int, Duration) - Method in class biweekly.component.VAlarm
-
Sets the repetition information for the alarm.
- setRepeat(Integer) - Method in class biweekly.property.VCalAlarmProperty
-
- setRequestStatus(RequestStatus) - Method in class biweekly.component.VEvent
-
Sets the response to a scheduling request.
- setRequestStatus(RequestStatus) - Method in class biweekly.component.VFreeBusy
-
Sets the response to a scheduling request.
- setRequestStatus(RequestStatus) - Method in class biweekly.component.VJournal
-
Sets the response to a scheduling request.
- setRequestStatus(RequestStatus) - Method in class biweekly.component.VTodo
-
Sets the response to a scheduling request.
- setRole(Role) - Method in class biweekly.property.Attendee
-
Sets an attendee's role (for example, "chair" or "attendee").
- setRsvp(Boolean) - Method in class biweekly.property.Attendee
-
Sets whether the organizer requests a response from the attendee.
- setScribeIndex(ScribeIndex) - Method in class biweekly.io.StreamReader
-
Sets the object that manages the component/property scribes.
- setScribeIndex(ScribeIndex) - Method in class biweekly.io.StreamWriter
-
Sets the object that manages the component/property scribes.
- setSentBy(String) - Method in class biweekly.parameter.ICalParameters
-
Sets a person that is acting on behalf of the person defined in the
property.
- setSentBy(String) - Method in class biweekly.property.Attendee
-
- setSentBy(String) - Method in class biweekly.property.Organizer
-
- setSequence(Sequence) - Method in class biweekly.component.VEvent
-
Sets the revision number of the event.
- setSequence(Integer) - Method in class biweekly.component.VEvent
-
Sets the revision number of the event.
- setSequence(Sequence) - Method in class biweekly.component.VJournal
-
Sets the revision number of the journal entry.
- setSequence(Integer) - Method in class biweekly.component.VJournal
-
Sets the revision number of the journal entry.
- setSequence(Sequence) - Method in class biweekly.component.VTodo
-
Sets the revision number of the to-do.
- setSequence(Integer) - Method in class biweekly.component.VTodo
-
Sets the revision number of the to-do.
- setSingleSpaceFoldingEnabled(boolean) - Method in class biweekly.io.text.FoldedLineReader
-
Sets whether the reader will only ignore the first whitespace character
it encounters at the beginning of a folded line.
- setSnooze(Duration) - Method in class biweekly.property.VCalAlarmProperty
-
- setStandardName(String) - Method in class biweekly.property.Daylight
-
Sets the name for standard time.
- setStart(ICalDate) - Method in class biweekly.property.Daylight
-
Sets the start date of dayight savings time.
- setStart(Date) - Method in class biweekly.property.VCalAlarmProperty
-
- setStatus(Status) - Method in class biweekly.component.VEvent
-
Sets the status of the event.
- setStatus(Status) - Method in class biweekly.component.VJournal
-
Sets the status of the journal entry.
- setStatus(Status) - Method in class biweekly.component.VTodo
-
Sets the status of the to-do.
- setStatusCode(String) - Method in class biweekly.property.RequestStatus
-
Sets a status code.
- setSummary(Summary) - Method in class biweekly.component.VAlarm
-
Sets the summary of the alarm.
- setSummary(String) - Method in class biweekly.component.VAlarm
-
Sets the summary of the alarm.
- setSummary(Summary) - Method in class biweekly.component.VEvent
-
Sets the summary of the event.
- setSummary(String) - Method in class biweekly.component.VEvent
-
Sets the summary of the event.
- setSummary(Summary) - Method in class biweekly.component.VJournal
-
Sets the summary of the journal entry.
- setSummary(String) - Method in class biweekly.component.VJournal
-
Sets the summary of the journal entry.
- setSummary(Summary) - Method in class biweekly.component.VTodo
-
Sets the summary of the to-do.
- setSummary(String) - Method in class biweekly.component.VTodo
-
Sets the summary of the to-do.
- setTargetVersion(ICalVersion) - Method in class biweekly.io.text.ICalWriter
-
Sets the version that the written iCalendar objects will adhere to.
- setText(String) - Method in class biweekly.property.DisplayAlarm
-
Sets the text to display when the alarm is triggered.
- setTimeZone(ICalProperty, TimeZone) - Method in class biweekly.io.TimezoneInfo
-
Instructs the writer to format an individual property's date/time value
in a specific timezone.
- setTimeZone(ICalProperty, TimeZone, boolean) - Method in class biweekly.io.TimezoneInfo
-
Instructs the writer to format an individual property's date/time value
in a specific timezone.
- setTimezoneId(TimezoneId) - Method in class biweekly.component.VTimezone
-
Sets an ID for this timezone.
- setTimezoneId(String) - Method in class biweekly.component.VTimezone
-
Sets an ID for this timezone.
- setTimezoneId(String) - Method in class biweekly.parameter.ICalParameters
-
Sets the TZID property, which defines the timezone that this property is
formatted in.
- setTimezoneInfo(TimezoneInfo) - Method in class biweekly.io.StreamWriter
-
Sets the timezone-related info for this writer.
- setTimezoneOffsetFrom(TimezoneOffsetFrom) - Method in class biweekly.component.Observance
-
Sets the UTC offset that the timezone observance transitions from.
- setTimezoneOffsetFrom(Integer, Integer) - Method in class biweekly.component.Observance
-
Sets the UTC offset that the timezone observance transitions from.
- setTimezoneOffsetFrom(UtcOffset) - Method in class biweekly.component.Observance
-
Sets the UTC offset that the timezone observance transitions from.
- setTimezoneOffsetTo(TimezoneOffsetTo) - Method in class biweekly.component.Observance
-
Sets the UTC offset that the timezone observance transitions to.
- setTimezoneOffsetTo(Integer, Integer) - Method in class biweekly.component.Observance
-
Sets the UTC offset that the timezone observance transitions to.
- setTimezoneOffsetTo(UtcOffset) - Method in class biweekly.component.Observance
-
Sets the UTC offset that the timezone observance transitions to.
- setTimezoneUrl(TimezoneUrl) - Method in class biweekly.component.VTimezone
-
Sets the timezone URL, which points to an iCalendar object that contains
further information on the timezone.
- setTimezoneUrl(String) - Method in class biweekly.component.VTimezone
-
Sets the timezone URL, which points to an iCalendar object that contains
further information on the timezone.
- setTransparency(Transparency) - Method in class biweekly.component.VEvent
-
Sets whether an event is visible to free/busy time searches.
- setTransparency(Boolean) - Method in class biweekly.component.VEvent
-
Sets whether an event is visible to free/busy time searches.
- setTrigger(Trigger) - Method in class biweekly.component.VAlarm
-
Sets when the alarm will be triggered.
- setType(FreeBusyType) - Method in class biweekly.property.FreeBusy
-
Sets the person's status over the time periods that are specified in this
property (for example, "free" or "busy").
- setUid(Uid) - Method in class biweekly.component.VEvent
-
Sets the unique identifier for this event.
- setUid(String) - Method in class biweekly.component.VEvent
-
Sets the unique identifier for this event.
- setUid(Uid) - Method in class biweekly.component.VFreeBusy
-
Sets the unique identifier for this free/busy entry.
- setUid(String) - Method in class biweekly.component.VFreeBusy
-
Sets the unique identifier for this free/busy entry.
- setUid(Uid) - Method in class biweekly.component.VJournal
-
Sets the unique identifier for this journal entry.
- setUid(String) - Method in class biweekly.component.VJournal
-
Sets the unique identifier for this journal entry.
- setUid(Uid) - Method in class biweekly.component.VTodo
-
Sets the unique identifier for this to-do.
- setUid(String) - Method in class biweekly.component.VTodo
-
Sets the unique identifier for this to-do.
- setUri(String) - Method in class biweekly.property.Attachment
-
Assigns a URI to the attachment's value.
- setUri(String) - Method in class biweekly.property.Attendee
-
Sets a URI representing the attendee.
- setUri(String) - Method in class biweekly.property.AudioAlarm
-
- setUri(String) - Method in class biweekly.property.Organizer
-
Sets a URI representing the organizer.
- setUrl(Url) - Method in class biweekly.component.VEvent
-
Sets a URL to a resource that contains additional information about the
event.
- setUrl(String) - Method in class biweekly.component.VEvent
-
Sets a URL to a resource that contains additional information about the
event.
- setUrl(Url) - Method in class biweekly.component.VFreeBusy
-
Sets a URL to a resource that contains additional information about the
free/busy entry.
- setUrl(String) - Method in class biweekly.component.VFreeBusy
-
Sets a URL to a resource that contains additional information about the
free/busy entry.
- setUrl(Url) - Method in class biweekly.component.VJournal
-
Sets a URL to a resource that contains additional information about the
journal entry.
- setUrl(String) - Method in class biweekly.component.VJournal
-
Sets a URL to a resource that contains additional information about the
journal entry.
- setUrl(Url) - Method in class biweekly.component.VTodo
-
Sets a URL to a resource that contains additional information about the
to-do.
- setUrl(String) - Method in class biweekly.component.VTodo
-
Sets a URL to a resource that contains additional information about the
to-do.
- setValue(ICalDataType) - Method in class biweekly.parameter.ICalParameters
-
Sets the data type of the property's value (for example, "text" or
"datetime").
- setValue(Date, boolean) - Method in class biweekly.property.DateOrDateTimeProperty
-
Sets the date-time value.
- setValue(int, int) - Method in class biweekly.property.UtcOffsetProperty
-
- setValue(T) - Method in class biweekly.property.ValuedProperty
-
Sets the value of this property.
- setVersion(ICalVersion) - Method in class biweekly.ICalendar
-
Sets the version of this iCalendar object.
- setVersion(ICalVersion) - Method in class biweekly.io.ParseContext
-
Sets the version of the iCalendar object being parsed.
- setVersion(ICalVersion) - Method in class biweekly.io.text.ICalRawWriter
-
Sets the iCalendar version that the writer should adhere to.
- SIBLING - Static variable in class biweekly.parameter.RelationshipType
-
- single(Object) - Static method in class biweekly.io.json.JCalValue
-
Creates a single-valued value.
- size() - Method in class biweekly.util.ListMultimap
-
Returns the number of values in the map.
- SkipMeException - Exception in biweekly.io
-
Thrown during the reading or writing of an iCalendar property to show that
the property should not be written to the iCalendar data stream or not be
included in the parsed
ICalendar
object.
- SkipMeException(int, Object...) - Constructor for exception biweekly.io.SkipMeException
-
Creates a new "skip me" exception.
- SkipMeException(String) - Constructor for exception biweekly.io.SkipMeException
-
Creates a new "skip me" exception.
- snooze - Variable in class biweekly.property.VCalAlarmProperty
-
- split(String) - Method in class biweekly.io.scribe.property.ICalPropertyScribe.Splitter
-
Performs the split operation.
- splitter(char) - Static method in class biweekly.io.scribe.property.ICalPropertyScribe
-
Splits a string by a delimiter, taking escaped characters into account.
- StandardTime - Class in biweekly.component
-
Defines the date range of a timezone's standard time.
- StandardTime() - Constructor for class biweekly.component.StandardTime
-
- StandardTimeScribe - Class in biweekly.io.scribe.component
-
- StandardTimeScribe() - Constructor for class biweekly.io.scribe.component.StandardTimeScribe
-
- START - Static variable in class biweekly.parameter.Related
-
- start - Variable in class biweekly.property.VCalAlarmProperty
-
- Status - Class in biweekly.property
-
Defines the status of the component that this property belongs to, such as a
to-do task being "completed".
- Status(String) - Constructor for class biweekly.property.Status
-
Creates a status property.
- StatusScribe - Class in biweekly.io.scribe.property
-
- StatusScribe() - Constructor for class biweekly.io.scribe.property.StatusScribe
-
- StreamReader - Class in biweekly.io
-
Parses iCalendar objects from a data stream.
- StreamReader() - Constructor for class biweekly.io.StreamReader
-
- StreamWriter - Class in biweekly.io
-
Writes iCalendar objects to a data stream.
- StreamWriter() - Constructor for class biweekly.io.StreamWriter
-
- StringUtils - Class in biweekly.util
-
Contains miscellaneous string utilities.
- StringUtils.JoinCallback<T> - Interface in biweekly.util
-
- StringUtils.JoinMapCallback<K,V> - Interface in biweekly.util
-
- structured(Object...) - Static method in class biweekly.io.json.JCalValue
-
Creates a structured value.
- structured(List<List<?>>) - Static method in class biweekly.io.json.JCalValue
-
Creates a structured value.
- structured(String) - Static method in class biweekly.io.scribe.property.ICalPropertyScribe
-
Parses a structured value.
- structured(JCalValue) - Static method in class biweekly.io.scribe.property.ICalPropertyScribe
-
Provides an iterator for a jCard structured value.
- structured(Object...) - Static method in class biweekly.io.scribe.property.ICalPropertyScribe
-
Writes a structured value.
- Summary - Class in biweekly.property
-
Defines a short, one line summary of the component that this property belongs
to.
- Summary(String) - Constructor for class biweekly.property.Summary
-
Creates a new summary property.
- SummaryScribe - Class in biweekly.io.scribe.property
-
- SummaryScribe() - Constructor for class biweekly.io.scribe.property.SummaryScribe
-
- supportedVersions - Variable in class biweekly.parameter.VersionedEnumParameterValue
-