EventOrganizer class
The organizer of the event.
If the organizer is also an attendee, this is indicated with a separate entry in attendees with the organizer field set to True. To change the organizer, use the move operation. Read-only, except when importing an event.
Constructors
- EventOrganizer({String? displayName, String? email, String? id, bool? self})
- EventOrganizer.fromJson(Map json_)
Properties
- displayName ↔ String?
-
The organizer's name, if available.
getter/setter pair
- email ↔ String?
-
The organizer's email address, if available.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The organizer's Profile ID, if available.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self ↔ bool?
-
Whether the organizer corresponds to the calendar on which this copy of
the event appears.
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