IRoom

interface OCP\Calendar\Room\IRoom
Interface IRoom
Source:lib/public/Calendar/Room/IRoom.php#31

Methods

public OCP\Calendar\Room\IRoom::getId()
Get a unique ID for the room
This id has to be unique within the backend
Source:lib/public/Calendar/Room/IRoom.php#41
Returns:string
Since:14.0.0
public OCP\Calendar\Room\IRoom::getDisplayName()
Get the display name for the room
Source:lib/public/Calendar/Room/IRoom.php#49
Returns:string
Since:14.0.0
public OCP\Calendar\Room\IRoom::getGroupRestrictions()
Get a list of groupIds that are allowed to access this room
If an empty array is returned, no group restrictions are
applied.
Source:lib/public/Calendar/Room/IRoom.php#60
Returns:string[]
Since:14.0.0
public OCP\Calendar\Room\IRoom::getEMail()
Get the email-address for the room
The email-address has to be globally unique
Source:lib/public/Calendar/Room/IRoom.php#70
Returns:string
Since:14.0.0
public OCP\Calendar\Room\IRoom::getBackend()
Get corresponding backend object
Source:lib/public/Calendar/Room/IRoom.php#78
Returns:\OCP\Calendar\Room\IBackend
Since:14.0.0