CalendarEventDraft 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 text, String html) → void
set the description html for this calendar event
descriptionText(String text) → void
set the description for this calendar event
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
physicalLocation(String? name, String? description, String? descriptionHtml, String? coordinates, String? uri) → void
set the physical location details for this calendar event
send() Future<EventId>
create this calendar event
title(String title) → void
set the title for this calendar event
toString() String
A string representation of this object.
inherited
unsetDescription() → void
utcEndFromFormat(String utcEnd, String format) → void
set the utc_end for this calendar event in custom format
utcEndFromRfc2822(String utcEnd) → void
set the utc_end for this calendar event in rfc2822 format
utcEndFromRfc3339(String utcEnd) → void
set the utc_end for this calendar event in rfc3339 format
utcStartFromFormat(String utcStart, String format) → void
set the utc_start for this calendar event in custom format
utcStartFromRfc2822(String utcStart) → void
set the utc_start for this calendar event in rfc2822 format
utcStartFromRfc3339(String utcStart) → void
set the utc_start for this calendar event in rfc3339 format
virtualLocation(String? name, String? description, String? descriptionHtml, String uri) → void
set the virtual location details for this calendar event

Operators

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