Calendar class

A calendar on the user's device

Constructors

Calendar({String? id, String? name, bool? isReadOnly, bool? isDefault, int? color, String? accountName, String? accountType})
Calendar.fromJson(Map<String, dynamic> json)

Properties

accountName String?
getter/setter pair
accountType String?
getter/setter pair
color int?
Read-only. Color of the calendar
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Read-only. The unique identifier for this calendar
getter/setter pair
isDefault bool?
Read-only. If the calendar is the default
getter/setter pair
isReadOnly bool?
Read-only. If the calendar is read-only
getter/setter pair
name String?
The name of this calendar
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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