From b246e58a1ed1e37401503ac0212d6b61bfe83cb7 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Thu, 1 Aug 2019 15:26:11 +0200 Subject: [PATCH] Provide standard metadata keys for contact person of a resource Signed-off-by: Georg Ehrke --- .../Calendar/Resource/IResourceMetadata.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lib/public/Calendar/Resource/IResourceMetadata.php b/lib/public/Calendar/Resource/IResourceMetadata.php index a48bcfb6827..2cf6c24f9b0 100644 --- a/lib/public/Calendar/Resource/IResourceMetadata.php +++ b/lib/public/Calendar/Resource/IResourceMetadata.php @@ -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'; } -- 2.39.5