Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions lib/public/Calendar/Room/IRoomMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ interface IRoomMetadata {
*/
public const CAPACITY = '{http://nextcloud.com/ns}room-seating-capacity';

/**
* The name of the building this room is located in
*
* Clients group rooms by building. Without this key they have to guess a
* building from BUILDING_ADDRESS, which only works for backends that
* happen to put the building name first.
*
* @since 35.0.0
*/
public const BUILDING_NAME = '{http://nextcloud.com/ns}room-building-name';

/**
* The physical address of the building this room is located in
*
Expand Down
Loading