Class | Description |
---|---|
Duration |
According to RFC2445, durations are like this:
WEEKS
| DAYS [ HOURS [ MINUTES [ SECONDS ] ] ]
| HOURS [ MINUTES [ SECONDS ] ]
it doesn't specifically, say, but this sort of implies that you can't have
70 seconds.
|
EventRecurrence |
Event recurrence utility functions.
|
ICalendar |
Parses RFC 2445 iCalendar objects.
|
ICalendar.Component |
A component within an iCalendar (VEVENT, VTODO, VJOURNAL, VFEEBUSY,
VTIMEZONE, VALARM).
|
ICalendar.Parameter |
A parameter defined for an iCalendar property.
|
ICalendar.Property |
A property within an iCalendar component (e.g., DTSTART, DTEND, etc.,
within a VEVENT).
|
RecurrenceProcessor | |
RecurrenceProcessor.DaySet | |
RecurrenceSet |
Basic information about a recurrence, following RFC 2445 Section 4.8.5.
|
Exception | Description |
---|---|
DateException | |
EventRecurrence.InvalidFormatException |
Thrown when a recurrence string provided can not be parsed according
to RFC2445.
|
ICalendar.FormatException |
Exception thrown when an iCalendar object has invalid syntax.
|