CallSchedule
public class CallSchedule : Equatable, CustomStringConvertible
A CallSchedule represents the schedule of a scheduled call
Since
2.6.0-
Name of the Organizer of the call that is scheduled.
Since
3.0.0Declaration
Swift
public let organzier: String? -
Start time of the call is scheduled.
Since
2.6.0Declaration
Swift
public let start: Date? -
End time of the call is scheduled.
Since
2.6.0Declaration
Swift
public let end: Date? -
Meeting ID of the scheduled call.
Since
3.0.0Declaration
Swift
public var meetingId: String? -
Meeting Link of the scheduled call.
Since
3.0.0Declaration
Swift
public var link: String? -
Subject of the scheduled call.
Since
3.0.0Declaration
Swift
public var subject: String? -
Description of the scheduled call.
Since
3.0.0Declaration
Swift
public var description: String { get }
View on GitHub