CallSchedule

open class CallSchedule : Comparable<CallSchedule>

A CallSchedule represents the schedule of a scheduled call

Since

2.6.0

See also

Functions

Link copied to clipboard
open operator override fun compareTo(other: CallSchedule): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun getEnd(): Date?

End time of the call is scheduled.

Link copied to clipboard
fun getId(): String?

Meeting ID of the scheduled call.

Link copied to clipboard
fun getMeetingLink(): String?

Meeting Link of the scheduled call.

Link copied to clipboard
fun getStart(): Date?

Start time of the call is scheduled.

Link copied to clipboard
fun getSubject(): String?

The subject of the scheduled call.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String