CalendarEvent 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

attachments() Future<AttachmentsManager>
get the attachments manager
canRedact() Future<bool>
whether or not this user can redact this item
comments() Future<CommentsManager>
get the comments manager
description() TextMessageContent?
description text
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
eventId() EventId
locations event id
icalForSharing(String fileName) bool
Generate a iCal as a String for sharing with others
locations() FfiListEventLocationInfo
get all location details
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
participants() Future<FfiListFfiString>
get the user id list who have responded with Yes on this event
physicalLocations() FfiListEventLocationInfo
get the physical location(s) details
reactions() Future<ReactionManager>
get the reaction manager
respondedByMe() Future<OptionRsvpStatus>
get my RSVP status, one of Yes/Maybe/No or None
roomIdStr() String
room id
rsvps() Future<RsvpManager>
get RSVP manager
sender() UserId
sender id
showWithoutTime() bool
whether to show the time or just the dates
title() String
the title of the event
toString() String
A string representation of this object.
inherited
updateBuilder() CalendarEventUpdateBuilder
update builder
utcEnd() UtcDateTime
When the event ends
utcStart() UtcDateTime
When the event starts
virtualLocations() FfiListEventLocationInfo
get the virtual location(s) details

Operators

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