CalendarClient class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(String eventId, bool shouldNotify)
→ Future<void>
-
to delete/remove google meet and added event in your calender
-
insert({required String title, required String description, required String location, required List<String> attendeeEmailList, required bool shouldNotifyAttendees, required bool hasConferenceSupport, required DateTime startTime, required DateTime endTime})
→ Future<Map<String, String>?>
-
to insert/ add google meet and added event in your calender
-
modify({required String id, required String title, required String description, required String location, required List<String> attendeeEmailList, required bool shouldNotifyAttendees, required bool hasConferenceSupport, required DateTime startTime, required DateTime endTime})
→ Future<Map<String, String>?>
-
to modify/update google meet and added event in your calender
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Properties
-
calendar
↔ CalendarApi?
-
getter/setter pair