summaryrefslogtreecommitdiffstats
path: root/ldap/schema/60rfc2739.ldif
blob: 0fe2a0dc1d5c2e0455f8da7910efe1c5af213d97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# 60rfc2739.ldif - RFC 2739, Calendar Attributes for vCard and LDAP
################################################################################
#
dn: cn=schema
#
################################################################################
#
attributeTypes: (
  1.2.840.113556.1.4.478
  NAME 'calCalURI'
  DESC 'RFC2739: URI of entire default calendar'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  USAGE userApplications
  X-ORIGIN 'rfc2739'
  )
#
################################################################################
#
attributeTypes: (
  1.2.840.113556.1.4.479
  NAME 'calFBURL'
  DESC 'RFC2739: URI to the users default freebusy data'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  USAGE userApplications
  X-ORIGIN 'rfc2739'
  )
#
################################################################################
#
attributeTypes: (
  1.2.840.113556.1.4.480
  NAME 'calCAPURI'
  DESC 'RFC2739: URI used to communicate with the users calendar'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  USAGE userApplications
  X-ORIGIN 'rfc2739'
  )
#
################################################################################
#
attributeTypes: (
  1.2.840.113556.1.4.481
  NAME 'calCalAdrURI'
  DESC 'RFC2739: URI for event equests destination'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  USAGE userApplications
  X-ORIGIN 'rfc2739'
  )
#
################################################################################
#
attributeTypes: (
  1.2.840.113556.1.4.482
  NAME 'calOtherCalURIs'
  DESC 'RFC2739: multi-value URI for snapshots of other calendars'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  USAGE userApplications
  X-ORIGIN 'rfc2739'
  )
#
################################################################################
#
attributeTypes: (
  1.2.840.113556.1.4.483
  NAME 'calOtherFBURLs'
  DESC 'RFC2739: multi-value URI for other free/busy data'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  USAGE userApplications
  X-ORIGIN 'rfc2739'
  )
#
################################################################################
#
attributeTypes: (
  1.2.840.113556.1.4.484
  NAME 'calOtherCAPURIs'
  DESC 'RFC2739: multi-value URI to other calendars'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  USAGE userApplications
  X-ORIGIN 'rfc2739'
  )
#
################################################################################
#
attributeTypes: (
  1.2.840.113556.1.4.485
  NAME 'calOtherCalAdrURIs'
  DESC 'RFC2739: multi-value URI to other request destinations'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  USAGE userApplications
  X-ORIGIN 'rfc2739'
  )
#
################################################################################
#
objectClasses: (
  1.2.840.113556.1.5.87
  NAME 'calEntry'
  DESC 'RFC2739: Calendar Entry'
  SUP top
  AUXILIARY
  MAY ( calCalURI $ calFBURL $ calOtherCalURIs $ calOtherFBURLs $ calCAPURI $ calOtherCAPURIs )
  X-ORIGIN 'rfc2739'
  )
#
################################################################################
#