ICalendar class

Constructors

ICalendar({String? prodId, List<Event>? events, List<String>? properties, RefreshInterval refreshInterval = RefreshInterval.pt1d})
ICalendar.fromJson(String source)
factory
ICalendar.fromMap(Map<String, dynamic> map)
factory

Properties

events List<Event>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
prodId String?
getter/setter pair
properties List<String>?
getter/setter pair
refreshInterval RefreshInterval
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addEvent(Event event) → void
addProperty(String property) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toICalString() String
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromICalString(String icalString) ICalendar
fromICalStrings(List<String> lines) Event