]> Schedulable Objectclass for vCard Oracle Corporation
4210 Network Circle Santa Clara CA 95054 USA ciny.joy@oracle.com http://www.oracle.com/
Apple Inc.
1 Infinite Loop Cupertino CA 95014 USA cyrus@daboo.name http://www.apple.com/
Rensselaer Polytechnic Institute
110 8th Street Troy NY 12180 USA douglm@rpi.edu http://www.rpi.edu/
Applications This specification describes a new property objectclass value for the vcard objectclass property defined in [REF] allowing schedulable entities to be marked as such.
The schedulable object class defines a number of properties which are required or useful for schedulable entities. A schedulable entity may be scheduled for meetings (usually a person) or for use (usually a resource). The properties specified here allow a client to discover such an entity and initiate a scheduling request. Some of the properties and values may be used by calendar servers to determine the appropriate action when a scheduling request is received. For example, do we auto-accept the request if the entity is available?
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in .
This specification defines a new value for the OBJECTCLASS property deined in [TODO]. The value is registered according to the procedure in Section 10.2.6 of . schedulable To specify the entity with this objectclass is schedulable. This value MAY be used with the OBJECTCLASS property. If used the properties, parameters and values of the vcard MUST conform to the requirements of this specification. OBJECTCLASS:schedulable
*** Make this into 2 sections
*** MUST properties from base vcard The following properties MUST be specified in a vCard representing a calendaring or schedulable resource: FN UID *** SHOULD properties KIND CALADRURI or EMAIL
The CALADRURI value is the address that would be used by a Scheduling and Calendaring application to schedule the resource. Its value MUST be a uri string, in most cases a mailto: uri. The EMAIL property value of the resource should be used for scheduling, in the absence of this property.
The following new properties MAY be used with OBJECTCLASS:schedulable. Format and cardinality of new vCard properties are defined as described in Section 3.3 of .
Specify if the resource is automatically scheduled with no approval process. Text value from the auto schedule values table. *1
AUTOSCHEDULE-param = "VALUE=text" / any-param AUTOSCHEDULE-value = text
If the property is absent or unknown, resource bookings are auto accepted, if it does not result in a booking conflict and auto declined if it does. AUTO AUTO
Auto Schedule Values Table: Auto schedule value Scheduling action NONE no auto scheduling ACCEPT-IF-FREE auto accept invitations, if no conflict DECLINE-IF-BUSY auto decline invitations that result in a conflict AUTO auto accept and auto decline based on booking conflict ALWAYS-ACCEPT auto accept all invitations ALWAYS-DECLINE auto decline all invitations
Provide the complete information on scheduling a resource if access rights are set or approval is required. URI value. It MAY also be a free-form text value. *
BOOKINGINFO-param = "VALUE=" ("text" / "uri") / any-param BOOKINGINFO-value = uri / text
None http://www.example.com/room1_booking.html
Specify if there are restrictions to booking the resource specified by access rights in the system. More information is provided by the BOOKINGINFO property. Boolean value. *1
BOOKINGRESTRICTED-param = "VALUE=boolean" / any-param BOOKINGRESTRICTED-value = boolean
FALSE. Absence of this property indicates no restriction to booking the resource. TRUE
Defines how much time in advance the resource can be booked. Duration value. The format is based on the duration representation basic format with designators for the duration of time. The format can represent nominal durations (weeks and days) and accurate durations (hours, minutes, and seconds). The syntax is further defined in Appendix A, "Duration" section of . *1
BOOKINGWINDOWSTART-param = "VALUE=text" / any-param BOOKINGWINDOWSTART-value = text
The value of this property is used to calculate the earliest date and time when a resource can be reserved for an event starting on a specific date and time. If this property value is defined, the resource may be booked for an event at a certain time, only if the current time is equal to or after the date and time calculated by subtracting this value from the event's proposed start time. If this property is absent, then the resource may be booked at any time before the end of the booking window. None P3M
Defines how much time in advance the resource booking is closed. Duration value. The format is based on the duration representation basic format with designators for the duration of time. The format can represent nominal durations (weeks and days) and accurate durations (hours, minutes, and seconds). The syntax is further defined in Appendix A, "Duration" section of . *1
BOOKINGWINDOWEND-param = "VALUE=text" / any-param BOOKINGWINDOWEND-value = text
The value of this property is used to calculate the latest date and time when a resource can be reserved for an event starting on a specific date and time. If the current time is equal to or before the value obtained by subtracting BookingWindowEnd from the start date and time of the event, then the resource may be booked. If this property is absent, then the resource may be booked anytime from booking window start to the start of the event. BookingWindow Start and End together provide the window of time a resource can be booked, relative to the start time of the event.
If: BookingWindowStart = BwS, BookingWindowEnd = BwE, Current Time = CT and Event Start Time = ST, Then a resource can be booked at a certain time only if CT is equal to or after (ST - BwS) and CT is equal to or before (ST - BwE)
None P5D
Maximum number of instances of an event, the resource can be scheduled for from NOW. Integer value. *1
MAXINSTANCES-param = "VALUE=integer" / any-param MAXINSTANCES-value = integer
Value of 0 indicates no limits. Value of 1 indicates that no recurring bookings are allowed. If this property is absent there is no limit to the number of instances it may be booked for at any moment. 0 60
Number of simultaneous bookings allowed. Integer value. Value of 0 indicates no limits. *1
MULTIBOOK-param = "VALUE=integer" / any-param MULTIBOOK-value = integer
Value of 0 indicates no limits. If this property is absent the resource may be booked only for one event at a particular moment. 1 1
This document specifies the following additional values that can be used as the value for the TYPE parameter of the RELATED property defined in Section 6.6.6 of . schedule-admin: an entity that performs scheduling approval, when scheduling the entity associated with this vCard, if approval required.
A schedulable entity can be scheduled for meetings (as a person) or for use (as a resource). For a scheduling system to be able to usefully manage the schedule it needs specific information. At the very least there MUST be some form of calendar user address. It's useful to know whether requests can be auto accepted if the slot is available.
BEGIN:VCARD VERSION:4.0 UID:urn:uuid:4fbe8971-0bc3-424c-9c26-36c3e1eff6b1 FN:J. Doe N:Doe;J.;;; EMAIL:jdoe@example.edu TEL;VALUE=uri:tel:+1-555-555-5555 OBJECTCLASS:schedulable CALADRURI:jdoe@example.edu AUTOSCHEDULE:ACCEPT-IF-FREE END:VCARD
As this document only defines schema for representing entities for calendaring and scheduling and does not refer to the actual storage mechanism itself, or the calendaring and scheduling protocol, no special security considerations are required as part of this document.
A objectclass value is be defined according to the process specified in Section 10.2.6 of .
The following new VCard Properties need to be registered by IANA. New VCard Properties Table: VCard Property Name VCard Property Definition AUTOSCHEDULE BOOKINGINFO BOOKINGRESTRICTED BOOKINGWINDOWSTART BOOKINGWINDOWEND MAXINSTANCES MULTIBOOK The following new VCard Parameter Values need to be registered by IANA. New VCard Properties Table: VCard Property Name VCard Parameter Name VCard Parameter Value RELATED TYPE schedule-admin
This specification is a result of discussions that took place within the Calendaring and Scheduling Consortium's Resource Technical Committee. The authors thank the participants of that group.
While this document does not mandate how each of the defined property values must be used by calendaring systems, here are some recommendations: BOOKINGWINDOWSTART (), BOOKINGWINDOWEND () and MULTIBOOK () information should be used in freebusy calculations. A query for a time slot that falls outside the booking window or one that already has the maximum allowed number of simultaneous bookings, MUST be returned as BUSY_UNAVAILABLE. Calendaring systems that support the AUTOSCHEDULE ()) property, SHOULD automatically mark the attendee PARTSTAT for a resource as ACCEPTED, if its auto schedule value is AUTO and the scheduling is successful. If scheduling administrator approval is required, the PARTSTAT could be automatically marked as TENTATIVE. Rooms SHOULD have this property defined. Information from other properties, for example the capacity if a resource can be used by calendaring systems to warn end users if the number of attendees exceed the capacity value. Rooms SHOULD have CAPACITY defined. Individual calendar servers may regard the values of these properties set in a directory server or a different database as advisory and could further limit what it allows.
&RFC2119; &RFC2739; &RFC3339; &RFC4589; &RFC6350; Data elements and interchange formats -- Information interchange -- Representation of dates and times International Organization for Standardization