IAvailabilityResult
in
DTO for the availability check results.
Holds information about whether an attendee is available or not during the request time slot.
Tags
Table of Contents
Methods
- getAttendeeEmail() : string
- Get the attendee's email address.
- isAvailable() : bool
- Whether the attendee is available during the requested time slot.
Methods
getAttendeeEmail()
Get the attendee's email address.
public
getAttendeeEmail() : string
Tags
Return values
stringisAvailable()
Whether the attendee is available during the requested time slot.
public
isAvailable() : bool