ScheduleDetails class
Encapsulates schedule details complying with the iCalendar specification: https://tools.ietf.org/html/rfc5545.
Constructors
- ScheduleDetails(String start, String duration, String recurrence)
- Creates a new instance.
Properties
- duration ↔ String
-
Specifies a positive duration of time for the iCalendar component, for example "PT24H00M" (lasts 24h).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- recurrence ↔ String
-
The recurrence information for a iCalendar component, for example "FREQ:DAILY;BYDAY:MO,TU,WE,TH,FR,SA".
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start ↔ String
-
Specifies when the iCalendar component begins, for example "T000000" (starts at midnight).
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.