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 roomThis 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 roomIf an empty array is returned, no group restrictions areapplied.
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 roomThe 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