IResourceMetadata

interface OCP\Calendar\Resource\IResourceMetadata
Interface IResourceMetadata
This interface provides keys for common metadata.
Resource Backends are not limited to this list and can provide
any metadata they want.
Source:lib/public/Calendar/Resource/IResourceMetadata.php#35

Constants

RESOURCE_TYPE = {http://nextcloud.com/ns}resource-type
Type of resource
Allowed values for this key include:
- projector
- tv
- vehicle
- other
Source:lib/public/Calendar/Resource/IResourceMetadata.php#48
Since:17.0.0
VEHICLE_TYPE = {http://nextcloud.com/ns}resource-vehicle-type
If resource is of type vehicle, this describes the type of vehicle
Allowed values:
- bicycle
- scooter
- motorbike
- car
- plane
- helicopter
- other
Source:lib/public/Calendar/Resource/IResourceMetadata.php#64
Since:17.0.0
VEHICLE_MAKE = {http://nextcloud.com/ns}resource-vehicle-make
Make of the vehicle
Source:lib/public/Calendar/Resource/IResourceMetadata.php#71
Since:17.0.0
VEHICLE_MODEL = {http://nextcloud.com/ns}resource-vehicle-model
Model of the vehicle
Source:lib/public/Calendar/Resource/IResourceMetadata.php#78
Since:17.0.0
VEHICLE_IS_ELECTRIC = {http://nextcloud.com/ns}resource-vehicle-is-electric
Whether or not the car is electric
use ‘1’ for electric, ‘0’ for non-electric
Source:lib/public/Calendar/Resource/IResourceMetadata.php#87
Since:17.0.0
VEHICLE_RANGE = {http://nextcloud.com/ns}resource-vehicle-range
Range of vehicle with a full tank
Source:lib/public/Calendar/Resource/IResourceMetadata.php#94
Since:17.0.0
VEHICLE_SEATING_CAPACITY = {http://nextcloud.com/ns}resource-vehicle-seating-capacity
Seating capacity of the vehicle
Source:lib/public/Calendar/Resource/IResourceMetadata.php#101
Since:17.0.0
CONTACT_PERSON = {http://nextcloud.com/ns}resource-contact-person
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
Source:lib/public/Calendar/Resource/IResourceMetadata.php#109
Since:17.0.0
CONTACT_PERSON_VCARD = {http://nextcloud.com/ns}resource-contact-person-vcard
Link to the vcard of the contact person
Source:lib/public/Calendar/Resource/IResourceMetadata.php#116
Since:17.0.0