Provide standard metadata keys for contact person of a resource

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2019-08-01 15:26:11 +02:00
parent 475984ef19
commit b246e58a1e
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
1 changed files with 15 additions and 0 deletions

View File

@ -100,4 +100,19 @@ interface IResourceMetadata {
* @since 17.0.0
*/
public const VEHICLE_SEATING_CAPACITY = '{http://nextcloud.com/ns}resource-vehicle-seating-capacity';
/**
* Contact information about the person who is responsible to administer / maintain this resource
* This key stores a textual description of name and possible ways to contact the person
*
* @since 17.0.0
*/
public const CONTACT_PERSON = '{http://nextcloud.com/ns}resource-contact-person';
/**
* Link to the vcard of the contact person
*
* @since 17.0.0
*/
public const CONTACT_PERSON_VCARD = '{http://nextcloud.com/ns}resource-contact-person-vcard';
}