[Kolab-devel] RFC2739 Schema file
Stephan Buys
s.buys at codefusion.co.za
Wed May 14 20:50:02 CEST 2003
Hi,
Here is the Schema file for RFC2739. (Derived from the RFC Doc)
I have successfully started it with my Kolab server.
Regards,
--
Stephan Buys
Technical Director
Code Fusion cc.
Tel: +27 11 391 1412
Mobile: +27 83 294 1876
Email: s.buys at codefusion.co.za
-------------- next part --------------
#Network Working Group T. Small
#Request for Comments: 2739 XpertSite.Com
#Category: Standards Track D. Hennessy
# ISOCOR
# F. Dawson
# Lotus
# January 2000
#
# Calendar Attributes for vCard and LDAP
#
#
#
#2.4.4 Attribute Definitions
#2.4.4.1 calCalURI
attributetype (1.2.840.113556.1.4.478 NAME 'calCalURI'
DESC 'contains the URI to a snapshot of the users entire default calendar'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
#2.4.4.2 calFBURL
attributetype (1.2.840.113556.1.4.479 NAME 'calFBURL'
DESC 'contains the URI to the users default busy time data'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
#2.4.4.3 calCAPURI
attributetype (1.2.840.113556.1.4.480 NAME 'calCAPURI'
DESC 'contains a URI that can be used to communicate with the users calendar.'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
#2.4.4.4 calCalAdrURI
attributetype (1.2.840.113556.1.4.481 NAME 'calCalAdrURI'
DESC 'contains a URI that points to the location to which event requests should be sent for that user.'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
#2.4.4.5 calOtherCalURIs
attributetype (1.2.840.113556.1.4.482 NAME 'calOtherCalURIs'
DESC 'multi-valued property containing URIs to snapshots of other calendars that the user may have'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
#2.4.4.6 calOtherFBURLs
attributetype (1.2.840.113556.1.4.483 NAME 'calOtherFBURLs'
DESC 'multi-valued property containing URIs to other free/busy data that the user may have'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
#2.4.4.7 calOtherCAPURIs
attributetype (1.2.840.113556.1.4.484 NAME 'calOtherCAPURIs'
DESC 'multi-valued property containing URIs to other calendars that the user may have'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
#2.4.4.8 calOtherCalAdrURIs
attributetype (1.2.840.113556.1.4.485 NAME 'calOtherCalAdrURIs'
DESC 'multi-valued property containing URIs to other locations that a user may want event requests sent to'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
# 2.4.3 Object Definitions
# 2.4.3.1 calEntry
#
# The Calendar Entry is a class derived from "TOP" [2], which contains
# the four calendaring attributes.
objectclass (1.2.840.113556.1.5.87 NAME 'calEntry'
SUP top
AUXILIARY
MAY (calCalURI $ calFBURL $ calCAPURI $ calCalAdrURI $ calOtherCalURIs $ calOtherFBURLs $ calOtherCAPURIs $ calOtherCalAdrURIs)
)
More information about the devel
mailing list