]> source.dussan.org Git - nextcloud-server.git/commitdiff
Provide standard metadata keys for contact person of a resource
authorGeorg Ehrke <developer@georgehrke.com>
Thu, 1 Aug 2019 13:26:11 +0000 (15:26 +0200)
committerGeorg Ehrke <developer@georgehrke.com>
Thu, 1 Aug 2019 13:26:11 +0000 (15:26 +0200)
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
lib/public/Calendar/Resource/IResourceMetadata.php

index a48bcfb6827792d9d1beee37e2a5a0aca2bf969c..2cf6c24f9b02be491d75309ef0b02a66318f3637 100644 (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';
 }