Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
lib-ical
Commits
158d1fe1
Commit
158d1fe1
authored
Feb 24, 2017
by
Mark Stenglein
Browse files
Add documentation for section 3.2.3 CUTYPE
parent
88db3b2b
Changes
1
Show whitespace changes
Inline
Side-by-side
PROGRESS.md
View file @
158d1fe1
...
...
@@ -229,6 +229,37 @@ address specified by the property.
-
`ORGANIZER;CN="John Smith":mailto:jsmith@example.com`
### 3.2.3. Calendar User Type
-
Purpose: To identify the type of calendar user specified by the property.
-
Format Definition: This property parameter is defined by the following
notation:
> ```
> cutypeparam = "CUTYPE" "="
> ("INDIVIDUAL" ; An individual
> / "GROUP" ; A group of individuals
> / "RESOURCE" ; A physical resource
> / "ROOM" ; A room resource
> / "UNKNOWN" ; Otherwise not known
> / x-name ; Experimental type
> / iana-token) ; Other IANA-registered
> ; type
> ; Default is INDIVIDUAL
> ```
-
This parameter can be specified on properties with a CAL-ADDRESS value type.
-
Identifies the type of calendar user specified by the property. If not
specified on a property that allows the parameter, the default is INDIVIDUAL.
-
Applications MUST treat x-name and iana-token values they do not recognize
the same as they would the UNKNOWN value.
-
Example:
-
`ATTENDEE;CUTYPE=GROUP:mailto:ietf-calsch@example.org`
### 3.2.4. Delegators
### 3.2.5. Delegatees
### 3.2.6. Directory Entry Reference
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment