[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: RFC2739 calEntry schema
>>What is an acceptable name for the schema, Peter?
>Following the naming schma of inetorgperson.schema I called it
>calentry.schema on m system.
I dropped into my schema directory an discovered I had a file called
rfc2739.schema. Don't recall where it came from, but it had been there
according to the file date for more than a year. It is at the end of
this message if you want to compare it to yours.
>>My only idea was, that it would be wonderful if someone could get it
>>working So, Peter did and it's wonderful.
>I would like to keep up the discussion if IA5String is the correct
>SYNTAX for the attibutes in it.
>Maybe Directory String would be better (although it is contrary to what the
>RFC says).
I suppose a legalist goes with the RFC and leaves it an ASCII string, and
all the non-Latin-derivative speakers just have to lump it. If you worked
for Microsoft you'd make up your own standard to deal with it. :)
I don't think there really is a good answer.
>Tony, would you mind to test it by changing the syntax OIDs to .1.15
>and leaving "IA5" out of the matching rules.
>(Of course you need non-ASCII characters in the URIs to see any difference ;-)
Fortunately that is still pretty uncommon.
-----rfc2739.schema---------------------------------------------
attribute (1.2.840.113556.1.4.478
NAME 'calCalURI'
DESC 'Snapshot of users entire default calendar'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
attribute (1.2.840.113556.1.4.479
NAME 'calFBURL'
DESC 'URI of the uses free and busy information'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
attribute (1.2.840.113556.1.4.480
NAME 'calCAPURI'
DESC 'URI used to communicate with the users calendar'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
attribute (1.2.840.113556.1.4.481
NAME 'calCalAdrURI'
DESC 'URI to which event requests should be sent for the user'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
attribute (1.2.840.113556.1.4.482
NAME 'calOtherCalURIs'
DESC 'URIs to non-default calendars belonging to the user'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
attribute (1.2.840.113556.1.4.483
NAME 'calOtherFBURLs'
DESC 'URIs to non-default free and busy information files'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
attribute (1.2.840.113556.1.4.484
NAME 'calOtherCAPURIs'
DESC 'URIs for communicating with non-default calendars'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
attribute (1.2.840.113556.1.4.485
NAME 'calOtherCalAdrURIs'
DESC 'Destinations for event requests to non-default calendars'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
objectclass (1.2.840.113556.1.5.87
NAME 'calEntry'
DESC 'Calendering and Free Busy information'
SUP top AUXILIARY
MAY (calCalURI $ calFBURL $ calCAPURI $ calCalAdrURI $
calOtherCalURIs $ calOtherFBURLs $ calOtherCAPURIs $
calOtherCalAdrURIs
)
)