AppointmentDetails
public struct AppointmentDetails : Equatable, Codable
Additional details about the appointment
-
A unique id for the appointment
Declaration
Swift
public let appointmentId: String -
Base 64 encoded string representing the slot
Declaration
Swift
public let slotId: String -
The start time of the appointment
Important
date will be in the timezone of the appointmentDeclaration
Swift
public let startDateTime: Date -
The end time of the appointment
Important
date will be in the timezone of the appointmentDeclaration
Swift
public let endDateTime: Date -
The timezone string the appointment is scheduled in
Declaration
Swift
public let timezone: String
View on GitHub
Install in Dash