Package-level declarations

Types

Link copied to clipboard
class RecurrenceFormatter(val dateFormat: DateFormat)

Formatter class for converting Recurrence objects to a human-readable string represention. This is basically a localized version of Recurrence.toString. This class is not thread-safe.

Link copied to clipboard

Utility class to write a Recurrence as a byte array and read it back. Read is backward-compatible with previous versions. Prefer RRuleFormatter to this format for serialization since its more flexible. This class is not thread-safe.

Link copied to clipboard

Utility class to write a Recurrence as a RRule and read it back. See RFC2445[https://tools.ietf.org/html/rfc2445#section-4.8.5.4] and https://tools.ietf.org/html/rfc5545#section-3.3.10. Start dates and end dates are formatted to a local time string.

Link copied to clipboard

Exception thrown by RRuleFormatter.parse when RRule couldn't be parsed.