CalendarMeeting

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

Constructors

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

Types

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

Properties

Link copied to clipboard

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

The description/agenda of the meeting.

Link copied to clipboard

End date of the meeting.

Link copied to clipboard

The eventID of the meeting.

Link copied to clipboard
var id: String?

The id of this meeting.

Link copied to clipboard

List of invitees in the meeting

Link copied to clipboard

True if the meeting is scheduled for the complete day

Link copied to clipboard

True if the meeting is already joined on another device and is ongoing, otherwise false.

Link copied to clipboard

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

The location of the meeting.

Link copied to clipboard

The id of the organizer.

Link copied to clipboard

The name of the organizer.

Link copied to clipboard

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

Link copied to clipboard

The sip url of the meeting.

Link copied to clipboard

Start date of the meeting.

Link copied to clipboard

The title of the meeting.