]> Objectclass property 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 for vCard Format Specification to allow the specification of objectclasses.
The objectclass concept is used in ldap to allow the specification of a set of properties which describe a given type of object. For example, a schedulable entity SHOULD contain some form of contact and the absence of the AUTOSCHEDULE property implies certain defaults. Furthermore the OBJECTCLASS property allows for simple searching for a particular class of entry. If we are trying to book a room for example, the query only needs to specify an OBJECTCLASS of schedulable and the type of entry (that is, a room). Without the OBJECTCLASS property it may be hard to determine that a room is actually schedulable. The resence of an email address does not guarantee that an entity is schedulable. Current scheduling systems also work asynchronously. The user may create scheduling invitations only to learn later on that the scheduled entity is not going to reply. An ldap objectclass may be of 3 kinds, structural, abstract and auxiliary. The vcard KIND property is equivalent to the structural objectclass in that a vcard can be of only one kind. The kind requires that certain properties be present and also defines defaults for absent properties. The OBJECTCLASS property defined here is equivalent in many ways to the auxiliary objectclass in ldap. They are not related to each other in some hierarchy and may overlap in their use of properties. Objectclass definitions can only specify properties which MUST, SHOULD or MAY be present. They cannot disallow the use of properties as these may be required by another objectclass.
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 .
Format and cardinality of new vCard properties are defined as described in Section 3.3 of . OBJECTCLASS To specify the objectclass for this vcard. IANA value. * OBJECTCLASS-param = any-param OBJECTCLASS-value = text None. schedulable This property MAY be present 1 or more times. For each occurrence of the property the vcard MUST conform to the specification for that objectclass.
These examples do not draw on any currently defined objectclass but are intended to indicate some uses. Properties used here may not be defined in any specification.
The eduperson ldap objectclass provides for a number of attributes considered useful for interaction between members of educational organizations. A corresponding vcard objectclass would allow for better mappping of ldap directories onto a vcard representation.
The 201203 specification of the LDAP objectclass for reference. Note that all attributes are MAY so would have a vcard cardinality of *1 or *. ( 1.3.6.1.4.1.5923.1.1.2 NAME 'eduPerson' AUXILIARY MAY ( eduPersonAffiliation $ eduPersonNickname $ eduPersonOrgDN $ eduPersonOrgUnitDN $ eduPersonPrimaryAffiliation $ eduPersonPrincipalName $ eduPersonEntitlement $ eduPersonPrimaryOrgUnitDN $ eduPersonScopedAffiliation $ eduPersonTargetedID $ eduPersonAssurance)
A vcard mapping would, where possible use existing vcard properties. Where not possible new properties could be defined. 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:eduperson NICKNAME:Jack ORGDN: dc=example, dc=edu AFFILIATION;TYPE=primary:faculty AFFILIATION;TYPE=scoped:faculty@cs.example.edu END:VCARD
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 needs to be some form of calendar user address. It's useful to know whether requests can be auto accepted if the slot is available.
Building on the previous example we'll make Jack schedulable. 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:eduperson NICKNAME:Jack ORGDN: dc=example, dc=edu AFFILIATION;TYPE=primary:faculty AFFILIATION;TYPE=scoped:faculty@cs.example.edu OBJECTCLASS:schedulable CALADRURI:jdoe@example.edu AUTOSCHEDULE:ACCEPT-IF-FREE END:VCARD
As this document only defines a schema related property and does not refer to the actual storage mechanism itself, no special security considerations are required as part of this document.
New objectclass values will be defined according to the process specified in Section 10.2.6 of .
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.
&RFC2119; &RFC2739; &RFC3339; &RFC4589; &RFC6350; Data elements and interchange formats -- Information interchange -- Representation of dates and times International Organization for Standardization