FreeBusyRequest class

Constructors

FreeBusyRequest({int? calendarExpansionMax, int? groupExpansionMax, List<FreeBusyRequestItem>? items, DateTime? timeMax, DateTime? timeMin, String? timeZone})
FreeBusyRequest.fromJson(Map json_)

Properties

calendarExpansionMax int?
Maximal number of calendars for which FreeBusy information is to be provided.
getter/setter pair
groupExpansionMax int?
Maximal number of calendar identifiers to be provided for a single group.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
items List<FreeBusyRequestItem>?
List of calendars and/or groups to query.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeMax DateTime?
The end of the interval for the query formatted as per RFC3339.
getter/setter pair
timeMin DateTime?
The start of the interval for the query formatted as per RFC3339.
getter/setter pair
timeZone String?
Time zone used in the response.
getter/setter pair

Methods

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

Operators

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