CalendarEventUpdateBuilder 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

descriptionHtml(String body, String htmlBody) → void
set description html text
descriptionText(String body) → void
set description text
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send() Future<EventId>
send builder update
title(String title) → void
set title of the event>
toString() String
A string representation of this object.
inherited
unsetLocations() → void
utcEndFromFormat(String utcEnd, String format) → void
set utc end in custom format
utcEndFromRfc2822(String utcEnd) → void
set utc end in rfc2822 string
utcEndFromRfc3339(String utcEnd) → void
set utc end in rfc3339 string
utcStartFromFormat(String utcStart, String format) → void
set utc start in custom format
utcStartFromRfc2822(String utcStart) → void
set utc start in rfc2822 string
utcStartFromRfc3339(String utcStart) → void
set utc start in rfc3339 string

Operators

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