[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: openldap schema for enabling Calendaring (support for free-busy times)



Well here is what i got from RFC 2739. Mind you, i'm a total noob when
it comes to LDAP and building schema's from RFC's. This is a rough start
for someone out there.

Terrelle 

On Fri, 2002-11-08 at 01:43, Tony Earnshaw wrote:
> tor, 2002-11-07 kl. 19:29 skrev Adam Williams:
> 
> > I'll see if I can take a swack at it this weekend (the official 2739
> > schema), unless someone else has already done it?
> 
> I doubt it. Evo's C**** T***** refuses blank to address this, and no-one
> else in the world seems to care less :-)
> 
> It would be great if you could ...
> 
> Best,
> 
> Tony
> 
> 
> -- 
> 
> Tony Earnshaw
> 
> So mangt eit ord kunde vori usagt.
> 
> e-post:		tonni@billy.demon.nl
> www:		http://www.billy.demon.nl
> 
> 
> 
> 

#Version of RFC 2739 schema translated by Terrelle Shaw (xytek@xytek.org)
#Comments and changes are welcome
#Nov. 7, 2002

attributetype ( 1.2.840.113556.1.4.478 
	NAME 'calCalURI' 
	EQUALITY caseIgnoreMatch 
	SUBSTRING caseIgnoreMatch 
	SYNTAX 'IA5String'
      )
attributetype (1.2.840.113556.1.4.479
        NAME 'calFBURL'
        EQUALITY caseIgnoreMatch
        SUBSTRING caseIgnoreMatch
        SYNTAX 'IA5String'
      )
attributetype (1.2.840.113556.1.4.480
        NAME 'calCAPURI'
        EQUALITY caseIgnoreMatch
        SUBSTRING caseIgnoreMatch
        SYNTAX 'IA5String'
      )
attributetype (1.2.840.113556.1.4.481
        NAME 'calCalAdrURI'
        EQUALITY caseIgnoreMatch
        SUBSTRING caseIgnoreMatch
        SYNTAX 'IA5String'
      )
attributetype (1.2.840.113556.1.4.482
        NAME 'calOtherCalURIs'
        EQUALITY caseIgnoreMatch
        SUBSTRING caseIgnoreMatch
        SYNTAX 'IA5String'
        MULTI-VALUE
      )
attributetype (1.2.840.113556.1.4.483
        NAME 'calOtherFBURLs'
        EQUALITY caseIgnoreMatch
        SUBSTRING caseIgnoreMatch
        SYNTAX 'IA5String'
        MULTI-VALUE
      )
attributetype (1.2.840.113556.1.4.484
        NAME 'calOtherCAPURIs'
        EQUALITY caseIgnoreMatch
        SUBSTRING caseIgnoreMatch
        SYNTAX 'IA5String'
        MULTI-VALUE
      )
attributetype (1.2.840.113556.1.4.485
        NAME 'calOtherCalAdrURIs'
        EQUALITY caseIgnoreMatch
        SUBSTRING caseIgnoreMatch
        SYNTAX 'IA5String'
        MULTI-VALUE
      )

objectclass (1.2.840.113556.1.5.87
        NAME 'calEntry'
        SUP top AUXILIARY
        MAY ( calCalURI $ calFBURL $ calOtherCalURIs $ calOtherFBURLs $ calCAPUR
I $ calOtherCAPURLs )
      )