Nextcloud PHP API (stable18)

IBackend

Interface IBackend

Tags
since
14.0.0

Table of Contents

getAllRooms()  : \OCP\Calendar\Room\IRoom[]
get a list of all rooms in this backend
getBackendIdentifier()  : string
Get unique identifier of the backend
getRoom()  : IRoom|null
get a room by it's id
listAllRooms()  : string[]
get a list of all room identifiers in this backend

Methods

getBackendIdentifier()

Get unique identifier of the backend

public getBackendIdentifier() : string
Tags
since
14.0.0
Return values
string

Search results