Try out our new RRULE tool for creating RRULE compatible strings.

Parameter Name

CUTYPE

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

Description

This parameter can be specified on properties with a CAL-ADDRESS value type. The parameter identifies the type of calendar user specified by the property. If not specified on a property that allows this parameter, the default is INDIVIDUAL. Applications MUST treat x-name and iana-token values they don't recognize the same way as they would the UNKNOWN value.

Example

 ATTENDEE;CUTYPE=GROUP:mailto:ietf-calsch@example.org

This document was automatically converted to XHTML using an RFC to HTML converter with the original text document at the Internet Engineering Task Force web site at ietf.org .  The original text document should be referred to if there are any errors or discrepancies found in this document.

Need to test your iCalendar feeds?

The iCalendar Validator provides developers and testers a method to validate their iCalendar feeds, which can take data from either a URL, file or text snippet and compare it against the RFC 5545 specification.  We believe we have one of the best iCalendar validation tools available on the internet. More information about the validator can be found here.