| Interface | Description |
|---|---|
| ICalPropertyScribe.ListCallback<T> |
Callback function used in conjunction with the
list method |
| Class | Description |
|---|---|
| ActionScribe |
Marshals
Action properties. |
| AttachmentScribe |
Marshals
Attachment properties. |
| AttendeeScribe |
Marshals
Attendee properties. |
| AudioAlarmScribe |
Marshals
AudioAlarm properties. |
| CalendarScaleScribe |
Marshals
CalendarScale properties. |
| CategoriesScribe |
Marshals
Categories properties. |
| ClassificationScribe |
Marshals
Classification properties. |
| CommentScribe |
Marshals
Comment properties. |
| CompletedScribe |
Marshals
Completed properties. |
| ContactScribe |
Marshals
Contact properties. |
| CreatedScribe |
Marshals
Created properties. |
| DateDueScribe |
Marshals
DateDue properties. |
| DateEndScribe |
Marshals
DateEnd properties. |
| DateOrDateTimePropertyScribe<T extends DateOrDateTimeProperty> |
Marshals properties that have either "date" or "date-time" values.
|
| DateStartScribe |
Marshals
DateStart properties. |
| DateTimePropertyScribe<T extends DateTimeProperty> |
Marshals properties that have "date-time" values.
|
| DateTimeStampScribe |
Marshals
DateTimeStamp properties. |
| DaylightScribe |
Marshals
Daylight properties. |
| DescriptionScribe |
Marshals
Description properties. |
| DisplayAlarmScribe |
Marshals
DisplayAlarm properties. |
| DurationPropertyScribe |
Marshals
DurationProperty properties. |
| EmailAlarmScribe |
Marshals
EmailAlarm properties. |
| ExceptionDatesScribe |
Marshals
ExceptionDates properties. |
| ExceptionRuleScribe |
Marshals
ExceptionRule properties. |
| FreeBusyScribe |
Marshals
FreeBusy properties. |
| GeoScribe |
Marshals
Geo properties. |
| ICalPropertyScribe<T extends ICalProperty> |
Base class for iCalendar property scribes.
|
| ICalPropertyScribe.DateParser |
Factory class for parsing dates.
|
| ICalPropertyScribe.DateWriter |
Factory class for writing dates.
|
| ICalPropertyScribe.Result<T> |
Represents the result of an unmarshal operation.
|
| ICalPropertyScribe.SemiStructuredIterator |
Iterates over the fields in a semi-structured value (a structured value
whose components cannot be multi-valued).
|
| ICalPropertyScribe.Splitter |
A helper class for splitting strings.
|
| ICalPropertyScribe.StructuredIterator |
Iterates over the fields in a structured value.
|
| IntegerPropertyScribe<T extends IntegerProperty> |
Marshals properties that have integer values.
|
| LastModifiedScribe |
Marshals
LastModified properties. |
| ListPropertyScribe<T extends ListProperty<V>,V> |
Marshals properties that contain a list of values.
|
| LocationScribe |
Marshals
Location properties. |
| MethodScribe |
Marshals
Method properties. |
| OrganizerScribe |
Marshals
Organizer properties. |
| PercentCompleteScribe |
Marshals
PercentComplete properties. |
| PriorityScribe |
Marshals
Priority properties. |
| ProcedureAlarmScribe |
Marshals
ProcedureAlarm properties. |
| ProductIdScribe |
Marshals
ProductId properties. |
| RawPropertyScribe |
Marshals properties that do not have a scribe associated with them.
|
| RecurrenceDatesScribe |
Marshals
RecurrenceDates properties. |
| RecurrenceIdScribe |
Marshals
RecurrenceId properties. |
| RecurrencePropertyScribe<T extends RecurrenceProperty> |
Marshals properties whose values are
Recurrence. |
| RecurrenceRuleScribe |
Marshals
RecurrenceRule properties. |
| RelatedToScribe |
Marshals
RelatedTo properties. |
| RepeatScribe |
Marshals
Repeat properties. |
| RequestStatusScribe |
Marshals
RequestStatus properties. |
| ResourcesScribe |
Marshals
Resources properties. |
| SequenceScribe |
Marshals
Sequence properties. |
| StatusScribe |
Marshals
Status properties. |
| SummaryScribe |
Marshals
Summary properties. |
| TextListPropertyScribe<T extends ListProperty<String>> |
Marshals properties that have a list of text values.
|
| TextPropertyScribe<T extends TextProperty> |
Marshals properties that have text values.
|
| TimezoneIdScribe |
Marshals
TimezoneId properties. |
| TimezoneNameScribe |
Marshals
TimezoneName properties. |
| TimezoneOffsetFromScribe |
Marshals
TimezoneOffsetFrom properties. |
| TimezoneOffsetToScribe |
Marshals
TimezoneOffsetTo properties. |
| TimezoneScribe |
Marshals
Timezone properties. |
| TimezoneUrlScribe |
Marshals
TimezoneUrl properties. |
| TransparencyScribe |
Marshals
Transparency properties. |
| TriggerScribe |
Marshals
Trigger properties. |
| UidScribe |
Marshals
Uid properties. |
| UrlScribe |
Marshals
Url properties. |
| UtcOffsetPropertyScribe<T extends UtcOffsetProperty> |
Marshals properties that have UTC offset values.
|
| VCalAlarmPropertyScribe<T extends VCalAlarmProperty> |
Marshals
VCalAlarmProperty properties. |
| VersionScribe |
Marshals
Version properties. |
| XmlScribe |
Marshals
Xml properties. |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.