Nextcloud PHP API (master)

IAvailabilityResult

DTO for the availability check results.

Holds information about whether an attendee is available or not during the request time slot.

Tags
since
31.0.0

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
since
31.0.0
Return values
string

isAvailable()

Whether the attendee is available during the requested time slot.

public isAvailable() : bool
Tags
since
31.0.0
Return values
bool

        
On this page

Search results