CalendarMeeting

class CalendarMeeting(chMeeting: <Error class: unknown class>)

Constructors

Link copied to clipboard
fun CalendarMeeting(chMeeting: <Error class: unknown class>)

Types

Link copied to clipboard
class Invitee(chInvitee: <Error class: unknown class>)

Properties

Link copied to clipboard
var canJoin: Boolean

Is True when a meeting can be started (Few minutes before the start time) and value is true till a meeting ends When the state of this boolean changes, the user is notified by the CalendarMeetingObserver.CalendarMeetingUpdated event.

Link copied to clipboard
var description: String?

The description/agenda of the meeting.

Link copied to clipboard
var endTime: Date?

End date of the meeting.

Link copied to clipboard
var id: String?

The id of this meeting.

Link copied to clipboard
var invitees: List<CalendarMeeting.Invitee>?

List of invitees in the meeting

Link copied to clipboard
var isAllDay: Boolean

True if the meeting is scheduled for the complete day

Link copied to clipboard
var isRecurring: Boolean

True if the meeting is a recurring meeting. Recurring meetings have same series id.

Link copied to clipboard
var link: String?

The link of the meeting.

Link copied to clipboard
var location: String?

The location of the meeting.

Link copied to clipboard
var organizerId: String?

The id of the organizer.

Link copied to clipboard
var organizerName: String?

The name of the organizer.

Link copied to clipboard
var seriesId: String?

The series id that this meeting belongs to. Recurring meetings have same series id.

Link copied to clipboard
var sipUrl: String?

The sip url of the meeting.

Link copied to clipboard
var startTime: Date?

Start date of the meeting.

Link copied to clipboard
var subject: String?

The title of the meeting.