<?xml version="1.0" encoding="US-ASCII"?>
<?xml-stylesheet type="text/xsl" href="../../rfc2629.xslt"?>
<!DOCTYPE rfc SYSTEM 'rfc2629.dtd' [
]> 
<?rfc toc="yes" ?>
<?rfc symrefs="yes" ?>
<?rfc sortrefs="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc rfcedstyle="yes"?>

<rfc category="std" ipr="pre5378Trust200902" obsoletes="2446"
     updates="5545" number="5546">
  <front>
    <title abbrev="iTIP">iCalendar Transport-Independent Interoperability Protocol (iTIP)</title> 
    <author initials="C." surname="Daboo" fullname="Cyrus Daboo" role="editor">
      <organization abbrev="Apple Inc.">
        Apple Inc.
      </organization>
      <address>
        <postal>
          <street>
            1 Infinite Loop
          </street>
          <city>
            Cupertino
          </city>
          <region>
            CA
          </region>
          <code>95014</code> 
          <country>
            USA
          </country>
        </postal>
        <email>
          cyrus@daboo.name
        </email>
        <uri>
          http://www.apple.com/
        </uri>
      </address>
    </author>
    <date month="December" year="2009"/>
    <area>
      Applications
    </area>

<keyword>calendar</keyword>
<keyword>scheduling</keyword>

    <abstract>
      <t>
        This document specifies a protocol that uses the iCalendar
        object specification to provide scheduling interoperability
        between different calendaring systems. This is done without
        reference to a specific transport protocol so as to allow
        multiple methods of communication between systems. Subsequent
        documents will define profiles of this protocol that use
        specific, interoperable methods of communication between systems. 
      </t>
      <t>
        The iCalendar Transport-Independent Interoperability Protocol
        (iTIP) complements the iCalendar object specification by
        adding semantics for group scheduling methods commonly
        available in current calendaring systems. These scheduling
        methods permit two or more calendaring systems to perform
        transactions such as publishing, scheduling, rescheduling,
        responding to scheduling requests, negotiating changes, or
        canceling.
      </t>
    </abstract>
  </front>
  <middle>
    <section title="Introduction and Overview">
      <t>
        This document specifies how calendaring systems use 
        <xref target="RFC5545">
          iCalendar
        </xref>
        objects to interoperate with other calendaring systems. In
        particular, it specifies how to schedule events, to-dos, or
        daily journal entries. It further specifies how to search for
        available busy time information. It does so in a general way,
        without specifying how communication between different systems
        actually takes place. Subsequent documents will specify
        transport bindings between systems that use this protocol.
      </t>
      <t>
        This protocol is based on messages sent from an originator to
 one or more recipients. For certain types of messages, a recipient
 may reply in order to update their status and may also return
 transaction/request status information. The protocol supports the
 ability for the message originator to modify or cancel the original
 message. The protocol also supports the ability for recipients to
 suggest changes to the originator of a message. The elements of the
 protocol also define the user roles for its transactions.
      </t>
      <t>
        This specification obsoletes RFC 2446 - a list of important
        changes is provided in Appendix A.
      </t>
      <section title="Formatting Conventions">
        <t>
          The key words "MUST", "MUST NOT", "REQUIRED", "SHALL",
          "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY",
          and "OPTIONAL" in this document are to be interpreted as
          described in 
          <xref target="RFC2119" />.
        </t>
        <t>
          Calendaring and scheduling roles are referred to in quoted-strings of text with the first character of each word in upper case. For example, "Organizer" refers to a role of a "Calendar User" (CU) within the scheduling protocol.
        </t>
        <t>
          Calendar components defined by 
          <xref target="RFC5545" />
          are referred to with capitalized, quoted-strings of
          text. All calendar components start with the letter "V". For
          example, "VEVENT" refers to the event calendar component,
          "VTODO" refers to the to-do calendar component, and
          "VJOURNAL" refers to the daily journal calendar component.
        </t>
        <t>
          Scheduling methods are referred to with capitalized,
          quoted-strings of text. For example, "REQUEST" refers to the
          method for requesting a scheduling calendar component be
          created or modified; "REPLY" refers to the method a
          recipient of a request uses to update their status with the
          "Organizer" of the calendar component.
        </t>
        <t>
          Properties defined by 
          <xref target="RFC5545" />
          are referred to with capitalized, quoted-strings of text, followed by the word "property". For example, "ATTENDEE" property refers to the iCalendar property used to convey the calendar address of a "Calendar User".
        </t>
        <t>
          Property parameters defined by this specification are referred to with capitalized, quoted-strings of text, followed by the word "parameter". For example, "VALUE" parameter refers to the iCalendar property parameter used to override the default data type for a property value.
        </t>
        <t>
          Enumerated values defined by this specification are referred to with capitalized text, either alone or followed by the word "value".
        </t>
        <t>
          In tables, the quoted-string text is specified without
          quotes in order to minimize the table length.
        </t>
      </section>
      <section title="Related Documents">
        <t>
          Implementers will need to be familiar with several other
          specifications that, along with this one, describe the
          Internet calendaring and scheduling standards. The related
          documents are: 
        </t>
        <t>
          <list>
            <t> <xref target="RFC5545" /> - 
              specifies the objects, data types, properties, and
              property parameters used in the protocols, along with
              the methods for representing and encoding them. </t>
            <t> <xref target="iMIP" /> -
              specifies an Internet email binding for iTIP. </t>
          </list>
        </t>
        <t>
          This specification does not attempt to repeat the concepts or definitions from these other specifications. Where possible, explicit references are made to the other specifications. 
        </t>
      </section>
      <section title="Roles">
        <t>
          Exchanges of iCalendar objects for the purposes of group
          calendaring and scheduling occur between "Calendar Users"
          (CUs). CUs take on several roles in iTIP:
        </t>
        <texttable>
          <ttcol>
            Role
          </ttcol>
          <ttcol>
            Description
          </ttcol>
          <c>
            Organizer
          </c>
          <c>
            The CU who initiates an exchange takes on the role of Organizer. For example, the CU who proposes a group meeting is the Organizer.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            Attendee
          </c>
          <c>
            CUs who are included in the scheduling message as possible recipients of that scheduling message. For example, the CUs asked to participate in a group meeting by the Organizer take on the role of Attendee.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            Other CU
          </c>
          <c>
            A CU that is not explicitly included in a scheduling message, i.e., not the Organizer or an Attendee.
          </c>
      </texttable>
        <t>
          Note that "ROLE" is also a descriptive parameter to the
          iCalendar "ATTENDEE" property. Its use is to convey
          descriptive context about an "Attendee" -- such as "chair",
          "required participant", or "non-required participant" -- and
          has nothing to do with the calendaring workflow. 
        </t>        
      </section>
      <section title="Methods">
        <t>
          The iTIP methods are listed below and their usage and
          semantics are defined in <xref target="app-pro-el" /> of this document.
        </t>
        <texttable>
          <ttcol>
            Method
          </ttcol>
          <ttcol>
            Description
          </ttcol>
          <c>
            PUBLISH
          </c>
          <c>
            Used to publish an iCalendar object to one or more
            "Calendar Users". There is no interactivity between the
            publisher and any other "Calendar User". An example might
            include a baseball team publishing its schedule to the
            public.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            REQUEST
          </c>
          <c>
            Used to schedule an iCalendar object with other "Calendar
            Users". Requests are interactive in that they require the
            receiver to respond using the reply methods. Meeting
            requests, busy-time requests, and the assignment of tasks
            to other "Calendar Users" are all examples. Requests are
            also used by the Organizer to update the status of an
            iCalendar object.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            REPLY
          </c>
          <c>
            A reply is used in response to a request to convey
            Attendee status to the Organizer. Replies are commonly
            used to respond to meeting and task requests.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            ADD
          </c>
          <c>
            Add one or more new instances to an existing recurring iCalendar object.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            CANCEL
          </c>
          <c>
            Cancel one or more instances of an existing iCalendar object.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            REFRESH
          </c>
          <c>
            Used by an Attendee to request the latest version of an iCalendar object.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            COUNTER
          </c>
          <c>
            Used by an Attendee to negotiate a change in an iCalendar
            object. Examples include the request to change a proposed
            event time or change the due date for a task.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            DECLINECOUNTER
          </c>
          <c>
            Used by the Organizer to decline the proposed counter proposal.
          </c>
        </texttable>
        <t>
          Group scheduling in iTIP is accomplished using the set of "request" and "response" methods described above. The following table shows the methods broken down by who can send them.
        </t>
        <texttable>
          <ttcol>
            Originator
          </ttcol>
          <ttcol>
            Methods
          </ttcol>
          <c>
            Organizer
          </c>
          <c>
            PUBLISH, REQUEST, ADD, CANCEL, DECLINECOUNTER
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            Attendee
          </c>
          <c>
            REPLY, REFRESH, COUNTER, REQUEST (only when delegating)
          </c>
        </texttable>
        <t>
          Note that for some calendar component types, the allowable methods are a subset of the above set. In addition, apart from "VTIMEZONE" iCalendar components, only one component type is allowed in a single iTIP message.
        </t>
      </section>
    </section>
    <section title="Interoperability Models">
      <t>
        There are two distinct protocols relevant to interoperability:
        an "application protocol" and a "transport protocol". The
        application protocol defines the content of the iCalendar
        objects sent between sender and receiver to accomplish the
        scheduling transactions listed above. The transport protocol
        defines how the iCalendar objects are sent between the sender
        and receiver. This document focuses on the application
        protocol. Binding documents such as <xref target="iMIP" />
        focus on the transport protocol.
      </t>
      <t>
        The connection between sender and receiver in the diagram
        below refers to the application protocol. The iCalendar
        objects passed from the sender to the receiver are presented
        in <xref target="app-pro-el" />, "Application Protocol Elements".
      </t>
      <figure>
        <artwork>
<![CDATA[
        +----------+                +----------+
        |          |      iTIP      |          |
        |  Sender  |<-------------->| Receiver |
        |          |                |          |
        +----------+                +----------+
            ]]>
        </artwork>
      </figure>
      <t>
        There are several variations of this diagram in which the sender and receiver take on various roles of a "Calendar User Agent" (CUA) or a "Calendar Service" (CS).
      </t>
      <t>
        The architecture of iTIP is depicted in the diagram below. An application written to this specification may work with bindings for the store-and-forward transport, the real-time transport, or both. Also note that iTIP could be bound to other transports.
      </t>
      <figure>
        <artwork>
<![CDATA[
   +--------------------------------------------------------+
   |                     iTIP Protocol                      |
   +--------------------------------------------------------+
   |                       Transport                        |
   +  -  -  -  -  -  +  -  -  -  -  -  -  +  -  -  -  -  -  +
   | Real-Time       | Store-and-Forward  | Others          |
   +-----------------+--------------------+-----------------+
            ]]>
        </artwork>
      </figure>
      <section title="Application Protocol">
        <t>
          In the iTIP model, an iCalendar object is created and
          managed by an "Organizer". The "Organizer" interacts with
          other CUs by sending one or more of the iTIP messages listed
          above. "Attendees" use the "REPLY" method to communicate
          their status. "Attendees" do not make direct changes to the
          master iCalendar object. They can, however, use the
          "COUNTER" method to suggest changes to the "Organizer". In
          any case, the "Organizer" has complete control over the
          master iCalendar object.
        </t>
        <section title="Scheduling State">
          <t>
            There are two distinct states relevant to iCalendar objects used in scheduling: the overall state of the iCalendar object and the state associated with an "Attendee" in that iCalendar object.
          </t>
          <t>
            The state of an iCalendar object is defined by the "STATUS" property and is controlled by the "Organizer." There is no default value for the "STATUS" property. The "Organizer" sets the "STATUS" property to the appropriate value for each iCalendar object.
          </t>
          <t>
            The state of a particular "Attendee" relative to an
            iCalendar object used for scheduling is defined by the
            "PARTSTAT" parameter in the "ATTENDEE" property for each
            "Attendee". When an "Organizer" issues the initial
            iCalendar object, "Attendee" status is typically
            unknown. The "Organizer" specifies this by setting the
            "PARTSTAT" parameter to "NEEDS-ACTION". Each "Attendee"
            modifies their "ATTENDEE" property "PARTSTAT" parameter to
            an appropriate value as part of a "REPLY" message sent
            back to the "Organizer".

          </t>
        </section>
        <section title="Delegation">
          <t>
            Delegation is defined as the process by which an
            "Attendee" grants another CU (or several CUs) the right to
            attend on their behalf. The "Organizer" is made aware of
            this change because the delegating "Attendee" informs the
            "Organizer". These steps are detailed in the "REQUEST"
            method sections for the appropriate components.
          </t>
        </section>
        <section title="Acting on Behalf of Other Calendar Users">
          <t>
            In many organizations, one user will act on behalf of
            another to organize and/or respond to meeting
            requests. iTIP provides two mechanisms that support these
            activities.
          </t>
          <t>
            First, the "Organizer" is treated as a special entity,
            separate from "Attendees". All responses from "Attendees"
            flow to the "Organizer", making it easy to separate a
            "Calendar User" organizing a meeting from "Calendar Users"
            attending the meeting. Additionally, iCalendar provides
            descriptive roles for each "Attendee". For instance, a
            role of "chair" may be ascribed to one or more
            "Attendees". The "chair" and the "Organizer" may or may
            not be the same "Calendar User". This maps well to scenarios
            where an assistant may manage meeting logistics for
            another individual who chairs a meeting.
          </t>
          <t>
            Second, a "SENT-BY" parameter may be specified in either
            the "Organizer" or "Attendee" properties. When specified,
            the "SENT-BY" parameter indicates that the responding CU
            acted on behalf of the specified "Attendee" or
            "Organizer".
          </t>
        </section>
        <section title="Component Revisions" anchor="component_revisions">
          <t>The "SEQUENCE" property is used by the "Organizer" to indicate revisions to the calendar component. When the "Organizer" makes changes to one of the following properties, the sequence number MUST be incremented:</t>
          <t>
          <list style="symbols">
          	<t>"DTSTART"</t>
          	<t>"DTEND"</t>
          	<t>"DURATION"</t>
          	<t>"DUE"</t>
          	<t>"RRULE"</t>
          	<t>"RDATE"</t>
          	<t>"EXDATE"</t>
          	<t>"STATUS"</t>
          </list>
          </t>
          <t>
			In addition, changes made by the "Organizer" to other properties MAY also require the sequence number to be incremented. The "Organizer" CUA MUST increment the sequence number whenever it makes changes to properties in the calendar component that the "Organizer" deems will jeopardize the validity of the participation status of the "Attendees". For example, changing the location of a meeting from one location to another distant location could effectively impact the participation status of the "Attendees".
          </t>
          <t>
            Depending on the "METHOD", the "SEQUENCE" property MUST follow these rules in the context of iTIP:
          </t>
          <t>
            <list style="symbols">
              <t>
                For the "PUBLISH" and "REQUEST" methods, the "SEQUENCE" property value is incremented according to the rules stated above.

              </t>
              <t>
                The "SEQUENCE" property value MUST be incremented each time the "Organizer" uses the "ADD" or "CANCEL" methods.

              </t>
              <t>
                The "SEQUENCE" property value MUST NOT be incremented when using "REPLY", "REFRESH", "COUNTER", "DECLINECOUNTER", or when sending a delegation "REQUEST".
              </t>
            </list>
          </t>
          <t>
            In some circumstances, the "Organizer" may not have
            received responses to the final revision sent out. In this
            situation, the "Organizer" may wish to send an update
            "REQUEST" and set "RSVP=TRUE" for all "Attendees" so that
            current responses can be collected.
          </t>
          <t>
            The value of the "SEQUENCE" property contained in a
            response from an "Attendee" may not always match the
            "Organizer's" revision. Implementations may choose to have
            the CUA indicate to the CU that the response is to an
            iCalendar object that has been revised, and allow the CU to
            decide whether or not to accept the response.
          </t>
          <t>
            Whilst a change in sequence number is indicative of a
            significant change to a previously scheduled item,
            "Attendee" CUAs SHOULD NOT rely solely on a change in
            sequence number as a means of detecting a significant
            change. Instead, CUAs SHOULD compare the old and new
            versions of the calendar components, determine the exact
            nature of the changes, and make decisions -- possibly
            based on "Calendar User" preferences -- as to whether the user
            needs to be explicitly informed of the change.
          </t>
        </section>
        <section title="Message Sequencing">
          <t>
            CUAs that handle the iTIP application protocol must often
            correlate a component in a calendar store with a component
            received in the iTIP message. For example, an event may be
            updated with a later revision of the same event. To
            accomplish this, a CUA must correlate the version of the
            event already in its calendar store with the version sent
            in the iTIP message. In addition to this correlation,
            there are several factors that can cause iTIP messages to
            arrive in an unexpected order. That is, an "Organizer"
            could receive a reply to an earlier revision of a
            component after receiving a reply to a later revision.
          </t>
          <t>
            To maximize interoperability and to handle messages that arrive in an unexpected order, use the following rules:
          </t>
          <t>
            <list style="numbers">
              <t>
                The primary key for referencing a particular iCalendar component is the "UID" property value. To reference an instance of a recurring component, the primary key is composed of the "UID" and the "RECURRENCE-ID" properties.
              </t>
              <t>
                The secondary key for referencing a component is the "SEQUENCE" property value. For components where the "UID" and "RECURRENCE-ID" property values are the same, the component with the highest numeric value for the "SEQUENCE" property obsoletes all other revisions of the component with lower values.
              </t>
              <t>
                "Attendees" send "REPLY" messages to the "Organizer". For replies where the "UID" and "RECURRENCE-ID" property values are the same, the value of the "SEQUENCE" property indicates the revision of the component to which the "Attendee" is replying. The reply with the highest numeric value for the "SEQUENCE" property obsoletes all other replies with lower values.
              </t>
              <t>
                In situations where the "UID", "RECURRENCE-ID", and "SEQUENCE" property values match, the "DTSTAMP" property is used as the tie-breaker. The component with the latest "DTSTAMP" overrides all others. Similarly, for "Attendee" responses where the "UID", "RECURRENCE-ID", and "SEQUENCE" property values match, the response with the latest "DTSTAMP" overrides all others.
              </t>
            </list>
          </t>
          <t>
            Hence, CUAs will need to persist the following component
            properties in order to correctly process iTIP messages:
            "UID", "RECURRENCE-ID", "SEQUENCE", and
            "DTSTAMP". Furthermore, for each "ATTENDEE" property of a
            component, "Organizer" CUAs will need to persist the
            "SEQUENCE" and "DTSTAMP" property values associated with
            the "Attendee's" last response, so that any earlier
            responses from an "Attendee" that are received out of
            order (e.g., due to a delay in the transport) can be
            correctly discarded.
          </t>
        </section>
      </section>
    </section>
    <section anchor="app-pro-el" title="Application Protocol Elements">
      <t>
        iTIP messages are "text/calendar" MIME entities that contain
        calendaring and scheduling information. The particular type of
        iCalendar message is referred to as the "method type". Each
        method type is identified by a "METHOD" property specified as
        part of the "text/calendar" content type. The table below
        shows various combinations of calendar components and the
        method types that this specification supports.
      </t>
      <texttable>
        <ttcol />
        <ttcol>
          VEVENT
        </ttcol>
        <ttcol>
          VTODO
        </ttcol>
        <ttcol>
          VJOURNAL
        </ttcol>
        <ttcol>
          VFREEBUSY
        </ttcol>
        <c>
          PUBLISH
        </c>
        <c>
          Yes
        </c>
        <c>
          Yes
        </c>
        <c>
          Yes
        </c>
        <c>
          Yes
        </c>
        <c>
          REQUEST
        </c>
        <c>
          Yes
        </c>
        <c>
          Yes
        </c>
        <c>
          No
        </c>
        <c>
          Yes
        </c>
        <c>
          REFRESH
        </c>
        <c>
          Yes
        </c>
        <c>
          Yes
        </c>
        <c>
          No
        </c>
        <c>
          No
        </c>
        <c>
          CANCEL
        </c>
        <c>
          Yes
        </c>
        <c>
          Yes
        </c>
        <c>
          Yes
        </c>
        <c>
          No
        </c>
        <c>
          ADD
        </c>
        <c>
          Yes
        </c>
        <c>
          Yes
        </c>
        <c>
          Yes
        </c>
        <c>
          No
        </c>
        <c>
          REPLY
        </c>
        <c>
          Yes
        </c>
        <c>
          Yes
        </c>
        <c>
          No
        </c>
        <c>
          Yes
        </c>
        <c>
          COUNTER
        </c>
        <c>
          Yes
        </c>
        <c>
          Yes
        </c>
        <c>
          No
        </c>
        <c>
          No
        </c>
        <c>
          DECLINECOUNTER
        </c>
        <c>
          Yes
        </c>
        <c>
          Yes
        </c>
        <c>
          No
        </c>
        <c>
          No
        </c>
      </texttable>
      <t>
        Each method type is defined in terms of its associated
        components and properties. Some components and properties are
        required, some are optional, and others are excluded. The
        restrictions are expressed in this document using a simple
        "restriction table". The first column indicates the name of a
        component or property. Properties of the iCalendar object are
        not indented. Properties of a component are indented. The
        second column (the "Presence" column) indicates whether or not
        a component or property should be present and, if present,
        how many times it can occur. The third column contains
        comments for further clarification.
      </t>
        <t>
          The presence column uses the following values to assert
          whether a property is required or optional, and the number
          of times it may appear in the iCalendar object.
        </t>
        <texttable>
          <ttcol>
            Presence Value
          </ttcol>
          <ttcol>
            Description
          </ttcol>
          <c>
            1
          </c>
          <c>
            One instance MUST be present.
          </c>
          <c>
            1+
          </c>
          <c>
            At least one instance MUST be present.
          </c>
          <c>
            0
          </c>
          <c>
            Instances of this property MUST NOT be present.
          </c>
          <c>
            0+
          </c>
          <c>
            Multiple instances MAY be present.
          </c>
          <c>
            0 or 1
          </c>
          <c>
            Up to 1 instance of this property MAY be present.
          </c>
        </texttable>
        <t>
          The tables also call out "IANA-PROPERTY", "X-PROPERTY",
          "IANA-COMPONENT", and "X-COMPONENT" to show where registered
          and experimental property and component extensions can
          appear. The tables do not lay out the restrictions of
          property parameters. Those restrictions are defined in
          <xref target="RFC5545" />.
        </t>
       <section title="Common Component Restriction Tables">
        <section title="VCALENDAR">
        <t>
          The restriction table below applies to properties of the iCalendar object. That is, the properties at the outermost scope.
        </t>
        <texttable>
          <ttcol>
            Constraints for Properties in a VCALENDAR Component
          </ttcol>
		  </texttable>
        <texttable>
          <ttcol>
            Component/Property
          </ttcol>
          <ttcol>
            Presence
          </ttcol>
          <ttcol>
            Comment
          </ttcol>
          <c>
            CALSCALE
          </c>
          <c>
            0 or 1
          </c>
          <c />
          <c>
            PRODID
          </c>
          <c>
            1
          </c>
          <c />
          <c>
            VERSION
          </c>
          <c>
            1
          </c>
          <c>
            Value MUST be 2.0.
          </c>
          <c>
            IANA-PROPERTY
          </c>
          <c>
            0+
          </c>
          <c />
          <c>
            X-PROPERTY
          </c>
          <c>
            0+
          </c>
          <c />
        </texttable>
        </section>
        <section title="VTIMEZONE">
        <t>
          "VTIMEZONE" components may be referred to by other components via a "TZID" parameter on a "DATETIME" value type. The property restrictions in the table below apply to any "VTIMEZONE" component in an iTIP message.
        </t>
        <texttable>
          <ttcol>
            Constraints for VTIMEZONE Components
          </ttcol>
		</texttable>
        <texttable>
          <ttcol>
            Component/Property
          </ttcol>
          <ttcol>
            Presence
          </ttcol>
          <ttcol>
            Comment
          </ttcol>
          <c>
            VTIMEZONE
          </c>
          <c>
            0+
          </c>
          <c>
            MUST be present if any date/time refers to timezone.
          </c>
          <c>
            &nbsp;&nbsp;DAYLIGHT
          </c>
          <c>
            0+
          </c>
          <c>
            MUST be one or more of either STANDARD or DAYLIGHT.
          </c>
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;COMMENT
          </c>
          <c>
            0+
          </c>
          <c />
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;DTSTART
          </c>
          <c>
            1
          </c>
          <c>
            MUST be local time format.
          </c>
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;RDATE
          </c>
          <c>
            0+
          </c>
          <c />
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;RRULE
          </c>
          <c>
            0 or 1
          </c>
          <c />
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;TZNAME
          </c>
          <c>
            0+
          </c>
          <c />
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;TZOFFSETFROM
          </c>
          <c>
            1
          </c>
          <c />
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;TZOFFSETTO
          </c>
          <c>
            1
          </c>
          <c />
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;IANA-PROPERTY
          </c>
          <c>
            0+
          </c>
          <c />
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;X-PROPERTY
          </c>
          <c>
            0+
          </c>
          <c />
          <c>
            &nbsp;&nbsp;LAST-MODIFIED
          </c>
          <c>
            0 or 1
          </c>
          <c />
          <c>
            &nbsp;&nbsp;STANDARD
          </c>
          <c>
            0+
          </c>
          <c>
            MUST be one or more of either STANDARD or DAYLIGHT.
          </c>
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;COMMENT
          </c>
          <c>
            0+
          </c>
          <c />
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;DTSTART
          </c>
          <c>
            1
          </c>
          <c>
            MUST be local time format.
          </c>
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;RDATE
          </c>
          <c>
            0+
          </c>
          <c>
            If present, RRULE MUST NOT be present.
          </c>
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;RRULE
          </c>
          <c>
            0 or 1
          </c>
          <c>
            If present, RDATE MUST NOT be present.
          </c>
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;TZNAME
          </c>
          <c>
            0+
          </c>
          <c />
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;TZOFFSETFROM
          </c>
          <c>
            1
          </c>
          <c />
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;TZOFFSETTO
          </c>
          <c>
            1
          </c>
          <c />
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;IANA-PROPERTY
          </c>
          <c>
            0+
          </c>
          <c />
          <c>
            &nbsp;&nbsp;&nbsp;&nbsp;X-PROPERTY
          </c>
          <c>
            0+
          </c>
          <c />
          <c>
            &nbsp;&nbsp;TZID
          </c>
          <c>
            1
          </c>
          <c />
          <c>
            &nbsp;&nbsp;TZURL
          </c>
          <c>
            0 or 1
          </c>
          <c />
          <c>
            &nbsp;&nbsp;IANA-PROPERTY
          </c>
          <c>
            0+
          </c>
          <c />
          <c>
            &nbsp;&nbsp;X-PROPERTY
          </c>
          <c>
            0+
          </c>
          <c />
        </texttable>
        </section>
        <section title="VALARM">
        <t>
          The property restrictions in the table below apply to any
          "VALARM" component in an iTIP message.
        </t>
        <texttable>
          <ttcol>
            Constraints for VALARM Components
          </ttcol>
		</texttable>
        <texttable>
          <ttcol>
            Component/Property
          </ttcol>
          <ttcol>
            Presence
          </ttcol>
          <ttcol>
            Comment
          </ttcol>
          <c>
            VALARM
          </c>
          <c>
            0+
          </c>
          <c />
          <c>
            &nbsp;&nbsp;ACTION
          </c>
          <c>
            1
          </c>
          <c />
          <c>
            &nbsp;&nbsp;ATTACH
          </c>
          <c>
            0+
          </c>
          <c />
          <c>
            &nbsp;&nbsp;ATTENDEE
          </c>
          <c>
            0+
          </c>
          <c />
          <c>
            &nbsp;&nbsp;DESCRIPTION
          </c>
          <c>
            0 or 1
          </c>
          <c />
          <c>
            &nbsp;&nbsp;DURATION
          </c>
          <c>
            0 or 1
          </c>
          <c>
            If present, REPEAT MUST be present.
          </c>
          <c>
            &nbsp;&nbsp;REPEAT
          </c>
          <c>
            0 or 1
          </c>
          <c>
            If present, DURATION MUST be present.
          </c>
          <c>
            &nbsp;&nbsp;SUMMARY
          </c>
          <c>
            0 or 1
          </c>
          <c />
          <c>
            &nbsp;&nbsp;TRIGGER
          </c>
          <c>
            1
          </c>
          <c />
          <c>
            &nbsp;&nbsp;IANA-PROPERTY
          </c>
          <c>
            0+
          </c>
          <c />
          <c>
            &nbsp;&nbsp;X-PROPERTY
          </c>
          <c>
            0+
          </c>
          <c />
        </texttable>
        </section>
      </section>
      <section title="Methods for VEVENT Calendar Components">
        <t>
          This section defines the property set restrictions for the
          method types that are applicable to the "VEVENT" calendar
          component. Each method is defined using a table that
          clarifies the property constraints that define the
          particular method.
        </t>
        <t>
          The following summarizes the methods that are defined for the "VEVENT" calendar component.
        </t>
        <texttable>
          <ttcol>
            Method
          </ttcol>
          <ttcol>
            Description
          </ttcol>
          <c>
            PUBLISH
          </c>
          <c>
            Post notification of an event. Used primarily as a method of advertising the existence of an event.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            REQUEST
          </c>
          <c>
            Make a request for an event. This is an explicit
            invitation to one or more Attendees. Event requests are
            also used to update or change an existing event. Clients
            that cannot handle REQUEST MAY degrade the event to view
            it as a PUBLISH.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            REPLY
          </c>
          <c>
            Reply to an event request. Clients may set their status (PARTSTAT) to ACCEPTED, DECLINED, TENTATIVE, or DELEGATED.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            ADD
          </c>
          <c>
            Add one or more instances to an existing event.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            CANCEL
          </c>
          <c>
            Cancel one or more instances of an existing event.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            REFRESH
          </c>
          <c>
            A request is sent to an Organizer by an Attendee asking for the latest version of an event to be resent to the requester.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            COUNTER
          </c>
          <c>
            Counter a REQUEST with an alternative proposal. Sent by an
            Attendee to the Organizer.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            DECLINECOUNTER
          </c>
          <c>
            Decline a counter proposal. Sent to an Attendee by the Organizer.
          </c>
        </texttable>
        <section title="PUBLISH">
          <t>
            The "PUBLISH" method in a "VEVENT" calendar component is
            an unsolicited posting of an iCalendar object. Any CU may
            add published components to their calendar. The
            "Organizer" MUST be present in a published iCalendar
            component. "Attendees" MUST NOT be present. Its expected
            usage is for encapsulating an arbitrary event as an
            iCalendar object. The "Organizer" may subsequently update
            (with another "PUBLISH" method), add instances to (with an
            "ADD" method), or cancel (with a "CANCEL" method) a
            previously published "VEVENT" calendar component.
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:PUBLISH of a VEVENT
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST equal PUBLISH.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              1+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SUMMARY
            </c>
            <c>
              1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Only if referring to an instance of a recurring calendar
              component. Otherwise, it MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MUST be present if value is greater than 0; MAY be present if 0.
            </c>
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;DTEND
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DURATION MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DTEND MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;GEO
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LOCATION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PRIORITY
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RESOURCES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MAY be one of TENTATIVE/CONFIRMED/CANCELLED.
            </c>
            <c>
              &nbsp;&nbsp;TRANSP
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VJOURNAL
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0+
            </c>
            <c>
              MUST be present if any date/time refers to a timezone.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
          </texttable>
        </section>
        <section title="REQUEST">
          <t>
            The "REQUEST" method in a "VEVENT" component provides the following scheduling functions:

            <list style="symbols">
              <t>
                Invite "Attendees" to an event.
              </t>
              <t>
                Reschedule an existing event.
              </t>
              <t>
                Response to a "REFRESH" request.
              </t>
              <t>
                Update the details of an existing event, without rescheduling it.
              </t>
              <t>
                Update the status of "Attendees" of an existing event, without rescheduling it.
              </t>
              <t>
                Reconfirm an existing event, without rescheduling it.
              </t>
              <t>
                Forward a "VEVENT" to another uninvited CU.
              </t>
              <t>
                For an existing "VEVENT" calendar component, delegate the role of "Attendee" to another CU.
              </t>
              <t>
                For an existing "VEVENT" calendar component, change the role of "Organizer" to another CU.
              </t>
            </list>
          </t>
          <t>
            The "Organizer" originates the "REQUEST". The recipients of the "REQUEST" method are the CUs invited to the event, the "Attendees". "Attendees" use the "REPLY" method to convey attendance status to the "Organizer".
          </t>
          <t>
            The "UID" and "SEQUENCE" properties are used to
            distinguish the various uses of the "REQUEST" method. If
            the "UID" property value in the "REQUEST" is not found on
            the recipient's calendar, then the "REQUEST" is for a new
            "VEVENT" calendar component. If the "UID" property value
            is found on the recipient's calendar, then the "REQUEST"
            is for a rescheduling, an update, or a reconfirmation of
            the "VEVENT" calendar component.
          </t>
          <t>
            For the "REQUEST" method, multiple "VEVENT" components in
            a single iCalendar object are only permitted for
            components with the same "UID" property. That is, a series
            of recurring events may have instance-specific
            information. In this case, multiple "VEVENT" components
            are needed to express the entire series.
          </t>
          <t>
            This method type is an iCalendar object that conforms to
            the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:REQUEST of a VEVENT
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be REQUEST.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              1+
            </c>
            <c>
              All components MUST have the same UID.
            </c>
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              1+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MUST be present if value is greater than 0; MAY be present if 0.
            </c>
            <c>
              &nbsp;&nbsp;SUMMARY
            </c>
            <c>
              1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;DTEND
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DURATION MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DTEND MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;GEO
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LOCATION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PRIORITY
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Only if referring to an instance of a recurring calendar
              component. Otherwise, it MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RESOURCES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MAY be one of TENTATIVE/CONFIRMED.
            </c>
            <c>
              &nbsp;&nbsp;TRANSP
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0+
            </c>
            <c>
              MUST be present if any date/time refers to a timezone.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VJOURNAL
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
          <section anchor="resch" title="Rescheduling an Event">
            <t>
              The "REQUEST" method may be used to reschedule an
              event. A rescheduled event involves a change to the
              existing event in terms of its time or recurrence
              intervals and possibly the location or description. If
              the recipient CUA of a "REQUEST" method finds that the
              "UID" property value already exists on the calendar but
              that the "SEQUENCE" (or "DTSTAMP") property value in the
              "REQUEST" method is greater than the value for the
              existing event, then the "REQUEST" method describes a
              rescheduling of the event.
            </t>
          </section>
          <section title="Updating or Reconfirmation of an Event">
            <t>
              The "REQUEST" method may be used to update or reconfirm
              an event. An update to an existing event does not
              involve changes to the time or recurrence intervals, and
              might not involve a change to the location or
              description for the event. If the recipient CUA of a
              "REQUEST" method finds that the "UID" property value
              already exists on the calendar and that the "SEQUENCE"
              property value in the "REQUEST" is the same as the value
              for the existing event, then the "REQUEST" method
              describes an update of the event details, but not a
              rescheduling of the event.
            </t>
            <t>
              The update "REQUEST" method is the appropriate response to a "REFRESH" method sent from an "Attendee" to the "Organizer" of an event.
            </t>
            <t>
              The "Organizer" of an event may also send unsolicited "REQUEST" methods. The unsolicited "REQUEST" methods may be used to update the details of the event without rescheduling it, to update the "PARTSTAT" parameter of "Attendees", or to reconfirm the event.
            </t>
          </section>
          <section title="Delegating an Event to Another CU">
            <t>
              Some calendar and scheduling systems allow "Attendees"
              to delegate their presence at an event to another
              "Calendar User". iTIP supports this concept using the
              following workflow. Any "Attendee" may delegate their
              right to participate in a calendar "VEVENT" to another
              CU. The implication is that the delegate participates in
              lieu of the original "Attendee", NOT in addition to the
              "Attendee". The delegator MUST notify the "Organizer" of
              this action using the steps outlined
              below. Implementations may support or restrict
              delegation as they see fit. For instance, some
              implementations may restrict a delegate from delegating
              a "REQUEST" to another CU.
            </t>
            <t>
              The "Delegator" of an event forwards the existing "REQUEST" to the "Delegate". The "REQUEST" method MUST include an "ATTENDEE" property with the calendar address of the "Delegate". The "Delegator" MUST also send a "REPLY" method to the "Organizer" with the "Delegator's" "ATTENDEE" property "PARTSTAT" parameter value set to "DELEGATED". In addition, the "DELEGATED-TO" parameter MUST be included with the calendar address of the "Delegate". Also, a new "ATTENDEE" property for the "Delegate" MUST be included and must specify the calendar user address set in the "DELEGATED-TO" parameter, as above.
            </t>
            <t>
              In response to the request, the "Delegate" MUST send a "REPLY" method to the "Organizer", and optionally to the "Delegator". The "REPLY" method SHOULD include the "ATTENDEE" property with the "DELEGATED-FROM" parameter value of the "Delegator's" calendar address.
            </t>
            <t>
              The "Delegator" may continue to receive updates to the
              event even though they will not be attending. This is
              accomplished by the "Delegator" setting their "role"
              attribute to "NON-PARTICIPANT" in the "REPLY" to the
              "Organizer".
            </t>
          </section>
          <section title="Changing the Organizer">
            <t>
              The situation may arise where the "Organizer" of a
              "VEVENT" is no longer able to perform the "Organizer" role
              and abdicates without passing on the "Organizer" role to
              someone else. When this occurs, the "Attendees" of the
              "VEVENT" may use out-of-band mechanisms to communicate the
              situation and agree upon a new "Organizer". The new
              "Organizer" should then send out a new "REQUEST" with a
              modified version of the "VEVENT" in which the "SEQUENCE"
              number has been incremented and the "ORGANIZER" property
              has been changed to the new "Organizer".
            </t>
          </section>
          <section title="Sending on Behalf of the Organizer">
            <t>
              There are a number of scenarios that support the need
              for a "Calendar User" to act on behalf of the "Organizer"
              without explicit role changing. This might be the case
              if the CU designated as "Organizer" is sick or unable
              to perform duties associated with that function. In
              these cases, iTIP supports the notion of one CU acting on
              behalf of another. Using the "SENT-BY" parameter, a
              "Calendar User" could send an updated "VEVENT" "REQUEST". In
              the case where one CU sends on behalf of another CU, the
              "Attendee" responses are still directed back towards the
              CU designated as "Organizer".
            </t>
          </section>
          <section title="Forwarding to an Uninvited CU">
            <t>
              An "Attendee" invited to a "VEVENT" calendar component
              may send the "VEVENT" calendar component to another new
              CU not previously associated with the "VEVENT" calendar
              component. The current "Attendee" invited to the
              "VEVENT" calendar component does this by forwarding the
              original "REQUEST" method to the new CU. The new CU can
              send a "REPLY" to the "Organizer" of the "VEVENT"
              calendar component. The reply contains an "ATTENDEE"
              property for the new CU.
            </t>
            <t>
              The "Organizer" ultimately decides whether or not the
              new CU becomes part of the event and is not obligated to
              do anything with a "REPLY" from a new (uninvited) CU. If
              the "Organizer" does not want the new CU to be part of
              the event, the new "ATTENDEE" property is not added to
              the "VEVENT" calendar component. The "Organizer" MAY
              send the CU a "CANCEL" message to indicate that they
              will not be added to the event. If the "Organizer"
              decides to add the new CU, the new "ATTENDEE" property
              is added to the "VEVENT" calendar
              component. Furthermore, the "Organizer" is free to
              change any "ATTENDEE" property parameter from the values
              supplied by the new CU to something the "Organizer"
              considers appropriate. The "Organizer" SHOULD send the
              new CU a "REQUEST" message to inform them that they have
              been added.
            </t>
            <t>
              When forwarding a "REQUEST" to another CU, the forwarding "Attendee" MUST NOT make changes to the original message.
            </t>
          </section>
          <section title="Updating Attendee Status">
            <t>
              The "Organizer" of an event may also request updated status from one or more "Attendees". The "Organizer" sends a "REQUEST" method to the "Attendee" and sets the "ATTENDEE;RSVP=TRUE" property parameter. The "SEQUENCE" property for the event is not changed from its previous value. A recipient will determine that the only change in the "REQUEST" is that their "RSVP" property parameter indicates a request for updated status. The recipient SHOULD respond with a "REPLY" method indicating their current status with respect to the "REQUEST".
            </t>
          </section>
        </section>
        <section title="REPLY">
          <t>
            The "REPLY" method in a "VEVENT" calendar component is used to respond (e.g., accept or decline) to a "REQUEST" or to reply to a delegation "REQUEST". When used to provide a delegation response, the "Delegator" SHOULD include the calendar address of the "Delegate" on the "DELEGATED-TO" property parameter of the "Delegator's" "ATTENDEE" property. The "Delegate" SHOULD include the calendar address of the "Delegator" on the "DELEGATED-FROM" property parameter of the "Delegate's" "ATTENDEE" property.
          </t>
          <t>
            The "REPLY" method is also used when processing of a
            "REQUEST" fails. Depending on the value of the
            "REQUEST-STATUS" property, no scheduling action may have
            been performed.
          </t>
          <t>
            The "Organizer" of an event may receive the "REPLY" method
            from a CU not in the original "REQUEST". For example, a
            "REPLY" may be received from a "Delegate" to an event. In
            addition, the "REPLY" method may be received from an
            unknown CU (a "Party Crasher"). This uninvited "Attendee"
            may be accepted, or the "Organizer" may cancel the event
            for the uninvited "Attendee" by sending a "CANCEL" method
            to the uninvited "Attendee".
          </t>
          <t>
            An "Attendee" MAY include a message to the "Organizer" using the "COMMENT" property. For example, if the user indicates tentative acceptance and wants to let the "Organizer" know why, the reason can be expressed in the "COMMENT" property value.
          </t>
          <t>
            The "Organizer" may also receive a "REPLY" from one CU on behalf of another. Like the scenario enumerated above for the "Organizer", "Attendees" may have another CU respond on their behalf. This is done using the "SENT-BY" parameter.
          </t>
          <t>
            The optional properties listed in the table below (those
            listed as "0+" or "0 or 1") MUST NOT be changed from those
            of the original request. If property changes are desired,
            the "COUNTER" message must be used.
          </t>
          <t>
            This method type is an iCalendar object that conforms to
            the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:REPLY of a VEVENT
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be REPLY.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              1+
            </c>
            <c>
              All components MUST have the same UID.
            </c>
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              1
            </c>
            <c>
              MUST be the address of the Attendee replying.
            </c>
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Only if referring to an instance of a recurring calendar
              component. Otherwise, it MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c>
              MUST be the UID of the original REQUEST.
            </c>
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If non-zero, MUST be the sequence number of the original
              REQUEST. MAY be present if 0.
            </c>
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTEND
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DURATION MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DTEND MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;GEO
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LOCATION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PRIORITY
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RESOURCES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SUMMARY
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;TRANSP
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MUST be present if any date/time refers to a timezone.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VJOURNAL
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
        <section title="ADD">
          <t>
            The "ADD" method allows the "Organizer" to add one or more new instances to an existing "VEVENT" using a single iTIP message without having to send the entire "VEVENT" with all the existing instance data, as it would have to do if the "REQUEST" method were used.
          </t>
          <t>
            The "UID" must be that of the existing event. If the "UID"
            property value in the "ADD" is not found on the
            recipient's calendar, then the recipient SHOULD send a
            "REFRESH" to the "Organizer" in order to be updated with
            the latest version of the "VEVENT". If an "Attendee"
            implementation does not support the "ADD" method, it
            should respond with a "REQUEST-STATUS" value of 3.14 and
            ask for a "REFRESH".
          </t>
          <t>
            When handling an "ADD" message, the "Attendee" treats each
            component in the "ADD" message as if it were referenced
            via an "RDATE" in the main component.
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:ADD of a VEVENT
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be ADD.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              1
            </c>
            <c>
              MUST be greater than 0.
            </c>
            <c>
              &nbsp;&nbsp;SUMMARY
            </c>
            <c>
              1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c>
              MUST match that of the original event.
            </c>
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;DTEND
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DURATION MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DTEND MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;GEO
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LOCATION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PRIORITY
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RESOURCES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MAY be one of TENTATIVE/CONFIRMED.
            </c>
            <c>
              &nbsp;&nbsp;TRANSP
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0+
            </c>
            <c>
              MUST be present if any date/time refers to a timezone.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VJOURNAL
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
        <section title="CANCEL">
          <t>
            The "CANCEL" method in a "VEVENT" calendar component is
            used to send a cancellation notice of an existing event
            request to the affected "Attendees". The message is sent
            by the "Organizer" of the event. For a recurring event,
            either the whole event or instances of an event may be
            cancelled. To cancel the complete range of a recurring
            event, the "UID" property value for the event MUST be
            specified and a "RECURRENCE-ID" MUST NOT be specified in
            the "CANCEL" method. In order to cancel an individual
            instance of the event, the "RECURRENCE-ID" property value
            for the event MUST be specified in the "CANCEL" method.
          </t>
          <t>
            There are two options for canceling a sequence of
            instances of a recurring "VEVENT" calendar component: 

            <list style="letters">
              <t>
                The "RECURRENCE-ID" property for an instance in the
                sequence MUST be specified with the "RANGE" property
                parameter value of "THISANDFUTURE" to indicate
                cancellation of the specified "VEVENT" calendar
                component and all instances after.
              </t>
              <t>
                Individual recurrence instances may be cancelled by
                specifying multiple "VEVENT" components each with a
                "RECURRENCE-ID" property corresponding to one of the
                instances to be cancelled.
              </t>
            </list>
          </t>
          <t>
            The "Organizer" MUST send a "CANCEL" message to each
            "Attendee" affected by the cancellation. This can be done
            using a single "CANCEL" message for all "Attendees" or by using
            multiple messages with different subsets of the affected
            "Attendees" in each.
          </t>
          <t>
            When a "VEVENT" is cancelled, the "SEQUENCE" property
            value MUST be incremented as described in
            <xref target="component_revisions"/>.
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:CANCEL of a VEVENT
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be CANCEL.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              1+
            </c>
            <c>
              All must have the same UID.
            </c>
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              0+
            </c>
            <c>
              MUST include some or all Attendees being removed from the event. MUST include some or all Attendees if the entire event is cancelled.
            </c>
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c>
              MUST be the UID of the original REQUEST.
            </c>
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTEND
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DURATION MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DTEND MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;GEO
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LOCATION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PRIORITY
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Only if referring to an instance of a recurring calendar
              component. Otherwise, it MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RESOURCES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MUST be set to CANCELLED to cancel the entire event. If
              uninviting specific Attendees, then MUST NOT be
              included.
            </c>
            <c>
              &nbsp;&nbsp;SUMMARY
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;TRANSP
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0+
            </c>
            <c>
              MUST be present if any date/time refers to a timezone.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VJOURNAL
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
        <section title="REFRESH">
          <t>
            The "REFRESH" method in a "VEVENT" calendar component is used by "Attendees" of an existing event to request an updated description from the event "Organizer". The "REFRESH" method must specify the "UID" property of the event to update. A recurrence instance of an event may be requested by specifying the "RECURRENCE-ID" property corresponding to the associated event. The "Organizer" responds with the latest description and version of the event.
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:REFRESH of a VEVENT
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be REFRESH.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              1
            </c>
            <c>
              MUST be the address of requester.
            </c>
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c>
              MUST be the UID associated with original REQUEST.
            </c>
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Only if referring to an instance of a recurring calendar
              component. Otherwise, it MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTEND
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTART 
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;GEO
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LOCATION
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PRIORITY
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RESOURCES
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SUMMARY
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;TRANSP
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VJOURNAL
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
        <section title="COUNTER">
          <t>
            The "COUNTER" method for a "VEVENT" calendar component is used by an "Attendee" of an existing event to submit to the "Organizer" a counter proposal to the event. The "Attendee" sends this message to the "Organizer" of the event.
          </t>
          <t>
            The counter proposal is an iCalendar object consisting of
            a "VEVENT" calendar component that provides the complete
            description of the alternate event.
          </t>
          <t>
            The "Organizer" rejects the counter proposal by sending
            the "Attendee" a "DECLINECOUNTER" method. The "Organizer"
            accepts the counter proposal by rescheduling the event as
            described in <xref target="resch" />, "Rescheduling an
            Event". The "Organizer's" CUA SHOULD send a "REQUEST"
            message to all "Attendees" affected by any change
            triggered by an accepted "COUNTER".
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:COUNTER of a VEVENT
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be COUNTER.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c>
              MUST be the Organizer of the original event.
            </c>
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              1
            </c>
            <c>
              MUST echo the original SEQUENCE number. MUST be present if non-zero. MAY be present if zero.
            </c>
            <c>
              &nbsp;&nbsp;SUMMARY
            </c>
            <c>
              1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c>
              MUST be the UID associated with the REQUEST being countered.
            </c>
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              0+
            </c>
            <c>
              Can also be used to propose other Attendees.
            </c>
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTEND
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DURATION MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DTEND MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;GEO
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LOCATION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PRIORITY
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Only if referring to an instance of a recurring calendar
              component. Otherwise, it MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RESOURCES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Value must be one of CONFIRMED/TENATIVE/CANCELLED.
            </c>
            <c>
              &nbsp;&nbsp;TRANSP
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0+
            </c>
            <c>
              MUST be present if any date/time refers to a timezone.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VJOURNAL
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
        <section title="DECLINECOUNTER">
          <t>
            The "DECLINECOUNTER" method in a "VEVENT" calendar
            component is used by the "Organizer" of an event to reject
            a counter proposal submitted by an "Attendee". The
            "Organizer" must send the "DECLINECOUNTER" message to the
            "Attendee" that sent the "COUNTER" method to the
            "Organizer".
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:DECLINECOUNTER of a VEVENT
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be DECLINECOUNTER.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              1+
            </c>
            <c>
              All components MUST have the same UID.
            </c>
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              1+
            </c>
            <c>MUST for all Attendees.</c>
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              1
            </c>
            <c>
              MUST echo the original SEQUENCE number.
            </c>
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c>MUST echo original UID.</c>
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTEND
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DURATION MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DTEND MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;GEO
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LOCATION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PRIORITY
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Only if referring to an instance of a recurring calendar
              component. Otherwise, it MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RESOURCES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MAY be one of TENTATIVE/CONFIRMED.
            </c>
            <c>
              &nbsp;&nbsp;SUMMARY
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;TRANSP
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0+
            </c>
            <c>
              MUST be present if any date/time refers to a timezone.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VJOURNAL
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
      </section>
      <section title="Methods for VFREEBUSY Components">
        <t>
          This section defines the property set for the methods that are applicable to the "VFREEBUSY" calendar component. Each of the methods is defined using a restriction table.
        </t>
        <t>
          This document only addresses the transfer of busy time information. Applications desiring free time information MUST infer this from available busy time information.
        </t>
        <t>
          The "FREEBUSY" property value MAY include a list of values, separated by the COMMA character (US-ASCII decimal 44). Alternately, multiple busy time periods MAY be specified with multiple instances of the "FREEBUSY" property. Both forms MUST be supported by implementations conforming to this document. Duplicate busy time periods SHOULD NOT be specified in an iCalendar object. However, two different busy time periods MAY overlap.
        </t>
        <t>
          "FREEBUSY" properties SHOULD be sorted such that their
          values are in ascending order, based on the start time and
          then the end time, with the earliest periods first. For
          example, today's busy time information should appear after
          yesterday's busy time information. And the busy time for
          this half-hour should appear after the busy time for earlier
          today. Busy time periods can also span a day boundary.
        </t>
        <t>
          The following summarizes the methods that are defined for the "VFREEBUSY" calendar component.
        </t>
        <texttable>
          <ttcol>
            Method
          </ttcol>
          <ttcol>
            Description
          </ttcol>
          <c>
            PUBLISH
          </c>
          <c>
            Publish unsolicited busy time data.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            REQUEST
          </c>
          <c>
            Request busy time data.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            REPLY
          </c>
          <c>
            Reply to a busy time request.
          </c>
        </texttable>
        <section title="PUBLISH">
          <t>
            The "PUBLISH" method in a "VFREEBUSY" calendar component is used to publish busy time data. The method may be sent from one CU to any other. The purpose of the method is to provide a way to send unsolicited busy time data. That is, the busy time data is not being sent as a "REPLY" to the receipt of a "REQUEST" method.
          </t>
          <t>
            The "ORGANIZER" property MUST be specified in the busy time information. The value is the CU address of the originator of the busy time information.
          </t>
        <t>
          The busy time information within the iCalendar object MAY be
          grouped into more than one "VFREEBUSY" calendar
          component. This capability allows busy time periods to be
          grouped according to some common periodicity, such as a
          calendar week, month, or year. In this case, each
          "VFREEBUSY" calendar component MUST include the "ORGANIZER",
          "DTSTART", and "DTEND" properties in order to specify the
          source of the busy time information and the date and time
          interval over which the busy time information covers.
        </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:PUBLISH of a VFREEBUSY
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be PUBLISH.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              1+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              1
            </c>
            <c>
              DateTime values must be in UTC.
            </c>
            <c>
              &nbsp;&nbsp;DTEND
            </c>
            <c>
              1
            </c>
            <c>
              DateTime values must be in UTC.
            </c>
            <c>
              &nbsp;&nbsp;FREEBUSY
            </c>
            <c>
              0+
            </c>
            <c>
              MUST be BUSYTIME. Multiple instances are
              allowed. Multiple instances SHOULD be sorted in
              ascending order.
            </c>
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c>
              MUST contain the address of originator of busy time data.
            </c>
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Specifies busy time URL.
            </c>
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VJOURNAL
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
        <section title="REQUEST">
          <t>
            The "REQUEST" method in a "VFREEBUSY" calendar component is used to ask a "Calendar User" for their busy time information. The request may be for a busy time information bounded by a specific date and time interval.
          </t>
          <t>
            This message only permits requests for busy time
            information. The message is sent from a "Calendar User"
            requesting the busy time information of one or more
            intended recipients.
          </t>
          <t>
            If the originator of the "REQUEST" method is not
            authorized to make a busy time request on the recipient's
            calendar system, then an exception message SHOULD be
            returned in a "REPLY" method, but no busy time data need
            be returned.
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:REQUEST of a VFREEBUSY
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be REQUEST.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              1+
            </c>
            <c>
              Contains the calendar user addresses of the "Calendar
              Users" whose freebusy is being requested.
            </c>
            <c>
              &nbsp;&nbsp;DTEND
            </c>
            <c>
              1
            </c>
            <c>
              DateTime values must be in UTC.
            </c>
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              1
            </c>
            <c>
              DateTime values must be in UTC.
            </c>
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c>
              MUST be the request originator's address.
            </c>
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;FREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VJOURNAL
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
        <section title="REPLY">
          <t>
            The "REPLY" method in a "VFREEBUSY" calendar component is used to respond to a busy time request. The method is sent by the recipient of a busy time request to the originator of the request.
          </t>
          <t>
            The "REPLY" method may also be used to respond to an unsuccessful "REQUEST" method. Depending on the "REQUEST-STATUS" value, no busy time information may be returned.
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:REPLY of a VFREEBUSY
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be REPLY.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              1
            </c>
            <c>
              MUST be the address of the Attendee replying.
            </c>
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTEND
            </c>
            <c>
              1
            </c>
            <c>
              DateTime values must be in UTC.
            </c>
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              1
            </c>
            <c>
              DateTime values must be in UTC.
            </c>
            <c>
              &nbsp;&nbsp;FREEBUSY
            </c>
            <c>
              0+
            </c>
            <c>
              MUST be BUSYTIME. Multiple instances are
              allowed. Multiple instances SHOULD be sorted in
              ascending order.
            </c>
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c>
              MUST be the request originator's address.
            </c>
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c>
              MUST be the UID of the original REQUEST.
            </c>
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Specifies busy time URL.
            </c>
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VJOURNAL
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
      </section>
      <section title="Methods for VTODO Components">
        <t>
          This section defines the property set for the methods that are applicable to the "VTODO" calendar component. Each of the methods is defined using a restriction table that specifies the property constraints that define the particular method.
        </t>
        <t>
          The following summarizes the methods that are defined for the "VTODO" calendar component.
        </t>
        <texttable>
          <ttcol>
            Method
          </ttcol>
          <ttcol>
            Description
          </ttcol>
          <c>
            PUBLISH
          </c>
          <c>
            Post notification of a VTODO. Used primarily as a method of advertising the existence of a VTODO.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            REQUEST
          </c>
          <c>
            Assign a VTODO. This is an explicit assignment to one or more Calendar Users. The REQUEST method is also used to update or change an existing VTODO. Clients that cannot handle REQUEST MAY degrade the method to treat it as a PUBLISH.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            REPLY
          </c>
          <c>
            Reply to a VTODO request. Attendees MAY set PARTSTAT to ACCEPTED, DECLINED, TENTATIVE, DELEGATED, PARTIAL, and COMPLETED.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            ADD
          </c>
          <c>
            Add one or more instances to an existing to-do.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            CANCEL
          </c>
          <c>
            Cancel one or more instances of an existing to-do.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            REFRESH
          </c>
          <c>
            A request sent to a VTODO Organizer asking for the latest version of a VTODO.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            COUNTER
          </c>
          <c>
            Counter a REQUEST with an alternative proposal.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            DECLINECOUNTER
          </c>
          <c>
            Decline a counter proposal by an Attendee.
          </c>
        </texttable>
        <section title="PUBLISH">
          <t>
            The "PUBLISH" method in a "VTODO" calendar component has
            no associated response. It is simply a posting of an
            iCalendar object that may be added to a calendar. It MUST
            have an "Organizer". It MUST NOT have "Attendees". Its
            expected usage is for encapsulating an arbitrary "VTODO"
            calendar component as an iCalendar object. The "Organizer"
            MAY subsequently update (with another "PUBLISH" method),
            add instances to (with an "ADD" method), or cancel (with a
            "CANCEL" method) a previously published "VTODO" calendar
            component.
          </t>
          <t>
            This method type is an iCalendar object that conforms to
            the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:PUBLISH of a VTODO
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be PUBLISH.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              1+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PRIORITY
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MUST be present if value is greater than 0; MAY be present if 0.
            </c>
            <c>
              &nbsp;&nbsp;SUMMARY
            </c>
            <c>
              1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMPLETED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;DUE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DURATION MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DUE MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;GEO
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LOCATION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PERCENT-COMPLETE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Only if referring to an instance of a recurring calendar
              component. Otherwise, it MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RESOURCES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MAY be one of COMPLETED/NEEDS-ACTION/ IN-PROCESS/CANCELLED.
            </c>
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0+
            </c>
            <c>
              MUST be present if any date/time refers to a timezone.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VJOURNAL
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
        <section title="REQUEST">
          <t>
            The "REQUEST" method in a "VTODO" calendar component
            provides the following scheduling functions:

            <list style="symbols">
              <t>
                Assign a to-do to one or more "Calendar Users".
              </t>
              <t>
                Reschedule an existing to-do.
              </t>
              <t>
                Update the details of an existing to-do, without rescheduling it.
              </t>
              <t>
                Update the completion status of "Attendees" of an existing to-do, without rescheduling it.
              </t>
              <t>
                Reconfirm an existing to-do, without rescheduling it.
              </t>
              <t>
                Delegate/reassign an existing to-do to another "Calendar User".
              </t>
            </list>
          </t>
          <t>
            The assigned "Calendar Users" are identified in the "VTODO" calendar component by individual "ATTENDEE;ROLE=REQ-PARTICIPANT" property value sequences.
          </t>
          <t>
            Typically, the originator of a "REQUEST" is the "Organizer" of the to-do, and the recipient of a "REQUEST" is the "Calendar User" assigned the to-do. The "Attendee" uses the "REPLY" method to convey their acceptance and completion status to the "Organizer" of the "REQUEST".
          </t>
          <t>
            The "UID", "SEQUENCE", and "DTSTAMP" properties are used
            to distinguish the various uses of the "REQUEST"
            method. If the "UID" property value in the "REQUEST" is
            not found on the recipient's calendar, then the "REQUEST"
            is for a new to-do. If the "UID" property value is found
            on the recipient's calendar, then the "REQUEST" is a
            rescheduling, an update, or a reconfirmation of the
            "VTODO" calendar object.
          </t>
          <t>
            If the "Organizer" of the "REQUEST" method is not
            authorized to make a to-do request on the "Attendee's"
            calendar system, then an exception is returned in the
            "REQUEST-STATUS" property of a subsequent "REPLY" method,
            but no scheduling action is performed.
          </t>
          <t>
            For the "REQUEST" method, multiple "VTODO" components in a
            single iCalendar object are only permitted for components
            with the same "UID" property. That is, a series of
            recurring events may have instance-specific
            information. In this case, multiple "VTODO" components are
            needed to express the entire series.
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:REQUEST of a VTODO
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be REQUEST.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              1+
            </c>
            <c>
              All components must have the same UID.
            </c>
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              1+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PRIORITY
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MUST be present if value is greater than 0; MAY be present if 0.
            </c>
            <c>
              &nbsp;&nbsp;SUMMARY
            </c>
            <c>
              1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMPLETED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Can be null
            </c>
            <c>
              &nbsp;&nbsp;DUE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DURATION MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DUE MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;GEO
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LOCATION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PERCENT-COMPLETE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Only if referring to an instance of a recurring calendar
              component. Otherwise, it MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RESOURCES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MAY be one of COMPLETED/NEEDS-ACTION/ IN-PROCESS.
            </c>
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0+
            </c>
            <c>
              MUST be present if any date/time refers to a timezone.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VJOURNAL
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
          <section anchor="resch-vtodo" title="REQUEST for Rescheduling a VTODO">
            <t>
              The "REQUEST" method may be used to reschedule a "VTODO" calendar component.
            </t>
            <t>
              Rescheduling a "VTODO" calendar component involves a
              change to the existing "VTODO" calendar component in
              terms of its start or due time, recurrence intervals,
              and possibly the description. If the recipient CUA of a
              "REQUEST" method finds that the "UID" property value
              already exists on the calendar but that the "SEQUENCE"
              property value in the "REQUEST" is greater than the
              value for the existing "VTODO", then the "REQUEST" method
              describes a rescheduling of the "VTODO" calendar
              component.
            </t>
          </section>
          <section title="REQUEST for Update or Reconfirmation of a VTODO">
            <t>
              The "REQUEST" method may be used to update or reconfirm a "VTODO" calendar component. Reconfirmation is merely an update of "Attendee" completion status or overall "VTODO" calendar component status.
            </t>
            <t>
              An update to an existing "VTODO" calendar component does
              not involve changes to the start or due time, recurrence
              intervals, or (generally) the description for the
              "VTODO" calendar component. If the recipient CUA of a
              "REQUEST" method finds that the "UID" property value
              already exists on the calendar and that the "SEQUENCE"
              property value in the "REQUEST" is the same as the value
              for the existing event, then the "REQUEST" method
              describes an update of the "VTODO" calendar component
              details, but not a rescheduling of the "VTODO" calendar
              component.
            </t>
            <t>
              The update "REQUEST" is the appropriate response to a "REFRESH" method sent from an "Attendee" to the "Organizer" of a "VTODO" calendar component.
            </t>
            <t>
              Unsolicited "REQUEST" methods MAY be sent by the "Organizer" of a "VTODO" calendar component. The unsolicited "REQUEST" methods are used to update the details of the "VTODO" (without rescheduling it or updating the completion status of "Attendees") or the "VTODO" calendar component itself (i.e., reconfirm the "VTODO").
            </t>
          </section>
          <section title="REQUEST for Delegating a VTODO">
            <t>
              The "REQUEST" method is also used to delegate or reassign ownership of a "VTODO" calendar component to another "Calendar User". For example, it may be used to delegate an "Attendee's" role (i.e., "chair" or "participant") for a "VTODO" calendar component. The "REQUEST" method is sent by one of the "Attendees" of an existing "VTODO" calendar component to some other individual.
            </t>
            <t>
              For the purposes of this description, the "Attendee" delegating the "VTODO" calendar component is referred to as the "Delegator". The "Attendee" receiving the delegation request is referred to as the "Delegate".
            </t>
            <t>
              The "Delegator" of a "VTODO" calendar component MUST forward the existing "REQUEST" method for a "VTODO" calendar component to the "Delegate". The "VTODO" calendar component description MUST include the "Delegator's" up-to-date "VTODO" calendar component definition. The "REQUEST" method MUST also include an "ATTENDEE" property with the calendar address of the "Delegate". The "Delegator" MUST also send a "REPLY" method back to the "Organizer" with the "Delegator's" "Attendee" property "PARTSTAT" parameter value set to "DELEGATED". In addition, the "DELEGATED-TO" parameter MUST be included with the calendar address of the "Delegate". A response to the delegation "REQUEST" is sent from the "Delegate" to the "Organizer", and optionally to the "Delegator". The "REPLY" method from the "Delegate" SHOULD include the "ATTENDEE" property with their calendar address and the "DELEGATED-FROM" parameter with the value of the "Delegator's" calendar address.
            </t>
            <t>
              The delegation "REQUEST" method MUST assign a value for the "RSVP" property parameter associated with the "Delegator's" "Attendee" property to that of the "Delegate's" "ATTENDEE" property. For example, if the "Delegator's" "ATTENDEE" property specifies "RSVP=TRUE", then the "Delegate's" "ATTENDEE" property MUST specify "RSVP=TRUE".
            </t>
          </section>
          <section title="REQUEST Forwarded to an Uninvited Calendar User">
            <t>
              An "Attendee" assigned a "VTODO" calendar component may
              send the "VTODO" calendar component to another new CU
              not previously associated with the "VTODO" calendar
              component. The current "Attendee" assigned the "VTODO"
              calendar component does this by forwarding the original
              "REQUEST" method to the new CU. The new CU can send a
              "REPLY" to the "Organizer" of the "VTODO" calendar
              component. The reply contains an "ATTENDEE" property for
              the new CU.
            </t>
            <t>
              The "Organizer" ultimately decides whether or not the new CU becomes part of the to-do and is not obligated to do anything with a "REPLY" from a new (uninvited) CU. If the "Organizer" does not want the new CU to be part of the to-do, the new "ATTENDEE" property is not added to the "VTODO" calendar component. The "Organizer" MAY send the CU a "CANCEL" message to indicate that they will not be added to the to- do. If the "Organizer" decides to add the new CU, the new "ATTENDEE" property is added to the "VTODO" calendar component. Furthermore, the "Organizer" is free to change any "ATTENDEE" property parameter from the values supplied by the new CU to something the "Organizer" considers appropriate. The "Organizer" SHOULD send the new "Attendee" a "REQUEST" message to inform them that they have been  added.
            </t>
            <t>
              When forwarding a "REQUEST" to another CU, the forwarding "Attendee" MUST NOT make changes to the original message.
            </t>
          </section>
          <section title="REQUEST Updated Attendee Status">
            <t>
              An "Organizer" of a "VTODO" may request an updated status from one or more "Attendees". The "Organizer" sends a "REQUEST" method to the "Attendee" with the "ATTENDEE;RSVP=TRUE" property sequence. The "SEQUENCE" property for the "VTODO" is not changed from its previous value. A recipient determines that the only change in the "REQUEST" is that their "RSVP" property parameter indicates a request for an updated status. The recipient SHOULD respond with a "REPLY" method indicating their current status with respect to the "REQUEST".
            </t>
          </section>
        </section>
        <section title="REPLY">
          <t>
            The "REPLY" method in a "VTODO" calendar component is used to respond (e.g., accept or decline) to a request or to reply to a delegation request. It is also used by an "Attendee" to update their completion status. When used to provide a delegation response, the "Delegator" MUST include the calendar address of the "Delegate" in the "DELEGATED-TO" parameter of the "Delegator's" "ATTENDEE" property. The "Delegate" MUST include the calendar address of the "Delegator" on the "DELEGATED-FROM" parameter of the "Delegate's" "ATTENDEE" property.
          </t>
          <t>
            The "REPLY" method MAY also be used to respond to an unsuccessful "VTODO" calendar component "REQUEST" method. Depending on the "REQUEST-STATUS" value, no scheduling action may have been performed.
          </t>
          <t>
            The "Organizer" of a "VTODO" calendar component MAY
            receive a "REPLY" method from a "Calendar User" not in the
            original "REQUEST". For example, a "REPLY" method MAY be
            received from a "Delegate" of a "VTODO" calendar
            component. In addition, the "REPLY" method MAY be received
            from an unknown "Calendar User" who has been forwarded the
            "REQUEST" by an original "Attendee" of the "VTODO"
            calendar component. This uninvited "Attendee" MAY be
            accepted or the "Organizer" MAY cancel the "VTODO"
            calendar component for the uninvited "Attendee" by sending
            them a "CANCEL" method.
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:REPLY of a VTODO
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be REPLY.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              1+
            </c>
            <c>
              All components MUST have the same UID.
            </c>
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              1
            </c>
            <c>
              MUST be the address of the Attendee replying.
			</c>            
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c>
              MUST be the UID of the original REQUEST.
            </c>
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMPLETED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DUE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DURATION MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DUE MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;GEO
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LOCATION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PERCENT-COMPLETE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PRIORITY
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RESOURCES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Only if referring to an instance of a recurring calendar
              component. Otherwise, it MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MUST be the sequence number of the original REQUEST if greater than 0. MAY be present if 0.
            </c>
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SUMMARY
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MUST be present if any date/time refers to a timezone.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
        <section title="ADD">
          <t>
            The "ADD" method allows the "Organizer" to add one or more new instances to an existing "VTODO" using a single iTIP message without having to send the entire "VTODO" with all the existing instance data, as it would have to do if the "REQUEST" method were used.
          </t>
          <t>
            The "UID" must be that of the existing to-do. If the "UID" property value in the "ADD" is not found on the recipient's calendar, then the recipient SHOULD send a "REFRESH" to the "Organizer" in order to be updated with the latest version of the "VTODO". If an "Attendee" implementation does not support the "ADD" method, it should respond with a "REQUEST-STATUS" value of 3.14 and ask for a "REFRESH".
          </t>
          <t>
            When handling an "ADD" message, the "Attendee" treats each
            component in the "ADD" message as if it were referenced
            via an "RDATE" in the main component.
          </t>
          <t>
            The "SEQUENCE" property value is incremented since the
            sequence of to-dos has changed.
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:ADD of a VTODO
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be ADD.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PRIORITY
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              1
            </c>
            <c>
              MUST be greater than 0.
            </c>
            <c>
              &nbsp;&nbsp;SUMMARY
            </c>
            <c>
              1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c>
              MUST match that of the original to-do.
            </c>
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMPLETED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DUE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DURATION MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DUE MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;GEO
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LOCATION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PERCENT-COMPLETE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RESOURCES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MAY be one of COMPLETED/NEEDS-ACTION/ IN-PROCESS.
            </c>
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0+
            </c>
            <c>
              MUST be present if any date/time refers to a timezone.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VJOURNAL
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
        <section title="CANCEL">
          <t>
            The "CANCEL" method in a "VTODO" calendar component is
            used to send a cancellation notice of an existing "VTODO"
            calendar request to the affected "Attendees". The message
            is sent by the "Organizer" of a "VTODO" calendar component
            to the "Attendees" of the "VTODO" calendar component. For
            a recurring "VTODO" calendar component, either the whole
            "VTODO" calendar component or instances of a "VTODO"
            calendar component may be cancelled. To cancel the
            complete range of a recurring "VTODO" calendar component,
            the "UID" property value for the "VTODO" calendar
            component MUST be specified and a "RECURRENCE- ID" MUST
            NOT be specified in the "CANCEL" method. In order to
            cancel an individual instance of a recurring "VTODO"
            calendar component, the "RECURRENCE-ID" property value for
            the "VTODO" calendar component MUST be specified in the
            "CANCEL" method.
          </t>
          <t>
            There are two options for canceling a sequence of
            instances of a recurring "VTODO" calendar component:

            <list style="letters">
              <t>
                The "RECURRENCE-ID" property for an instance in the
                sequence MUST be specified with the "RANGE" property
                parameter value of "THISANDFUTURE" to indicate
                cancellation of the specified "VTODO" calendar
                component and all instances after.
              </t>
              <t>
                Individual recurrence instances may be cancelled by
                specifying multiple "VTODO" components each with a
                "RECURRENCE-ID" property corresponding to one of the
                instances to be cancelled.
              </t>
            </list>
          </t>
          <t>
            The "Organizer" MUST send a "CANCEL" message to each
            "Attendee" affected by the cancellation. This can be done
            by using either a single "CANCEL" message for all
            "Attendees" or multiple messages with different subsets of
            the affected "Attendees" in each.
          </t>
          <t>
            When a "VTODO" is cancelled, the "SEQUENCE" property value
            MUST be incremented as described in
            <xref target="component_revisions"/>.
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:CANCEL of a VTODO
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be CANCEL.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              1+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              0+
            </c>
            <c>
              MUST include some or all Attendees being removed from
              the to-do. MUST include some or all Attendees if the
              entire to-do is cancelled.
            </c>
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c>
              MUST echo original UID.
            </c>
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMPLETED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DUE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DURATION MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DUE MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;GEO
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LOCATION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PERCENT-COMPLETE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Only if referring to an instance of a recurring calendar
              component. Otherwise, it MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RESOURCES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PRIORITY
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MUST be set to CANCELLED to cancel the entire VTODO. If
              removing specific Attendees, then MUST NOT be included.
            </c>
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MUST be present if any date/time refers to a timezone.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
        <section title="REFRESH">
          <t>
            The "REFRESH" method in a "VTODO" calendar component is
            used by "Attendees" of an existing "VTODO" calendar
            component to request an updated description from the
            "Organizer" of the "VTODO" calendar component. The
            "Organizer" of the "VTODO" calendar component MAY use this
            method to request an updated status from the
            "Attendees". The "REFRESH" method MUST specify the "UID"
            property corresponding to the "VTODO" calendar component
            needing update.
          </t>
          <t>
            A refresh of a recurrence instance of a "VTODO" calendar component may be requested by specifying the "RECURRENCE-ID" property corresponding to the associated "VTODO" calendar component. The "Organizer" responds with the latest description and rendition of the "VTODO" calendar component. In most cases, this will be a "REQUEST" unless the "VTODO" has been cancelled, in which case the "Organizer" MUST send a "CANCEL". This method is intended to facilitate machine processing of requests for updates to a "VTODO" calendar component.
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:REFRESH of a VTODO
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be REFRESH.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c>
              MUST echo original UID.
            </c>
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Only if referring to an instance of a recurring calendar
              component. Otherwise, it MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMPLETED
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DUE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;GEO
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LOCATION
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PERCENT-COMPLETE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PRIORITY
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RESOURCES
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
        <section title="COUNTER">
          <t>
            The "COUNTER" method in a "VTODO" calendar component is
            used by an "Attendee" of an existing "VTODO" calendar
            component to submit to the "Organizer" a counter proposal
            for the "VTODO" calendar component.
          </t>
          <t>
            The counter proposal is an iCalendar object consisting of
            a "VTODO" calendar component that provides the complete
            description of the alternate "VTODO" calendar component.
          </t>
          <t>
            The "Organizer" rejects the counter proposal by sending
            the "Attendee" a "DECLINECOUNTER" method. The "Organizer"
            accepts the counter proposal by rescheduling the to-do as
            described in <xref target="resch-vtodo" />, "REQUEST for Rescheduling a To-Do". The "Organizer's" CUA SHOULD send a "REQUEST" message to all "Attendees" affected by any change triggered by an accepted "COUNTER".
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:COUNTER of a VTODO
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be COUNTER.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              1+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PRIORITY
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SUMMARY
            </c>
            <c>
              1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMPLETED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DUE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DURATION MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DUE MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;GEO
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LOCATION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PERCENT-COMPLETE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Only if referring to an instance of a recurring calendar
              component. Otherwise, it MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RESOURCES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MUST echo the original SEQUENCE number. MUST be present if non-zero. MAY be present if zero.
            </c>
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MAY be one of COMPLETED/NEEDS-ACTION/ IN-PROCESS/CANCELLED.
            </c>
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MUST be present if any date/time refers to a timezone.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
        <section title="DECLINECOUNTER">
          <t>
            The "DECLINECOUNTER" method in a "VTODO" calendar
            component is used by an "Organizer" of the "VTODO"
            calendar component to reject a counter proposal offered by
            one of the "Attendees". The "Organizer" sends the message
            to the "Attendee" that sent the "COUNTER" method to the
            "Organizer".
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:DECLINECOUNTER of a VTODO
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be DECLINECOUNTER.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              1+
            </c>
            <c>
              MUST for all ATTENDEEs.
            </c>
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              1
            </c>
            <c>
              MUST echo the original SEQUENCE number.
            </c>
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c>
              MUST echo original UID.
            </c>
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMPLETED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DUE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DURATION MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;DURATION
            </c>
            <c>
              0 or 1
            </c>
            <c>
              If present, DUE MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;GEO
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LOCATION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PERCENT-COMPLETE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;PRIORITY
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Only if referring to an instance of a recurring calendar
              component. Otherwise, it MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RESOURCES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MAY be one of COMPLETED/NEEDS-ACTION/ IN-PROCESS.
            </c>
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0+
            </c>
            <c>
              MUST be present if any date/time refers to a timezone.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
      </section>
      <section title="Methods for VJOURNAL Components">
        <t>
          This section defines the property set for the methods that
          are applicable to the "VJOURNAL" calendar component.
        </t>
        <t>
          The following summarizes the methods that are defined for
          the "VJOURNAL" calendar component.
        </t>
        <texttable>
          <ttcol>
            Method
          </ttcol>
          <ttcol>
            Description
          </ttcol>
          <c>
            PUBLISH
          </c>
          <c>
            Post a journal entry. Used primarily as a method of advertising the existence of a journal entry.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            ADD
          </c>
          <c>
            Add one or more instances to an existing journal entry.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            CANCEL
          </c>
          <c>
            Cancel one or more instances of an existing journal entry.
          </c>
        </texttable>
        <section title="PUBLISH">
          <t>
            The "PUBLISH" method in a "VJOURNAL" calendar component has no associated response. It is simply a posting of an iCalendar object that may be added to a calendar. It MUST have an "Organizer". It MUST NOT have "Attendees". The expected usage is for encapsulating an arbitrary journal entry as an iCalendar object. The "Organizer" MAY subsequently update (with another "PUBLISH" method) or cancel (with a "CANCEL" method) a previously published journal entry.
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:PUBLISH of a VJOURNAL
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be PUBLISH.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VJOURNAL
            </c>
            <c>
              1+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Only if referring to an instance of a recurring calendar component. Otherwise, it MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MUST be present if non-zero. MAY be present if zero.
            </c>
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MAY be one of DRAFT/FINAL/CANCELLED.
            </c>
            <c>
              &nbsp;&nbsp;SUMMARY
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0+
            </c>
            <c>
              MUST be present if any date/time refers to a timezone.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
        <section title="ADD">
          <t>
            The "ADD" method allows the "Organizer" to add one or more new instances to an existing "VJOURNAL" using a single iTIP message without having to send the entire "VJOURNAL" with all the existing instance data, as it would have to do if the "REQUEST" method were used.
          </t>
          <t>
            The "UID" must be that of the existing journal entry. If the "UID" property value in the "ADD" is not found on the recipient's calendar, then the recipient MAY treat the "ADD" as a "PUBLISH".
          </t>
          <t>
            When handling an "ADD" message, the "Attendee" treats each
            component in the "ADD" message as if it were referenced
            via an "RDATE" in the main component. There is no response to the "Organizer".
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:ADD of a VJOURNAL
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be ADD.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VJOURNAL
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              1
            </c>
            <c>
              MUST be greater than 0.
            </c>
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c>
              MUST match that of the original journal.
            </c>
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MAY be one of DRAFT/FINAL/CANCELLED.
            </c>
            <c>
              &nbsp;&nbsp;SUMMARY
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Can be null.
            </c>
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MUST be present if any date/time refers to a timezone.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
        <section title="CANCEL">
          <t>
            The "CANCEL" method in a "VJOURNAL" calendar component is used to send a cancellation notice of an existing journal entry. The message is sent by the "Organizer" of a journal entry. For a recurring journal entry, either the whole journal entry or instances of a journal entry may be cancelled. To cancel the complete range of a recurring journal entry, the "UID" property value for the journal entry MUST be specified and a "RECURRENCE-ID" property MUST NOT be specified in the "CANCEL" method. In order to cancel an individual instance of the journal entry, the "RECURRENCE-ID" property value for the journal entry MUST be specified in the "CANCEL" method.
          </t>
          <t>
            There are two options for canceling a sequence of
            instances of a recurring "VJOURNAL" calendar component:

            <list style="letters">
              <t>
                The "RECURRENCE-ID" property for an instance in the
                sequence MUST be specified with the "RANGE" property
                parameter value of "THISANDFUTURE" to indicate
                cancellation of the specified "VJOURNAL" calendar
                component and all instances after.
              </t>
              <t>
                Individual recurrence instances may be cancelled by
                specifying multiple "VJOURNAL" components each with a
                "RECURRENCE-ID" property corresponding to one of the
                instances to be cancelled.
              </t>
            </list>
          </t>
          <t>
            When a "VJOURNAL" is cancelled, the "SEQUENCE" property value MUST be incremented as described in <xref target="component_revisions"/>.
          </t>
          <t>
            This method type is an iCalendar object that conforms to the following property constraints:
          </t>
          <texttable>
            <ttcol>
              Constraints for a METHOD:CANCEL of a VJOURNAL
            </ttcol>
		  </texttable>
          <texttable>
            <ttcol>
              Component/Property
            </ttcol>
            <ttcol>
              Presence
            </ttcol>
            <ttcol>
              Comment
            </ttcol>
            <c>
              METHOD
            </c>
            <c>
              1
            </c>
            <c>
              MUST be CANCEL.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VJOURNAL
            </c>
            <c>
              1+
            </c>
            <c>
              All MUST have the same UID.
            </c>
            <c>
              &nbsp;&nbsp;DTSTAMP
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ORGANIZER
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;SEQUENCE
            </c>
            <c>
              1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;UID
            </c>
            <c>
              1
            </c>
            <c>
              MUST be the UID of the original REQUEST.
            </c>
            <c>
              &nbsp;&nbsp;ATTACH
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;ATTENDEE
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CATEGORIES
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CLASS
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;COMMENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CONTACT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;CREATED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DESCRIPTION
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;DTSTART
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;EXDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;LAST-MODIFIED
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RDATE
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RECURRENCE-ID
            </c>
            <c>
              0 or 1
            </c>
            <c>
              Only if referring to an instance of a recurring calendar component. Otherwise, it MUST NOT be present.
            </c>
            <c>
              &nbsp;&nbsp;RELATED-TO
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;RRULE
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;STATUS
            </c>
            <c>
              0 or 1
            </c>
            <c>
              MAY be present; MUST be CANCELLED if present.
            </c>
            <c>
              &nbsp;&nbsp;SUMMARY
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;URL
            </c>
            <c>
              0 or 1
            </c>
            <c />
            <c>
              &nbsp;&nbsp;IANA-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;X-PROPERTY
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;&nbsp;REQUEST-STATUS
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;&nbsp;VALARM
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              0+
            </c>
            <c>
              MUST be present if any date/time refers to a timezone.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              IANA-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              X-COMPONENT
            </c>
            <c>
              0+
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VEVENT
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VFREEBUSY
            </c>
            <c>
              0
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              VTODO
            </c>
            <c>
              0
            </c>
            <c />
          </texttable>
        </section>
      </section>
      <section title="Status Replies">
        <t>
          The "REQUEST-STATUS" property is used to convey status information about a "REPLY", "COUNTER", or "DECLINECOUNTER" iTIP message. The codes listed in the table below SHOULD be used. If the "REQUEST-STATUS" property is not present in one of these iTIP messages, then a status code of "2.0" (success) MUST be assumed.
        </t>
        <t>
          This specification adds a new IANA registry for
          "REQUEST-STATUS" property values, as defined in <xref target="IANA"/>,
          which includes a new registration template for defining the
          specific components of the "REQUEST-STATUS" property value. Additional
          codes MAY be used, provided the process described in Section
          8.2.1 of <xref target='RFC5545'/> is used to register them.
        </t>
        <t>
          This specification allows for multiple "REQUEST-STATUS"
          properties to be returned in iCalendar components in the
          appropriate iTIP messages. When multiple "REQUEST-STATUS"
          properties are present, the following restrictions apply:
        </t>
        <t>
          <list style="numbers">
            <t>Within any one component, the "top-level" numeric value
            of the "short return status code" MUST be the same for all
            "REQUEST-STATUS" properties, i.e., there cannot be a mixture
            of, e.g., 2.xx and 5.xx codes within a single
            component.</t>

            <t>Across all components in the iTIP message, the following applies:
            <list style="letters">
              <t>If any one component would have a 5.xx code, then
              either all components MUST have a code in that range or
              "REQUEST-STATUS" MUST NOT be present in the other
              components if a 5.xx code is not appropriate for those
              components.</t>

              <t>Otherwise, if any one component would have a 3.xx
              code, then either all components MUST have a code in that range
              or "REQUEST-STATUS" MUST NOT be present in the other
              components if a 3.xx code is not appropriate for those
              components.</t>

              <t>2.xx and 4.xx codes can be used in different
              components, provided that each component follows the
              restriction in (1) above.</t>
            </list>
            </t>
          </list>
        </t>
        <t>
          The following "REQUEST-STATUS" codes are defined (any "Offending Data"  MAY be specified in the "REQUEST-STATUS" value as the extdata field):
        </t>
        <section title="Status Code 2.0" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">2.0</t>
            <t hangText="Status Description:">Success.</t>
            <t hangText="Status Exception Data:">None.</t>
            <t hangText="Description:">iTIP operation succeeded.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 2.1" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">2.1</t>
            <t hangText="Status Description:">Success, but fallback taken on one or more property values.</t>
            <t hangText="Status Exception Data:">Property name and value MAY be specified.</t>
            <t hangText="Description:">iTIP operation succeeded with fallback on one or more property values.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 2.2" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">2.2</t>
            <t hangText="Status Description:">Success; invalid property ignored.</t>
            <t hangText="Status Exception Data:">Property name MAY be specified.</t>
            <t hangText="Description:">iTIP operation succeeded but a property was ignored.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 2.3" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">2.3</t>
            <t hangText="Status Description:">Success; invalid property parameter ignored.</t>
            <t hangText="Status Exception Data:">Property parameter name and value MAY be specified.</t>
            <t hangText="Description:">iTIP operation succeeded but a property parameter was ignored because it was invalid.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 2.4" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">2.4</t>
            <t hangText="Status Description:">Success; unknown, non-standard property ignored.</t>
            <t hangText="Status Exception Data:">Non-standard property name MAY be specified.</t>
            <t hangText="Description:">iTIP operation succeeded but a property parameter was ignored because it was unknown.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 2.5" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">2.5</t>
            <t hangText="Status Description:">Success; unknown, non-standard property value ignored.</t>
            <t hangText="Status Exception Data:">Property and non-standard value MAY be specified.</t>
            <t hangText="Description:">iTIP operation succeeded but a property was ignored because its value was unknown.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 2.6" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">2.6</t>
            <t hangText="Status Description:">Success; invalid calendar component ignored.</t>
            <t hangText="Status Exception Data:">Calendar component sentinel (e.g., BEGIN:ALARM) MAY be specified.</t>
            <t hangText="Description:">iTIP operation succeeded but a component was ignored because it was invalid.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 2.7" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">2.7</t>
            <t hangText="Status Description:">Success; request forwarded to Calendar User.</t>
            <t hangText="Status Exception Data:">Original and forwarded calendar user addresses MAY be specified.</t>
            <t hangText="Description:">iTIP operation succeeded, and the request was forwarded to another Calendar User.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 2.8" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">2.8</t>
            <t hangText="Status Description:">Success; repeating event ignored. Scheduled as a single component.</t>
            <t hangText="Status Exception Data:">RRULE or RDATE property name and value MAY be specified.</t>
            <t hangText="Description:">iTIP operation succeeded but a repeating event was truncated to a single instance.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 2.9" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">2.9</t>
            <t hangText="Status Description:">Success; truncated end date time to date boundary.</t>
            <t hangText="Status Exception Data:">DTEND property value MAY be specified.</t>
            <t hangText="Description:">iTIP operation succeeded but the end time was truncated to a date boundary.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 2.10" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">2.10</t>
            <t hangText="Status Description:">Success; repeating VTODO ignored. Scheduled as a single VTODO.</t>
            <t hangText="Status Exception Data:">RRULE or RDATE property name and value MAY be specified.</t>
            <t hangText="Description:">iTIP operation succeeded but a repeating to-do was truncated to a single instance.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 2.11" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">2.11</t>
            <t hangText="Status Description:">Success; unbounded RRULE clipped at some finite number of instances.</t>
            <t hangText="Status Exception Data:">RRULE property name and value MAY be specified. Number of instances MAY also be specified.</t>
            <t hangText="Description:">iTIP operation succeeded but an unbounded repeating object was clipped to a finite number of instances.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 3.0" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">3.0</t>
            <t hangText="Status Description:">Invalid property name.</t>
            <t hangText="Status Exception Data:">Property name MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because of an invalid property name.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 3.1" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">3.1</t>
            <t hangText="Status Description:">Invalid property value.</t>
            <t hangText="Status Exception Data:">Property name and value MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because of an invalid property value.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 3.2" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">3.2</t>
            <t hangText="Status Description:">Invalid property parameter.</t>
            <t hangText="Status Exception Data:">Property parameter name and value MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because of an invalid property parameter.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 3.3" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">3.3</t>
            <t hangText="Status Description:">Invalid property parameter value.</t>
            <t hangText="Status Exception Data:">Property parameter name and value MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because of an invalid property parameter value.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 3.4" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">3.4</t>
            <t hangText="Status Description:">Invalid calendar component sequence.</t>
            <t hangText="Status Exception Data:">Calendar component sentinel MAY be specified (e.g., BEGIN:VTIMEZONE).</t>
            <t hangText="Description:">iTIP operation failed because of an invalid component.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 3.5" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">3.5</t>
            <t hangText="Status Description:">Invalid date or time.</t>
            <t hangText="Status Exception Data:">Date/time value(s) MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because of an invalid date or time property.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 3.6" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">3.6</t>
            <t hangText="Status Description:">Invalid rule.</t>
            <t hangText="Status Exception Data:">RRULE property value MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because of an invalid rule property.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 3.7" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">3.7</t>
            <t hangText="Status Description:">Invalid Calendar User.</t>
            <t hangText="Status Exception Data:">ATTENDEE property value MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because of an invalid ATTENDEE property.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 3.8" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">3.8</t>
            <t hangText="Status Description:">No authority.</t>
            <t hangText="Status Exception Data:">METHOD and ATTENDEE property values MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because an Attendee does not have suitable privileges for the operation.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 3.9" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">3.9</t>
            <t hangText="Status Description:">Unsupported version.</t>
            <t hangText="Status Exception Data:">VERSION property name and value MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because the calendar data version is not supported.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 3.10" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">3.10</t>
            <t hangText="Status Description:">Request entity too large.</t>
            <t hangText="Status Exception Data:">None.</t>
            <t hangText="Description:">iTIP operation failed because the calendar data was too large.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 3.11" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">3.11</t>
            <t hangText="Status Description:">Required component or property missing.</t>
            <t hangText="Status Exception Data:">Component or property name MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because the calendar data did not contain a required property or component.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 3.12" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">3.12</t>
            <t hangText="Status Description:">Unknown component or property found.</t>
            <t hangText="Status Exception Data:">Component or property name MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because the calendar data contained an unknown property or component.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 3.13" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">3.13</t>
            <t hangText="Status Description:">Unsupported component or property found.</t>
            <t hangText="Status Exception Data:">Component or property name MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because the calendar data contained an unsupported property or component.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 3.14" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">3.14</t>
            <t hangText="Status Description:">Unsupported capability.</t>
            <t hangText="Status Exception Data:">METHOD or action MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because the operation is not supported.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 4.0" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">4.0</t>
            <t hangText="Status Description:">Event conflict. Date/time is busy.</t>
            <t hangText="Status Exception Data:">DTSTART and DTEND property names and values MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because the event overlaps the date and time of another event.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 5.0" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">5.0</t>
            <t hangText="Status Description:">Request not supported.</t>
            <t hangText="Status Exception Data:">METHOD property value MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because the operation is not supported.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 5.1" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">5.1</t>
            <t hangText="Status Description:">Service unavailable.</t>
            <t hangText="Status Exception Data:">ATTENDEE property value MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because scheduling is not active.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 5.2" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">5.2</t>
            <t hangText="Status Description:">Invalid calendar service.</t>
            <t hangText="Status Exception Data:">ATTENDEE property value MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because there is no scheduling capability.</t>
          </list>
          </t>
        </section>
        <section title="Status Code 5.3" toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Status Code:">5.3</t>
            <t hangText="Status Description:">No scheduling support for user.</t>
            <t hangText="Status Exception Data:">ATTENDEE property value MAY be specified.</t>
            <t hangText="Description:">iTIP operation failed because scheduling is not enabled for an Attendee.</t>
          </list>
          </t>
        </section>
      </section>
      <section title="Implementation Considerations">
        <section title="Working With Recurrence Instances">
          <t>
            iCalendar includes a recurrence grammar to represent recurring events. The benefit of such a grammar is the ability to represent a number of events in a single object. However, while this simplifies creation of a recurring event, meeting instances still need to be referenced. For instance, an "Attendee" may decline the third instance of a recurring Friday event. Similarly, the "Organizer" may change the time or location to a single instance of the recurring event.
          </t>
          <t>
            Since implementations may elect to store recurring events as either a single event object or a collection of discrete, related event objects, the protocol is designed so that each recurring instance may be both referenced and versioned. Hence, implementations that choose to maintain per-instance properties (such as "ATTENDEE" property "PARTSTAT" parameter) may do so. However, the protocol does not require per-instance recognition unless the instance itself must be renegotiated.
          </t>
          <t>
            The scenarios for recurrence instance referencing are
            listed below. For purposes of simplification, a change to
            an event refers to a "trigger property." That is, a
            property that has a substantive effect on the meeting
            itself, such as start time, location, due date (for
            "VTODO" calendar components), and possibly
            description.
          </t>
          <t>
            "Organizer"-initiated actions:
            <list style="symbols">
              <t>
                deletes or changes a single instance of a recurring event
              </t>
              <t>
                 makes changes that affect all future instances
              </t>
              <t>
                makes changes that affect all previous instances
              </t>
              <t>
                deletes or modifies a previously changed instance
              </t>
            </list>
          </t>
          <t>
            "Attendee"-initiated actions:
            <list style="symbols">
              <t>
                changes status for a particular recurrence instance
              </t>
              <t>
                 sends a "COUNTER" for a particular recurrence
                 instance
              </t>
            </list>
          </t>
          <t>
            An instance of a recurring event is assigned a unique
            identification, "RECURRENCE-ID" property, when that
            instance is renegotiated. Negotiation may be necessary
            when a substantive change to the event or to-do has been
            made (such as changing the start time, end time, due date,
            or location). The "Organizer" can identify a specific
            recurrence instance using the "RECURRENCE-ID"
            property. The property value is equal to the date/time of
            the instance. If the "Organizer" wishes to change the
            "DTSTART", the original, unmodified "DTSTART" value of the
            instance is used as the value "RECURRENCE-ID" property,
            and the new "DTSTART" and "DTEND" values reflect the
            change.
          </t>
        </section>
        <section title="Attendee Property Considerations">
          <t>
            The "ORGANIZER" property is required on published events,
            to-dos, and journal entries for two reasons. First, only
            the "Organizer" is allowed to update and redistribute an
            event or to-do component. It follows that the "ORGANIZER"
            property MUST be present in the event, to-do, or journal
            entry component so that the CUA has a basis for
            authorizing an update. Second, it is prudent to provide a
            point of contact for anyone who receives a published
            component, in case of problems.
          </t>
          <t>
            Email addresses that correspond to groups of "Calendar
            Users" could be specified as
            a <xref target="RFC2368">mailto: URI</xref> calendar user
            address. Sending email to such an address results in email
            being sent to multiple recipients. Such an address may be
            used as the value of an "ATTENDEE" property. Thus, it is
            possible that the recipient of a "REQUEST" does not appear
            explicitly in the list. 
          </t>
          <t>
            It is recommended that the general approach to finding a
            "Calendar User" in an "Attendee" list be as follows:

            <list style="numbers">
              <t>
                Search for the "Calendar User" in the "Attendee" list where "CUTYPE=INDIVIDUAL"
              </t>
              <t>
                Failing (1), look for "Attendees" where "CUTYPE=GROUP"
                or "CUTYPE=UNKNOWN". The CUA then determines if the
                "Calendar User" is a member of one of these groups. If
                so, the "REPLY" method sent to the "Organizer" MUST
                contain a new "ATTENDEE" property in which:

                <list style="symbols">
                  <t>
                    the "TYPE" property parameter is set to INDIVIDUAL
                  </t>
                  <t>
                    the "MEMBER" property parameter is set to the name of the group
                  </t>
                </list>
              </t>
              <t>
                Failing (2), the CUA MAY ignore or accept the request as the "Calendar User" wishes.
              </t>
            </list>
          </t>
        </section>
        <section title="Extension Tokens">
          <t>
            To make iCalendar objects extensible, new component,
            property, or property parameters can be used. Two types of
            extensions are defined by <xref target='RFC5545'/>: IANA-registered tokens
            ("iana-token") and experimental use tokens ("x-name").
            A client SHOULD save "iana-token's"
            and MAY use them in replies. A client MAY save "x-name's"
            and MAY use them in replies. When delegating or forwarding
            messages to other CUs, a client SHOULD include "iana-token's" and "x-names's".
          </t>
        </section>
      </section>
    </section>
    <section title="Examples">
      <section title="Published Event Examples">
        <t>
          In the calendaring and scheduling context, publication
          refers to the one-way transfer of event
          information. Consumers of published events simply
          incorporate the event into a calendar. No reply is
          expected. Individual "A" publishes an event. Individual "B"
          reads the event and incorporates it into their
          calendar. Events are published in several ways, including
          embedding the event as an object in a web page, emailing
          the event to a distribution list, or posting the event to a
          newsgroup.
        </t>
        <t>
          The table below illustrates the sequence of events between the publisher and the consumers of a published event.
        </t>
        <texttable>
          <ttcol>
            Action
          </ttcol>
          <ttcol>
            Organizer
          </ttcol>
          <ttcol>
            Receiver
          </ttcol>
          <c>
            Publish an event
          </c>
          <c>
            "A" sends or posts a PUBLISH message.
          </c>
          <c>
            "B" reads a published event.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            Publish an updated event
          </c>
          <c>
            "A" sends or posts a PUBLISH message.
          </c>
          <c>
            "B" reads the updated event.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            Cancel a published event
          </c>
          <c>
            "A" sends or posts a CANCEL message.
          </c>
          <c>
            "B" reads the canceled event publication.
          </c>
        </texttable>
        <section anchor="min-pub" title="A Minimal Published Event">
          <t>
            The iCalendar object below describes a single event that begins on July 1, 1997 at 20:00 UTC. This event contains the minimum set of properties for a "PUBLISH" for a "VEVENT" calendar component.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:PUBLISH
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   DTSTART:19970701T200000Z
   DTSTAMP:19970611T190000Z
   SUMMARY:ST. PAUL SAINTS -VS- DULUTH-SUPERIOR DUKES
   UID:0981234-1234234-23@example.com
   END:VEVENT
   END:VCALENDAR
   ]]>
            </artwork>
          </figure>
        </section>
        <section title="Changing a Published Event">
          <t>
            The iCalendar object below describes an update to the
            event described in <xref target="min-pub" />; the time has been changed, an end time has been added, and the sequence number has been adjusted.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:PUBLISH
   VERSION:2.0
   PRODID:-//Example/ExampleCalendarClient//EN
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   DTSTAMP:19970612T190000Z
   DTSTART:19970701T210000Z
   DTEND:19970701T230000Z
   SEQUENCE:1
   UID:0981234-1234234-23@example.com
   SUMMARY:ST. PAUL SAINTS -VS- DULUTH-SUPERIOR DUKES
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
          <t>
            The "UID" property is used by the client to identify the
            event. The "SEQUENCE" property indicates that this is a
            change to the event. The event with a matching "UID" and
            sequence number 0 is superseded by this event.
          </t>
          <t>
            The "SEQUENCE" property provides a reliable way to
            distinguish different versions of the same event. Each
            time an event is published, its sequence number is
            incremented. If a client receives an event with a sequence
            number 5 and finds it has the same event with sequence
            number 2, the event SHOULD be updated. However, if the
            client received an event with sequence number 2 and finds
            it already has sequence number 5 of the same event, the
            event MUST NOT be updated.
          </t>
        </section>
        <section title="Canceling a Published Event">
          <t>
            The iCalendar object below cancels the event described in
            <xref target="min-pub" />. This cancels the event with
            "SEQUENCE" property of 0, 1, and 2.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:CANCEL
   VERSION:2.0
   PRODID:-//Example/ExampleCalendarClient//EN
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   COMMENT:DUKES forfeit the game
   SEQUENCE:2
   UID:0981234-1234234-23@example.com
   DTSTAMP:19970613T190000Z
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
        </section>
        <section title="A Rich Published Event">
          <t>
            This example describes the same event as in
            <xref target="min-pub" />, but in much greater detail.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:PUBLISH
   SCALE:GREGORIAN
   VERSION:2.0
   BEGIN:VTIMEZONE
   TZID:America-Chicago
   TZURL:http://example.com/tz/America-Chicago
   BEGIN:STANDARD
   DTSTART:19671029T020000
   RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
   TZOFFSETFROM:-0500
   TZOFFSETTO:-0600
   TZNAME:CST
   END:STANDARD
   BEGIN:DAYLIGHT
   DTSTART:19870405T020000
   RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4
   TZOFFSETFROM:-0600
   TZOFFSETTO:-0500
   TZNAME:CDT
   END:DAYLIGHT
   END:VTIMEZONE
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTACH:http://www.example.com/
   CATEGORIES:SPORTS EVENT,ENTERTAINMENT
   CLASS:PRIVATE
   DESCRIPTION:MIDWAY STADIUM\n
    Big time game.  MUST see.\n
    Expected duration:2 hours\n
   DTEND;TZID=America-Chicago:19970701T180000
   DTSTART;TZID=America-Chicago:19970702T160000
   DTSTAMP:19970614T190000Z
   STATUS:CONFIRMED
   LOCATION;VALUE=URI:http://stadium.example.com/
   PRIORITY:2
   RESOURCES:SCOREBOARD
   SEQUENCE:3
   SUMMARY:ST. PAUL SAINTS -VS- DULUTH-SUPERIOR DUKES
   UID:0981234-1234234-23@example.com
   RELATED-TO:0981234-1234234-14@example.com
   BEGIN:VALARM
   TRIGGER:-PT2H
   ACTION:DISPLAY
   DESCRIPTION:You should be leaving for the game now.
   END:VALARM
   BEGIN:VALARM
   TRIGGER:-PT30M
   ACTION:AUDIO
   END:VALARM
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
          <t>
            The "RELATED-TO" field contains the "UID" property of a
            related calendar event. The "SEQUENCE" property 3
            indicates that this event supersedes versions 0, 1, and 2.
          </t>
        </section>
        <section title="Anniversaries or Events Attached to Entire Days">
          <t>
            This example demonstrates the use of the "VALUE" parameter
            to tie a "VEVENT" to a day rather than a specific time.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:PUBLISH
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   DTSTAMP:19970614T190000Z
   UID:0981234-1234234-23@example.com
   DTSTART;VALUE=DATE:19970714
   RRULE:FREQ=YEARLY;INTERVAL=1
   SUMMARY: Bastille Day
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
        </section>
      </section>
      <section title="Group Event Examples">
        <t>
          Group events are distinguished from published events in that
          they have "Attendees" and there is interaction between the
          "Attendees" and the "Organizer" with respect to the
          event. Individual "A" requests a meeting between individuals
          "A", "B", "C", and "D". Individual "B" confirms attendance to
          the meeting. Individual "C" declines attendance. Individual
          "D" tentatively confirms attendance. The following table
          illustrates the message flow between these
          individuals. "A", the CU scheduling the meeting, is referenced
          as the "Organizer".
        </t>
        <texttable>
          <ttcol>
            Action
          </ttcol>
          <ttcol>
            "Organizer"
          </ttcol>
          <ttcol>
            Attendee
          </ttcol>
          <c>
            Initiate a meeting request
          </c>
          <c>
            "A" sends a REQUEST message to "B", "C", and "D".
          </c>
          <c />
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            Accept the meeting request
          </c>
          <c />
          <c>
            "B" sends a REPLY message to "A" with its ATTENDEE
            PARTSTAT parameter set to ACCEPTED.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            Decline the meeting request
          </c>
          <c />
          <c>
            "C" sends a REPLY message to "A" with its ATTENDEE
            PARTSTAT parameter set to DECLINED.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            Tentatively accept the meeting request
          </c>
          <c />
          <c>
            "D" sends a REPLY message to "A" with its ATTENDEE
            PARTSTAT parameter set to TENTATIVE.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            Confirm meeting status with Attendees
          </c>
          <c>
            "A" sends a REQUEST message to "B" and "D" with updated information.
          </c>
          <c />
        </texttable>
        <section title="A Group Event Request">
          <t>
            A sample meeting request is sent from "A" to "B", "C", and
            "D". "E" is also sent a copy of the request but is not
            expected to attend and need not reply. "E" illustrates how
            CUAs might implement an "FYI"-type feature. Note the use
            of the "ROLE" parameter. The default value for the "ROLE"
            parameter is "REQ-PARTICIPANT" and it need not be
            enumerated. In this case, we are using the value
            "NON-PARTICIPANT" to indicate "E" is a non-attending
            CU. The parameter is not needed on other "Attendees" since
            "PARTICIPANT" is the default value.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REQUEST
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED;CN=A:mailto:a@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL;CN=B:mailto:b@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL;CN=C:mailto:c@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL;CN=Hal:mailto:d@example.com
   ATTENDEE;RSVP=FALSE;CUTYPE=ROOM:conf_big@example.com
   ATTENDEE;ROLE=NON-PARTICIPANT;RSVP=FALSE:mailto:e@example.com
   DTSTAMP:19970611T190000Z
   DTSTART:19970701T200000Z
   DTEND:19970701T2100000Z
   SUMMARY:Conference
   UID:calsrv.example.com-873970198738777@example.com
   SEQUENCE:0
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
        </section>
        <section title="Reply to a Group Event Request">
          <t>
            "Attendee" "B" accepts the meeting.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REPLY
   VERSION:2.0
   BEGIN:VEVENT
   ATTENDEE;PARTSTAT=ACCEPTED:mailto:b@example.com
   ORGANIZER:mailto:a@example.com
   UID:calsrv.example.com-873970198738777@example.com
   SEQUENCE:0
   REQUEST-STATUS:2.0;Success
   DTSTAMP:19970612T190000Z
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
          <t>
            "B" could have declined the meeting or indicated tentative
            acceptance by setting the "ATTENDEE" "PARTSTAT" parameter
            to "DECLINED" or "TENTATIVE", respectively. Also,
            "REQUEST-STATUS" is not required in successful
            transactions.
          </t>
        </section>
        <section title="Update an Event">
          <t>
            The event is moved to a different time. The combination of
            the "UID" property (unchanged) and the "SEQUENCE" (bumped
            to 1) properties indicate the update.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REQUEST
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL:mailto:b@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL:mailto:c@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL;CN=Hal:mailto:d@example.com
   ATTENDEE;ROLE=NON-PARTICIPANT;RSVP=FALSE;
    CUTYPE=ROOM:mailto:conf@example.com
   ATTENDEE;ROLE=NON-PARTICIPANT;RSVP=FALSE:mailto:e@example.com
   DTSTART:19970701T180000Z
   DTEND:19970701T190000Z
   SUMMARY:Phone Conference
   UID:calsrv.example.com-873970198738777@example.com
   SEQUENCE:1
   DTSTAMP:19970613T190000Z
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
        </section>
        <section title="Countering an Event Proposal">
          <t>
            "A" sends a "REQUEST" to "B" and "C". "B" makes a
            counter proposal to "A" to change the time and location.
          </t>
          <t>
            "A" sends the following "REQUEST":
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REQUEST
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL:mailto:b@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL:mailto:c@example.com
   DTSTART:19970701T190000Z
   DTEND:19970701T200000Z
   SUMMARY:Discuss the Merits of the election results
   LOCATION:Green Conference Room
   UID:calsrv.example.com-873970198738777a@example.com
   SEQUENCE:0
   DTSTAMP:19970611T190000Z
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
          <t>
            "B" sends "COUNTER" to "A", requesting changes to time and
            place. "B" uses the "COMMENT" property to communicate a
            rationale for the change. Note that the "SEQUENCE"
            property is not incremented on a "COUNTER".
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:COUNTER
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL:mailto:b@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL:mailto:c@example.com
   DTSTART:19970701T160000Z
   DTEND:19970701T170000Z
   DTSTAMP:19970612T190000Z
   SUMMARY:Discuss the Merits of the election results
   LOCATION:Blue Conference Room
   COMMENT:This time works much better and I think the big conference
    room is too big
   UID:calsrv.example.com-873970198738777a@example.com
   SEQUENCE:0
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
          <t>
            "A" accepts the changes from "B". To accept a counter
            proposal, the "Organizer" sends a new event "REQUEST" with
            an incremented sequence number.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REQUEST
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL:mailto:b@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL:mailto:c@example.com
   DTSTAMP:19970613T190000Z
   DTSTART:19970701T160000Z
   DTEND:19970701T170000Z
   SUMMARY:Discuss the Merits of the election results - changed to
    meet B's schedule
   LOCATION:Blue Conference Room
   UID:calsrv.example.com-873970198738777@example.com
   SEQUENCE:1
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
          <t>
            Instead, "A" rejects "B's" counter proposal.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:DECLINECOUNTER
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL:mailto:b@example.com
   COMMENT:Sorry, I cannot change this meeting time
   UID:calsrv.example.com-873970198738777@example.com
   SEQUENCE:0
   DTSTAMP:19970614T190000Z
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
        </section>
        <section title="Delegating an Event">
          <t>
            When delegating an event request to another "Calendar
            User", the "Delegator" must both update the "Organizer"
            with a "REPLY" and send a request to the "Delegate". There
            is currently no protocol limitation to delegation
            depth. It is possible for the original delegate to
            delegate the meeting to someone else, and so on. When a
            request is delegated from one CUA to another, there are a
            number of responsibilities required of the
            "Delegator". The "Delegator" MUST: 

            <list style="symbols">
              <t>
                Send a "REPLY" to the "Organizer" with the following updates:
              <list style="letters">
              <t>
                The "Delegator's" "ATTENDEE" property "PARTSTAT"
                parameter is set to "DELEGATED" and the "DELEGATED-TO"
                parameter is set to the address of the "Delegate".
              </t>
              <t>
                Add an additional "ATTENDEE" property for the
                "Delegate" with the "DELEGATED-FROM" property
                parameter set to the "Delegator".
              </t>
              <t>
                Indicate whether they want to continue to receive
                updates when the "Organizer" sends out updated
                versions of the event. Setting the "RSVP" property
                parameter to "TRUE" will cause the updates to be sent;
                setting it to "FALSE" causes no further updates to be
                sent. Note that in either case, if the "Delegate"
                declines the invitation, the "Delegator" will be
                notified.
              </t>
		  	  </list>
          	  </t>
              <t>
                The "Delegator" MUST also send a copy of the original
                "REQUEST" method to the "Delegate", with changes (A)
                and (B), as detailed above applied.
              </t>
            </list>
          </t>
          <t>
            If the "Delegate" declines the meeting, the "Organizer" MUST send an update "REQUEST" to the "Delegator" so that the "Delegator" may elect to delegate the "REQUEST" to another CUA.
          </t>
          <texttable>
            <ttcol>
              Action
            </ttcol>
            <ttcol>
              "Organizer"
            </ttcol>
            <ttcol width="50%">
              Attendee
            </ttcol>
            <c>
              Initiate a meeting request
            </c>
            <c>
              "A" sends a REQUEST message to "B" and "C".
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              Delegate: "C" delegates to "E"
            </c>
            <c />
            <c>
              "C" sends a REPLY to "A" with the ATTENDEE PARTSTAT
              parameter set to DELEGATED and with a new ATTENDEE
              property for "E". "E's" ATTENDEE DELEGATED-FROM
              parameter is set to "C". "C's" ATTENDEE DELEGATED-TO
              parameter is set to "E". "C" sends REQUEST message to
              "E" with the original meeting request information. The
              PARTSTAT property parameter for "C" is set to
              DELEGATED and the DELEGATED-TO parameter is set to
              the address of "E". An ATTENDEE property is added for
              "E" and the DELEGATED-FROM parameter is set to the
              address of "C".
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              Confirm meeting attendance
            </c>
            <c />
            <c>
              "E" sends REPLY message to "A", and optionally to "C", with
              its PARTSTAT property parameter set to ACCEPTED.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              Optional: Redistribute meeting to Attendees
            </c>
            <c>
              "A" sends REQUEST message to "B", "C", and "E".
            </c>
            <c />
          </texttable>
          <t>
            "C" responds to the "Organizer".
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REPLY
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE;PARTSTAT=DELEGATED;DELEGATED-
    TO="mailto:e@example.com":mailto:c@example.com
   UID:calsrv.example.com-873970198738777@example.com
   SEQUENCE:0
   REQUEST-STATUS:2.0;Success
   DTSTAMP:19970611T190000Z
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
          <t>
            "Attendee" "C" delegates presence at the meeting to "E".
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REQUEST
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE;PARTSTAT=DELEGATED;DELEGATED-
    TO="mailto:e@example.com":mailto:c@example.com
   ATTENDEE;RSVP=TRUE;
    DELEGATED-FROM="mailto:c@example.com":mailto:e@example.com
   DTSTART:19970701T180000Z
   DTEND:19970701T200000Z
   SUMMARY:Phone Conference
   UID:calsrv.example.com-873970198738777@example.com
   SEQUENCE:0
   STATUS:CONFIRMED
   DTSTAMP:19970611T190000Z
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
        </section>
        <section title="Delegate Accepts the Meeting">
          <t>
            To accept a delegated meeting, the delegate, "E", sends
            the following message to "A" and "C".
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REPLY
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE;PARTSTAT=ACCEPTED;DELEGATED-
    FROM="mailto:c@example.com":mailto:e@example.com
   ATTENDEE;PARTSTAT=DELEGATED;
    DELEGATED-TO="mailto:e@example.com":mailto:c@example.com
   UID:calsrv.example.com-873970198738777@example.com
   SEQUENCE:0
   REQUEST-STATUS:2.0;Success
   DTSTAMP:19970614T190000Z
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
        </section>
        <section title="Delegate Declines the Meeting">
          <t>
            In this example, the "Delegate" declines the meeting
            request and sets the "ATTENDEE" property "PARTSTAT"
            parameter to "DECLINED". The "Organizer" SHOULD resend the
            "REQUEST" to "C" with the "PARTSTAT" parameter of the
            "Delegate" set to "DECLINED". This lets the "Delegator"
            know that the "Delegate" has declined and provides an
            opportunity to the "Delegator" to either accept the
            request or delegate it to another CU.
          </t>
          <t>
             "E" responds to "A" and "C". Note the use of the "COMMENT" property "E" uses to indicate why the delegation was declined.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REPLY
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE;PARTSTAT=DELEGATED;
    DELEGATED-TO="mailto:e@example.com":mailto:c@example.com
   ATTENDEE;PARTSTAT=DECLINED;
    DELEGATED-FROM="mailto:c@example.com":mailto:e@example.com
   COMMENT:Sorry, I will be out of town at that time.
   UID:calsrv.example.com-873970198738777@example.com
   SEQUENCE:0
   REQUEST-STATUS:2.0;Success
   DTSTAMP:19970614T190000Z
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
          <t>
            "A" resends the "REQUEST" method to "C". "A" may also wish
            to express the fact that the item was delegated in the
            "COMMENT" property.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REQUEST
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE;PARTSTAT=DECLINED;
    DELEGATED-FROM="mailto:c@example.com":mailto:e@example.com
   ATTENDEE;RSVP=TRUE:mailto:c@example.com
   UID:calsrv.example.com-873970198738777@example.com
   SEQUENCE:0
   SUMMARY:Phone Conference
   DTSTART:19970701T180000Z
   DTEND:19970701T200000Z
   DTSTAMP:19970614T200000Z
   COMMENT:DELEGATE (ATTENDEE mailto:e@example.com) DECLINED YOUR
    INVITATION
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
        </section>
        <section title="Forwarding an Event Request">
          <t>
            The protocol does not prevent an "Attendee" from
            "forwarding" a "VEVENT" calendar component to other
            "Calendar Users". Forwarding differs from delegation in
            that the forwarded "Calendar User" (often referred to as a
            "Party Crasher") does not replace the forwarding "Calendar
            User". Implementations are not required to add the "Party
            Crasher" to the "Attendee" list, and hence there is no
            guarantee that a "Party Crasher" will receive additional
            updates to the event. The forwarding "Calendar User"
            SHOULD NOT add the "Party Crasher" to the "Attendee"
            list. The "Organizer" MAY add the forwarded "Calendar
            User" to the "Attendee" list.
          </t>
        </section>
        <section title="Cancel a Group Event">
          <t>
            Individual "A" requests a meeting between individuals "A",
            "B", "C", and "D". Individual "B" declines attendance to
            the meeting. Individual "A" decides to cancel the
            meeting. The following table illustrates the sequence of
            messages that would be exchanged between these
            individuals.
          </t>
          <t>
            Messages related to a previously canceled event ("SEQUENCE" property value is less than the "SEQUENCE" property value of the "CANCEL" message) MUST be ignored.
          </t>
          <texttable>
            <ttcol>
              Action
            </ttcol>
            <ttcol>
              Organizer
            </ttcol>
            <ttcol>
              Attendee
            </ttcol>
            <c>
              Initiate a meeting request
            </c>
            <c>
              "A" sends a REQUEST message to "B", "C", and "D".
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              Decline the meeting request
            </c>
            <c />
            <c>
              "B" sends a REPLY message to "A" with its PARTSTAT parameter set to DECLINED.
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              Cancel the meeting
            </c>
            <c>
              "A" sends a CANCEL message to "B", "C", and "D".
            </c>
            <c />
          </texttable>
          <t>
            This example shows how "A" cancels the event.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:CANCEL
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE;CUTYPE=INDIVIDUAL;mailto:a@example.com
   ATTENDEE;CUTYPE=INDIVIDUAL:mailto:b@example.com
   ATTENDEE;CUTYPE=INDIVIDUAL:mailto:c@example.com
   ATTENDEE;CUTYPE=INDIVIDUAL:mailto:d@example.com
   COMMENT:Mr. B cannot attend.  It's raining.  Lets cancel.
   UID:calsrv.example.com-873970198738777@example.com
   SEQUENCE:1
   STATUS:CANCELLED
   DTSTAMP:19970613T190000Z
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
        </section>
        <section title="Removing Attendees">
          <t>
            "A" wants to remove "B" from a meeting. This is done by sending a "CANCEL" to "B" and removing "B" from the "Attendee" list in the master copy of the event.
          </t>
          <texttable>
            <ttcol>
              Action
            </ttcol>
            <ttcol>
              Organizer
            </ttcol>
            <ttcol>
              Attendee
            </ttcol>
            <c>
              Remove "B" as an Attendee
            </c>
            <c>
              "A" sends a CANCEL message to "B".
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              Update the master copy of the event
            </c>
            <c>
              "A" optionally sends the updated event to the remaining Attendees.
            </c>
            <c />
          </texttable>
          <t>
            The original meeting includes "A", "B", "C", and "D". The
            example below shows the "CANCEL" that "A" sends to
            "B". Note that in the example below, the "STATUS" property
            is omitted. This is used when the meeting itself is
            cancelled and not when the intent is to remove an
            "Attendee" from the event.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:CANCEL
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE:mailto:b@example.com
   COMMENT:You're off the hook for this meeting
   UID:calsrv.example.com-873970198738777@example.com
   DTSTAMP:19970613T193000Z
   SEQUENCE:1
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
          <t>
            The updated master copy of the event is shown below. The
            "Organizer" MAY resend the updated event to the remaining
            "Attendees". Note that "B" has been removed.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REQUEST
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE;CUTYPE=INDIVIDUAL:mailto:c@example.com
   ATTENDEE;CUTYPE=INDIVIDUAL:mailto:d@example.com
   ATTENDEE;CUTYPE=ROOM:mailto:cr_big@example.com
   ATTENDEE;ROLE=NON-PARTICIPANT;
    RSVP=FALSE:mailto:e@example.com
   DTSTAMP:19970611T190000Z
   DTSTART:19970701T200000Z
   DTEND:19970701T203000Z
   SUMMARY:Phone Conference
   UID:calsrv.example.com-873970198738777@example.com
   SEQUENCE:2
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
        </section>
        <section title="Replacing the Organizer">
          <t>
            The scenario for this example begins with "A" as the "Organizer" for a recurring meeting with "B", "C", and "D". "A" receives a new job offer in another country and drops out of touch. "A" left no forwarding address or way to be reached. Using out-of-band communication, the other "Attendees" eventually learn what has happened and reach an agreement that "B" should become the new "Organizer" for the meeting. To do this, "B" sends out a new version of the event and the other "Attendees" agree to accept "B" as the new "Organizer". "B" also removes "A" from the event.
          </t>
          <t>
            When the "Organizer" is replaced, the "SEQUENCE" property value MUST be incremented.
          </t>
          <t>
            This is the message "B" sends to "C" and "D".
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REQUEST
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:b@example.com
   ATTENDEE;ROLE=CHAIR;STATUS=ACCEPTED:mailto:b@example.com
   ATTENDEE;CUTYPE=INDIVIDUAL:mailto:c@example.com
   ATTENDEE;CUTYPE=INDIVIDUAL:mailto:d@example.com
   DTSTAMP:19970611T190000Z
   DTSTART:19970701T200000Z
   DTEND:19970701T203000Z
   RRULE:FREQ=WEEKLY
   SUMMARY:Phone Conference
   UID:123456@example.com
   SEQUENCE:1
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
        </section>
      </section>
      <section title="Busy Time Examples">
        <t>
          Busy time objects can be used in several ways. First, a CU
          may request busy time from another CU for a specific range
          of time. That request can be answered with a busy time
          "REPLY". 
          Additionally, a CU may simply publish their busy time
          for a given interval and point other CUs to the published
          location. The following examples outline both scenarios.
        </t>
        <section title="Publish Busy Time">
        <t>
          Individual "A" publishes busy time for one week.
        </t>
        <figure>
          <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   METHOD:PUBLISH
   BEGIN:VFREEBUSY
   DTSTAMP:19980101T124100Z
   ORGANIZER:mailto:a@example.com
   DTSTART:19980101T124200Z
   DTEND:19980108T124200Z
   FREEBUSY:19980101T180000Z/19980101T190000Z
   FREEBUSY:19980103T020000Z/19980103T050000Z
   FREEBUSY:19980107T020000Z/19980107T050000Z
   FREEBUSY:19980113T000000Z/19980113T010000Z
   FREEBUSY:19980115T190000Z/19980115T200000Z
   FREEBUSY:19980115T220000Z/19980115T230000Z
   FREEBUSY:19980116T013000Z/19980116T043000Z
   END:VFREEBUSY
   END:VCALENDAR
]]>
          </artwork>
        </figure>
        </section>
        <section title="Request Busy Time">
        <t>
          Individual "A" requests busy time from individuals "B" and
          "C". Individuals "B" and "C" reply with busy time data to
          individual "A". The following table illustrates the sequence
          of messages that would be exchanged between these
          individuals.
        </t>
        <texttable>
          <ttcol>
            Action
          </ttcol>
          <ttcol>
            Organizer
          </ttcol>
          <ttcol>
            Attendee
          </ttcol>
          <c>
            Initiate a busy time request
          </c>
          <c>
            "A" sends REQUEST message to "B" and "C".
          </c>
          <c />
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            Reply to the BUSY request with BUSY time data
          </c>
          <c />
          <c>
            "B" sends a REPLY message to "A" with busy time data.
          </c>
        </texttable>
                   
         <t>"A" sends a "REQUEST" to "B" and "C" for busy time.</t>          
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REQUEST
   VERSION:2.0
   BEGIN:VFREEBUSY
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR:mailto:a@example.com
   ATTENDEE:mailto:b@example.com
   ATTENDEE:mailto:c@example.com
   DTSTAMP:19970613T190000Z
   DTSTART:19970701T080000Z
   DTEND:19970701T200000
   UID:calsrv.example.com-873970198738777@example.com
   END:VFREEBUSY
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
        </section>
        <section title="Reply to a Busy Time Request">
          <t>
            "B" sends a "REPLY" method type of a "VFREEBUSY" calendar component to "A".
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REPLY
   VERSION:2.0
   BEGIN:VFREEBUSY
   ORGANIZER:mailto:a@example.com
   ATTENDEE:mailto:b@example.com
   DTSTART:19970701T080000Z
   DTEND:19970701T200000Z
   UID:calsrv.example.com-873970198738777@example.com
   FREEBUSY:19970701T090000Z/PT1H,19970701T140000Z/PT30M
   DTSTAMP:19970613T190030Z
   END:VFREEBUSY
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
          <t>
            "B" is busy from 09:00 to 10:00 and from 14:00 to 14:30.
          </t>
        </section>
      </section>
      <section title="Recurring Event and Time Zone Examples">
        <section title="A Recurring Event Spanning Time Zones">
          <t>
            This event describes a weekly phone conference. The "Attendees" are each in a different time zone.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REQUEST
   VERSION:2.0
   BEGIN:VTIMEZONE
   TZID:America-SanJose
   TZURL:http://example.com/tz/America-SanJose
   BEGIN:STANDARD
   DTSTART:19671029T020000
   RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
   TZOFFSETFROM:-0700
   TZOFFSETTO:-0800
   TZNAME:PST
   END:STANDARD
   BEGIN:DAYLIGHT
   DTSTART:19870405T020000
   RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4
   TZOFFSETFROM:-0800
   TZOFFSETTO:-0700
   TZNAME:PDT
   END:DAYLIGHT
   END:VTIMEZONE
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED;
    CUTYPE=INDIVIDUAL:a@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL:b@example.fr
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL:c@example.jp
   DTSTAMP:19970613T190030Z
   DTSTART;TZID=America-SanJose:19970701T140000
   DTEND;TZID=America-SanJose:19970701T150000
   RRULE:FREQ=WEEKLY;COUNT=20;WKST=SU;BYDAY=TU
   RDATE;TZID=America-SanJose:19970910T140000
   EXDATE;TZID=America-SanJose:19970909T140000
   EXDATE;TZID=America-SanJose:19971028T140000
   SUMMARY:Weekly Phone Conference
   UID:calsrv.example.com-873970198738777@example.com
   SEQUENCE:0
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
          <t>
            The first component of this iCalendar object is the time zone component. The "DTSTART" date coincides with the first instance of the "RRULE" property.
          </t>
          <t>
            The recurring meeting is defined in a particular time zone, presumably that of the originator. The client for each "Attendee" has the responsibility of determining the recurrence time in the "Attendee's" time zone.
          </t>
          <t>
			The repeating event starts on Tuesday, July 1, 1997 at 2:00pm PDT (UTC-7). "Attendee" B@example.fr is in France, where the local time on this date is 9 hours ahead of PDT, or 23:00 CEST (UTC+2). "Attendee" C@example.jp is in Japan, where local time is 16 hours ahead of PDT, or Wednesday, July 2 at 06:00 JST (UTC+9). The event repeats weekly on Tuesdays (in PST/PDT). The "RRULE" property results in 20 instances. The last instance falls on Tuesday, November 11, 1997 2:00pm PST. The "RDATE" property adds another instance: WED, 10-SEP-1997 2:00 PM PDT.
		  </t>
		  <t>
			There are also two exception dates to the recurrence rule. The first one is: 

            <list style="symbols">
				<t>TUE, 09-SEP-1997 14:00 PDT (UTC-7)</t>
				<t>TUE, 09-SEP-1997 23:00 CEST (UTC+2)</t>
				<t>WED, 10-SEP-1997 06:00 JST (UTC+9)</t>
            </list>
            <vspace blankLines="1" />
            and the second is: 

            <list style="symbols">
				<t>TUE, 28-OCT-1997 14:00 PST (UTC-8)</t>
				<t>TUE, 28-OCT-1997 23:00 CET (UTC+1)</t>
				<t>WED, 29-OCT-1997 07:00 JST (UTC+9)</t>
            </list>
		  </t>
        </section>
        <section title="Modify a Recurring Instance">
          <t>
            In this example, the "Organizer" issues a recurring meeting. Later, the "Organizer" changes an instance of the event by changing the "DTSTART" property. Note the use of "RECURRENCE-ID" property and "SEQUENCE" property in the second request.
          </t>
          <t>
            Original Request:
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:REQUEST
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   BEGIN:VEVENT
   UID:guid-1@example.com
   SEQUENCE:0
   RRULE:FREQ=MONTHLY;BYMONTHDAY=1;UNTIL=19980901T210000Z
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE:mailto:b@example.com
   ATTENDEE:mailto:c@example.com
   ATTENDEE:mailto:d@example.com
   DESCRIPTION:IETF-C&S Conference Call
   CLASS:PUBLIC
   SUMMARY:IETF Calendaring Working Group Meeting
   DTSTART:19970601T210000Z
   DTEND:19970601T220000Z
   LOCATION:Conference Call
   DTSTAMP:19970526T083000Z
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
          <t>
            The event request below is to change the time of a specific instance. This changes the July 1st instance to July 3rd.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:REQUEST
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   BEGIN:VEVENT
   UID:guid-1@example.com
   RECURRENCE-ID:19970701T210000Z
   SEQUENCE:1
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE:mailto:b@example.com
   ATTENDEE:mailto:c@example.com
   ATTENDEE:mailto:d@example.com
   DESCRIPTION:IETF-C&S Conference Call
   CLASS:PUBLIC
   SUMMARY:IETF Calendaring Working Group Meeting
   DTSTART:19970703T210000Z
   DTEND:19970703T220000Z
   LOCATION:Conference Call
   DTSTAMP:19970626T093000Z
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
        </section>
        <section title="Cancel an Instance">
          <t>
            In this example, the "Organizer" of a recurring event
            deletes the August 1st instance.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:CANCEL
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   BEGIN:VEVENT
   UID:guid-1@example.com
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE:mailto:b@example.com
   ATTENDEE:mailto:c@example.com
   ATTENDEE:mailto:d@example.com
   RECURRENCE-ID:19970801T210000Z
   SEQUENCE:2
   STATUS:CANCELLED
   DTSTAMP:19970721T093000Z
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
        </section>
        <section title="Cancel a Recurring Event">
          <t>
            In this example, the "Organizer" wishes to cancel the entire recurring event and any exceptions.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:CANCEL
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   BEGIN:VEVENT
   UID:guid-1@example.com
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE:mailto:b@example.com
   ATTENDEE:mailto:c@example.com
   ATTENDEE:mailto:d@example.com
   DTSTAMP:19970721T103000Z
   STATUS:CANCELLED
   SEQUENCE:3
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
        </section>
        <section title="Change All Future Instances">
          <t>
            This example changes the meeting location from a
            conference call to Seattle, starting September 1 and
            extending to all future instances.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:REQUEST
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   BEGIN:VEVENT
   UID:guid-1@example.com
   RECURRENCE-ID;THISANDFUTURE:19970901T210000Z
   SEQUENCE:3
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE;RSVP=TRUE:mailto:b@example.com
   ATTENDEE;RSVP=TRUE:mailto:c@example.com
   ATTENDEE;RSVP=TRUE:mailto:d@example.com
   DESCRIPTION:IETF-C&S Discussion
   CLASS:PUBLIC
   SUMMARY:IETF Calendaring Working Group Meeting
   DTSTART:19970901T210000Z
   DTEND:19970901T220000Z
   LOCATION:Building 32, Microsoft, Seattle, WA
   DTSTAMP:19970526T083000Z
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
        </section>
        <section title="Add a New Instance to a Recurring Event">
          <t>
            This example adds a one-time additional instance to the recurring event. "Organizer" adds a second July meeting on the 15th.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:ADD
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   BEGIN:VEVENT
   UID:123456789@example.com
   SEQUENCE:4
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE;RSVP=TRUE:mailto:b@example.com
   ATTENDEE;RSVP=TRUE:mailto:c@example.com
   ATTENDEE;RSVP=TRUE:mailto:d@example.com
   DESCRIPTION:IETF-C&S Conference Call
   CLASS:PUBLIC
   SUMMARY:IETF Calendaring Working Group Meeting
   DTSTART:19970715T210000Z
   DTEND:19970715T220000Z
   LOCATION:Conference Call
   DTSTAMP:19970629T093000Z
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
        </section>
        <section title="Add a New Series of Instances to a Recurring Event">
          <t>
            The scenario for this example involves an ongoing meeting, originally set up to occur every Tuesday. The "Organizer" later decides that the meetings need to be on Tuesdays and Thursdays.
          </t>
          <t>
            The original event:
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:REQUEST
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   BEGIN:VEVENT
   UID:123456789@example.com
   SEQUENCE:0
   RRULE:WKST=SU;BYDAY=TU;FREQ=WEEKLY
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE;RSVP=TRUE:mailto:b@example.com
   SUMMARY:Review Accounts
   DTSTART:19980303T210000Z
   DTEND:19980303T220000Z
   LOCATION:The White Room
   DTSTAMP:19980301T093000Z
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
          <t>
            The entire event can be rescheduled using a
            "REQUEST". This is done by using the "UID" of the event to
            reschedule and including the modified "RRULE". Note that
            since this is an entire rescheduling of the event, any
            instance-specific information will be lost, unless
            explicitly included with the update "REQUEST".
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:REQUEST
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   BEGIN:VEVENT
   UID:123456789@example.com
   SEQUENCE:7
   RRULE:WKST=SU;BYDAY=TU,TH;FREQ=WEEKLY
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE;RSVP=TRUE:mailto:b@example.com
   SUMMARY:Review Accounts
   DTSTART:19980303T210000Z
   DTEND:19980303T220000Z
   DTSTAMP:19980303T193000Z
   LOCATION:The White Room
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
        </section>
        <section title="Refreshing a Recurring Event">
          <t>
            The next series of examples illustrate how an "Organizer"
            would respond to a "REFRESH" submitted by an "Attendee"
            after a series of instance-specific modifications. To
            convey all instance-specific changes, the "Organizer" must
            provide the latest event description and the relevant
            instances. The first three examples show the history,
            including the initial "VEVENT" request and subsequent
            instance changes, and finally the "REFRESH".
          </t>
          <t>
            Original Request:
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:REQUEST
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   BEGIN:VEVENT
   UID:123456789@example.com
   SEQUENCE:0
   RDATE:19980304T180000Z
   RDATE:19980311T180000Z
   RDATE:19980318T180000Z
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE;RSVP=TRUE:mailto:b@example.com
   SUMMARY:Review Accounts
   DTSTART:19980304T180000Z
   DTEND:19980304T200000Z
   DTSTAMP:19980303T193000Z
   LOCATION:Conference Room A
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
          <t>
            Organizer changes 2nd instance location and time:
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:REQUEST
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   BEGIN:VEVENT
   UID:123456789@example.com
   SEQUENCE:1
   RECURRENCE-ID:19980311T180000Z
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE;RSVP=TRUE:mailto:b@example.com
   SUMMARY:Review Accounts
   DTSTART:19980311T160000Z
   DTEND:19980311T180000Z
   DTSTAMP:19980306T193000Z
   LOCATION:The Small conference room
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
          <t>
            Organizer adds a 4th instance of the meeting using the "ADD" method.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:ADD
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   BEGIN:VEVENT
   UID:123456789@example.com
   SEQUENCE:2
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE;RSVP=TRUE:mailto:b@example.com
   SUMMARY:Review Accounts
   DTSTART:19980315T180000Z
   DTEND:19980315T200000Z
   DTSTAMP:19980307T193000Z
   LOCATION:Conference Room A
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
          <t>
            If "B" requests a "REFRESH", "A" responds with the following to capture all instance-specific data. In this case, both the initial request and an additional "VEVENT" that specifies the instance- specific data are included. Because these are both of the same type (they are both "VEVENTS"), they can be conveyed in the same iCalendar object.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:REQUEST
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   BEGIN:VEVENT
   UID:123456789@example.com
   SEQUENCE:2
   RDATE:19980304T180000Z
   RDATE:19980311T160000Z
   RDATE:19980315T180000Z
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE;RSVP=TRUE:mailto:b@example.com
   SUMMARY:Review Accounts
   DTSTART:19980304T180000Z
   DTEND:19980304T200000Z
   DTSTAMP:19980303T193000Z
   LOCATION:Conference Room A
   STATUS:CONFIRMED
   END:VEVENT
   BEGIN:VEVENT
   SEQUENCE:2
   UID:123456789@example.com
   RECURRENCE-ID:19980311T160000Z
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE;RSVP=TRUE:mailto:b@example.com
   SUMMARY:Review Accounts
   DTSTART:19980311T160000Z
   DTEND:19980304T180000Z
   DTSTAMP:19980306T193000Z
   LOCATION:The Small conference room
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
        </section>
        <section title="Counter an Instance of a Recurring Event">
          <t>
            In this example, one of the "Attendees" counters the "DTSTART" property of the proposed second July meeting.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:COUNTER
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   BEGIN:VEVENT
   UID:guid-1@example.com
   RECURRENCE-ID:19970715T210000Z
   SEQUENCE:4
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;RSVP=TRUE:mailto:a@example.com
   ATTENDEE;RSVP=TRUE:mailto:b@example.com
   ATTENDEE;RSVP=TRUE:mailto:c@example.com
   ATTENDEE;RSVP=TRUE:mailto:d@example.com
   DESCRIPTION:IETF-C&S Conference Call
   CLASS:PUBLIC
   SUMMARY:IETF Calendaring Working Group Meeting
   DTSTART:19970715T220000Z
   DTEND:19970715T230000Z
   LOCATION:Conference Call
   COMMENT:May we bump this by an hour? I have a conflict
   DTSTAMP:19970629T094000Z
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
        </section>
        <section title="Error Reply to a Request">
          <t>
            The following example illustrates a scenario where a meeting is proposed containing an unsupported property and a bad property.
          </t>
          <t>
            Original Request:
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:REQUEST
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   BEGIN:VEVENT
   UID:guid-1@example.com
   SEQUENCE:0
   RRULE:FREQ=MONTHLY;BYMONTHDAY=1
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR:mailto:a@example.com
   ATTENDEE;RSVP=TRUE:mailto:b@example.com
   ATTENDEE;RSVP=TRUE:mailto:c@example.com
   ATTENDEE;RSVP=TRUE:mailto:d@example.com
   DESCRIPTION:IETF-C&S Conference Call
   CLASS:PUBLIC
   SUMMARY:IETF Calendaring Working Group Meeting
   DTSTART:19970601T210000Z
   DTEND:19970601T220000Z
   DTSTAMP:19970602T094000Z
   LOCATION:Conference Call
   STATUS:CONFIRMED
   FOO:BAR
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
          <t>
             "B" responds to indicate that "RRULE" is not supported and
             that an unrecognized property was encountered.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REPLY
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE:mailto:b@example.com
   REQUEST-STATUS:3.0;Invalid Property Name;FOO
   UID:guid-1@example.com
   SEQUENCE:0
   DTSTAMP:19970603T094000Z
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
        </section>
      </section>
      <section title="Group To-Do Examples">
        <t>
          Individual "A" creates a group task in which individuals
          "A", "B", "C", and "D" will participate. Individual "B"
          confirms acceptance of the task. Individual "C" declines the
          task. Individual "D" tentatively accepts the task. The
          following table illustrates the sequence of messages that
          would be exchanged between these individuals. Individual "A"
          then issues a "REQUEST" method to obtain the status of the
          to-do from each participant. The response indicates the
          individual "Attendee's" completion status. The table below
          illustrates the message flow.
        </t>
        <texttable>
          <ttcol>
            Action
          </ttcol>
          <ttcol>
            Organizer
          </ttcol>
          <ttcol>
            Attendee
          </ttcol>
          <c>
            Initiate a to-do request
          </c>
          <c>
            "A" sends a REQUEST message to "B", "C", and "D".
          </c>
          <c />
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            Accept the to-do request
          </c>
          <c />
          <c>
            "B" sends a REPLY message to "A" with its PARTSTAT parameter set to ACCEPTED.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            Decline the to-do request
          </c>
          <c />
          <c>
            "C" sends a REPLY message to "A" with its PARTSTAT parameter set to DECLINED.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            Tentatively accept the to-do request
          </c>
          <c />
          <c>
            "D" sends a REPLY message to "A" with its PARTSTAT parameter set to TENTATIVE.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            Check Attendee completion status
          </c>
          <c>
            "A" sends a REQUEST message to "B" and "D" with current information.
          </c>
          <c />
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            Attendee indicates percent complete
          </c>
          <c />
          <c>
            "B" sends a REPLY message indicating percent complete.
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            &nbsp;
          </c>
          <c>
            Attendee indicates completion
          </c>
          <c />
          <c>
            "D" sends a REPLY message indicating completion.
          </c>
        </texttable>
        <section title="A VTODO Request">
          <t>
            A sample "REQUEST" for a "VTODO" calendar component that
            "A" sends to "B", "C", and "D".
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REQUEST
   VERSION:2.0
   BEGIN:VTODO
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR:mailto:a@example.com
   ATTENDEE;RSVP=TRUE:mailto:b@example.com
   ATTENDEE;RSVP=TRUE:mailto:c@example.com
   ATTENDEE;RSVP=TRUE:mailto:d@example.com
   DTSTART:19970701T170000Z
   DUE:19970722T170000Z
   PRIORITY:1
   SUMMARY:Create the requirements document
   UID:calsrv.example.com-873970198738777-00@example.com
   SEQUENCE:0
   DTSTAMP:19970717T200000Z
   STATUS:NEEDS-ACTION
   END:VTODO
   END:VCALENDAR
]]>
            </artwork>
          </figure>
        </section>
        <section title="A VTODO Reply">
          <t>
            "B" accepts the to-do.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REPLY
   VERSION:2.0
   BEGIN:VTODO
   ORGANIZER:mailto:a@example.com
   ATTENDEE;PARTSTAT=ACCEPTED:mailto:b@example.com
   UID:calsrv.example.com-873970198738777-00@example.com
   COMMENT:I'll send you my input by email
   SEQUENCE:0
   DTSTAMP:19970717T203000Z
   REQUEST-STATUS:2.0;Success
   END:VTODO
   END:VCALENDAR
]]>
            </artwork>
          </figure>
          <t>
            "B" could have declined the "VTODO" or indicated tentative
            acceptance by setting the "PARTSTAT" property parameter
            sequence to "DECLINED" or "TENTATIVE", respectively.
          </t>
        </section>
        <section title="A VTODO Request for Updated Status">
          <t>
            "A" requests status from all "Attendees".
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REQUEST
   VERSION:2.0
   BEGIN:VTODO
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR:mailto:a@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL:mailto:b@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL:mailto:d@example.com
   UID:calsrv.example.com-873970198738777-00@example.com
   SUMMARY:Create the requirements document
   PRIORITY:1
   SEQUENCE:0
   STATUS:IN-PROCESS
   DTSTART:19970701T170000Z
   DTSTAMP:19970717T230000Z
   END:VTODO
   END:VCALENDAR
]]>
            </artwork>
          </figure>
        </section>
        <section title="A Reply: Percent-Complete">
          <t>
            A reply indicating the task being worked on and that "B" is 75% complete with "B's" part of the assignment.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REPLY
   VERSION:2.0
   BEGIN:VTODO
   ORGANIZER:mailto:a@example.com
   ATTENDEE;PARTSTAT=IN-PROCESS:mailto:b@example.com
   PERCENT-COMPLETE:75
   UID:calsrv.example.com-873970198738777-00@example.com
   DTSTAMP:19970717T233000Z
   SEQUENCE:0
   END:VTODO
   END:VCALENDAR
]]>
            </artwork>
          </figure>
        </section>
        <section title="A Reply: Completed">
          <t>
            A reply indicating that "D" completed "D's" part of the assignment.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REPLY
   VERSION:2.0
   BEGIN:VTODO
   ORGANIZER:mailto:a@example.com
   ATTENDEE;PARTSTAT=COMPLETED:mailto:d@example.com
   UID:calsrv.example.com-873970198738777-00@example.com
   DTSTAMP:19970717T233000Z
   SEQUENCE:0
   END:VTODO
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
        </section>
        <section title="An Updated VTODO Request">
          <t>
            "Organizer" "A" resends the "VTODO" calendar component. "A" sets the overall completion for the to-do at 40%.
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REQUEST
   VERSION:2.0
   BEGIN:VTODO
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE;PARTSTAT=ACCEPTED;CUTYPE=INDIVIDUAL:mailto:b@example.com
   ATTENDEE;PARTSTAT=COMPLETED;CUTYPE=INDIVIDUAL:mailto:d@example.com
   DTSTART:19970701T170000Z
   DUE:19970722T170000Z
   PRIORITY:1
   SUMMARY:Create the requirements document
   UID:calsrv.example.com-873970198738777-00@example.com
   SEQUENCE:1
   DTSTAMP:19970718T100000Z
   STATUS:IN-PROCESS
   PERCENT-COMPLETE:40
   END:VTODO
   END:VCALENDAR
    ]]>
            </artwork>
          </figure>
        </section>
        <section title="Recurring VTODOs">
          <t>
            The following examples relate to recurring "VTODO" calendar components.
          </t>
          <section title="Request for a Recurring VTODO">
            <t>
              In this example, "A" sends a recurring "VTODO" calendar
              component to "B" and "D".
            </t>
            <figure>
              <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REQUEST
   VERSION:2.0
   BEGIN:VTODO
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR:mailto:a@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL:mailto:b@example.com
   ATTENDEE;RSVP=TRUE;CUTYPE=INDIVIDUAL:mailto:d@example.com
   RRULE:FREQ=MONTHLY;COUNT=10;BYDAY=1FR
   DTSTART:19980101T100000Z
   DUE:19980103T100000Z
   SUMMARY:Send Status Reports to Area Managers
   UID:calsrv.example.com-873970198738777-00@example.com
   SEQUENCE:0
   DTSTAMP:19970717T200000Z
   STATUS:NEEDS-ACTION
   PRIORITY:1
   END:VTODO
   END:VCALENDAR
]]>
              </artwork>
            </figure>
          </section>
          <section title="Replying to an Instance of a Recurring VTODO">
            <t>
              In this example, "B" updates "A" on a single instance of the "VTODO" calendar component.
            </t>
            <figure>
              <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REPLY
   VERSION:2.0
   BEGIN:VTODO
   ATTENDEE;PARTSTAT=IN-PROCESS:mailto:b@example.com
   PERCENT-COMPLETE:75
   UID:calsrv.example.com-873970198738777-00@example.com
   DTSTAMP:19970717T233000Z
   RECURRENCE-ID:19980101T170000Z
   SEQUENCE:1
   END:VTODO
   END:VCALENDAR
    ]]>
              </artwork>
            </figure>
          </section>
        </section>
      </section>
      <section title="Journal Examples">
        <t>
          The iCalendar object below describes a single journal entry for October 2, 1997. The "RELATED-TO" property references the phone conference event for which minutes were taken.
        </t>
        <figure>
          <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:PUBLISH
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   BEGIN:VJOURNAL
   DTSTART:19971002T200000Z
   DTSTAMP:19970717T233100Z
   ORGANIZER:mailto:a@example.com
   SUMMARY:Phone conference minutes
   DESCRIPTION:The editors meeting was held on October 1, 1997.
    Details are in the attached document.
   UID:0981234-1234234-2410@example.com
   RELATED-TO:0981234-1234234-2402-35@example.com
   ATTACH:ftp://ftp.example.com/pub/ed/minutes100197.txt
   END:VJOURNAL
   END:VCALENDAR
]]>
          </artwork>
        </figure>
      </section>
      <section title="Other Examples">
        <section title="Event Refresh">
          <t>
            Refresh the event with a "UID" property value of "guid-1-12345@example.com":
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REFRESH
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE:mailto:b@example.com
   ATTENDEE:mailto:c@example.com
   ATTENDEE:mailto:d@example.com
   UID:guid-1-12345@example.com
   DTSTAMP:19970603T094000
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
        </section>
        <section title="Bad RECURRENCE-ID">
          <t>
            Component instances are identified by the combination of "UID", "RECURRENCE-ID", and "SEQUENCE". When an "Organizer" sends an iTIP message to an "Attendee", there are three cases in which an instance cannot be found. They are:
          </t>
          <t>
            <list style="numbers">
              <t>
                The component with the referenced "UID" and "RECURRENCE-ID" has been found but the "SEQUENCE" number in the calendar store does not match that of the iTIP message.
              </t>
              <t>
                The component with the referenced "UID" has been found, the "SEQUENCE" numbers match, but the "RECURRENCE-ID" cannot be found.
              </t>
              <t>
                The "UID" and "SEQUENCE" numbers are found but the CUA does not support recurrences.
              </t>
            </list>
          </t>
          <t>
            In case (1), two things can happen. If the "SEQUENCE"
            number of the "Attendee's" instance is larger than that in
            the "Organizer's" message, then the "Attendee" is
            receiving an out-of-sequence message and MUST ignore
            it. If the "SEQUENCE" number of the "Attendee's" instance
            is smaller, then the "Organizer" is sending out a newer
            version of the component and the "Attendee's" version
            needs to be updated. Since one or more updates have been
            missed, the "Attendee" SHOULD send a "REFRESH" message to
            the "Organizer" to get an updated version of the event.
          </t>
          <t>
            In case (2), something has gone wrong. Both the
            "Organizer" and the "Attendee" should have the same
            instances, but the "Attendee" does not have the referenced
            instance. In this case, the "Attendee" SHOULD send a
            "REFRESH" to the "Organizer" to get an updated version of
            the event.
          </t>
          <t>
            In case (3), the limitations of the "Attendee's" CUA makes it impossible to match an instance other than the single instance scheduled. In this case, the "Attendee" need not send a "REFRESH" to the "Organizer".
          </t>
          <t>
            The example below shows a sequence in which an "Attendee" sends a "REFRESH" to the "Organizer".
          </t>
          <texttable>
            <ttcol>
              Action
            </ttcol>
            <ttcol>
              Organizer
            </ttcol>
            <ttcol>
              Attendee
            </ttcol>
            <c>
              Update an instance request
            </c>
            <c>
              "A" sends REQUEST message to "B".
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              Attendee requests refresh because RECURRENCE-ID was not found
            </c>
            <c />
            <c>
              "B" sends a REFRESH message to "A".
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              Refresh the entire event
            </c>
            <c>
              "A" sends the latest copy of the event to "B"
            </c>
            <c />
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              &nbsp;
            </c>
            <c>
              Attendee handles the request and updates the instance
            </c>
            <c />
            <c>
              "B" updates to the latest copy of the meeting.
            </c>
          </texttable>
          <t>
            Request from "A":
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   METHOD:REQUEST
   PRODID:-//Example/ExampleCalendarClient//EN
   VERSION:2.0
   BEGIN:VEVENT
   UID:example-12345@example.com
   SEQUENCE:3
   RRULE:FREQ=WEEKLY
   RDATE;VALUE=PERIOD:19970819T210000Z/199700819T220000Z
   ORGANIZER:mailto:a@example.com
   ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:mailto:a@example.com
   ATTENDEE:mailto:b@example.com
   DESCRIPTION:IETF-C&S Conference Call
   SUMMARY:IETF Calendaring Working Group Meeting
   DTSTART:19970801T210000Z
   DTEND:19970801T220000Z
   RECURRENCE-ID:19970809T210000Z
   DTSTAMP:19970726T083000
   STATUS:CONFIRMED
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
          <t>
            "B" has the event with "UID" property
            "example-12345@example.com", but "B's" "SEQUENCE" property
            value is "1" and the event does not have an instance at
            the specified recurrence time. This means that "B" has
            missed at least one update and needs a new copy of the
            event. "B" requests the latest copy of the event with the
            following refresh message:
          </t>
          <figure>
            <artwork>
<![CDATA[
   BEGIN:VCALENDAR
   PRODID:-//Example/ExampleCalendarClient//EN
   METHOD:REFRESH
   VERSION:2.0
   BEGIN:VEVENT
   ORGANIZER:mailto:a@example.com
   ATTENDEE:mailto:b@example.com
   UID:example-12345@example.com
   DTSTAMP:19970603T094000
   END:VEVENT
   END:VCALENDAR
]]>
            </artwork>
          </figure>
        </section>
      </section>
    </section>
    <section title="Application Protocol Fallbacks">
      <section title="Partial Implementation">
        <t>
          Applications that support this specification are not required to support the entire protocol. The following describes how methods and properties SHOULD "fallback" in applications that do not support the complete protocol. If a method or property is not addressed in this section, it may be ignored.
        </t>
        <section title="Event-Related Fallbacks">
          <texttable>
            <ttcol>
              Method
            </ttcol>
            <ttcol width="75%">
              Fallback
            </ttcol>
            <c>
              PUBLISH
            </c>
            <c>
              Required
            </c>
            <c>
              REQUEST
            </c>
            <c>
              PUBLISH
            </c>
            <c>
              REPLY
            </c>
            <c>
              Required
            </c>
            <c>
              ADD
            </c>
            <c>
              Required if recurrences supported; otherwise, reply with
              a REQUEST-STATUS "2.8; Success, repeating event
              ignored. Scheduled as a single component", and schedule
              as a single component.
            </c>
            <c>
              CANCEL
            </c>
            <c>
              Required
            </c>
            <c>
              REFRESH
            </c>
            <c>
              Required
            </c>
            <c>
              COUNTER
            </c>
            <c>
              Reply with "Not Supported".
            </c>
            <c>
              DECLINECOUNTER
            </c>
            <c>
              Required if COUNTER is implemented for VEVENTs;
              otherwise, reply with "Not Supported".
            </c>
          </texttable>
          <texttable>
            <ttcol>
              iCalendar Property
            </ttcol>
            <ttcol width="75%">
              Fallback
            </ttcol>
            <c>
              CALSCALE
            </c>
            <c>
              Ignore - assume GREGORIAN.
            </c>
            <c>
              PRODID
            </c>
            <c>
              Ignore
            </c>
            <c>
              METHOD
            </c>
            <c>
              Required as described in the Method list above.
            </c>
            <c>
              VERSION
            </c>
            <c>
              Ignore
            </c>
          </texttable>
          <texttable>
            <ttcol>
              Event-Related Components
            </ttcol>
            <ttcol width="75%">
              Fallback
            </ttcol>
            <c>
              VALARM
            </c>
            <c>
              Reply with "Not Supported".
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              Required if any DateTime value refers to a time zone.
            </c>
          </texttable>
          <texttable>
            <ttcol>
              Component Property
            </ttcol>
            <ttcol width="75%">
              Fallback
            </ttcol>
            <c>
              ATTACH
            </c>
            <c>
              Ignore
            </c>
            <c>
              ATTENDEE
            </c>
            <c>
              Required if METHOD is REQUEST; otherwise, ignore.
            </c>
            <c>
              CATEGORIES
            </c>
            <c>
              Ignore
            </c>
            <c>
              CLASS
            </c>
            <c>
              Ignore
            </c>
            <c>
              COMMENT
            </c>
            <c>
              Ignore
            </c>
            <c>
              COMPLETED
            </c>
            <c>
              Ignore
            </c>
            <c>
              CONTACT
            </c>
            <c>
              Ignore
            </c>
            <c>
              CREATED
            </c>
            <c>
              Ignore
            </c>
            <c>
              DESCRIPTION
            </c>
            <c>
              Ignore
            </c>
            <c>
              DURATION
            </c>
            <c>
              Required
            </c>
            <c>
              DTSTAMP
            </c>
            <c>
              Required
            </c>
            <c>
              DTSTART
            </c>
            <c>
              Required
            </c>
            <c>
              DTEND
            </c>
            <c>
              Required
            </c>
            <c>
              EXDATE
            </c>
            <c>
              Ignore
            </c>
            <c>
              GEO
            </c>
            <c>
              Ignore
            </c>
            <c>
              LAST-MODIFIED
            </c>
            <c>
              Ignore
            </c>
            <c>
              LOCATION
            </c>
            <c>
              Required
            </c>
            <c>
              ORGANIZER
            </c>
            <c>
              Required if METHOD is REQUEST; otherwise, ignore.
            </c>
            <c>
              PRIORITY
            </c>
            <c>
              Ignore
            </c>
            <c>
              RELATED-TO
            </c>
            <c>
              Ignore
            </c>
            <c>
              RDATE
            </c>
            <c>
              Ignore
            </c>
            <c>
              RRULE
            </c>
            <c>
              Ignore - assume the first instance occurs on the DTSTART property. If implemented, VTIMEZONE MUST also be implemented.
            </c>
            <c>
              RECURRENCE-ID
            </c>
            <c>
              Required if RRULE is implemented; otherwise, ignore.
            </c>
            <c>
              REQUEST-STATUS
            </c>
            <c>
              Required
            </c>
            <c>
              RESOURCES
            </c>
            <c>
              Ignore
            </c>
            <c>
              SEQUENCE
            </c>
            <c>
              Required
            </c>
            <c>
              STATUS
            </c>
            <c>
              Ignore
            </c>
            <c>
              SUMMARY
            </c>
            <c>
              Ignore
            </c>
            <c>
              TRANSP
            </c>
            <c>
              Required if FREEBUSY is implemented; otherwise, ignore.
            </c>
            <c>
              URL
            </c>
            <c>
              Ignore
            </c>
            <c>
              UID
            </c>
            <c>
              Required
            </c>
            <c>
              X-
            </c>
            <c>
              Ignore
            </c>
          </texttable>
        </section>
        <section title="Free/Busy-Related Fallbacks">
          <texttable>
            <ttcol>
              Method
            </ttcol>
            <ttcol width="75%">
              Fallback
            </ttcol>
            <c>
              PUBLISH
            </c>
            <c>
              Required if freebusy lookups are supported; otherwise,
              reply with a REQUEST-STATUS "3.14; Unsupported capability".
            </c>
            <c>
              REQUEST
            </c>
            <c>
              Required if freebusy lookups are supported; otherwise,
              reply with a REQUEST-STATUS "3.14; Unsupported capability".
            </c>
            <c>
              REPLY
            </c>
            <c>
              Required if freebusy lookups are supported; otherwise,
              reply with a REQUEST-STATUS "3.14; Unsupported capability".
            </c>
          </texttable>
          <texttable>
            <ttcol>
              iCalendar Property
            </ttcol>
            <ttcol width="75%">
              Fallback
            </ttcol>
            <c>
              CALSCALE
            </c>
            <c>
              Ignore - assume GREGORIAN.
            </c>
            <c>
              PRODID
            </c>
            <c>
              Ignore
            </c>
            <c>
              METHOD
            </c>
            <c>
              Required as described in the Method list above.
            </c>
            <c>
              VERSION
            </c>
            <c>
              Ignore
            </c>
          </texttable>
          <texttable>
            <ttcol>
              Component Property
            </ttcol>
            <ttcol width="75%">
              Fallback
            </ttcol>
            <c>
              ATTENDEE
            </c>
            <c>
              Required if METHOD is REQUEST; otherwise, ignore.
            </c>
            <c>
              COMMENT
            </c>
            <c>
              Ignore
            </c>
            <c>
              CONTACT
            </c>
            <c>
              Ignore
            </c>
            <c>
              DTEND
            </c>
            <c>
              Required
            </c>
            <c>
              DTSTAMP
            </c>
            <c>
              Required
            </c>
            <c>
              DTSTART
            </c>
            <c>
              Required
            </c>
            <c>
              DURATION
            </c>
            <c>
              Ignore
            </c>
            <c>
              FREEBUSY
            </c>
            <c>
              Required
            </c>
            <c>
              ORGANIZER
            </c>
            <c>
              Required if METHOD is REQUEST; otherwise, ignore.
            </c>
            <c>
              REQUEST-STATUS
            </c>
            <c>
              Ignore
            </c>
            <c>
              UID
            </c>
            <c>
              Required
            </c>
            <c>
              URL
            </c>
            <c>
              Ignore
            </c>
            <c>
              X-
            </c>
            <c>
              Ignore
            </c>
          </texttable>
        </section>
        <section title="To-Do-Related Fallbacks">
          <texttable>
            <ttcol>
              Method
            </ttcol>
            <ttcol width="75%">
              Fallback
            </ttcol>
            <c>
              PUBLISH
            </c>
            <c>
              Required
            </c>
            <c>
              REQUEST
            </c>
            <c>
              PUBLISH
            </c>
            <c>
              REPLY
            </c>
            <c>
              Required
            </c>
            <c>
              ADD
            </c>
            <c>
              Required if recurrences supported; otherwise, reply with
              a REQUEST-STATUS "2.8; Success, repeating event
              ignored. Scheduled as a single component", and schedule
              as a single component.
            </c>
            <c>
              CANCEL
            </c>
            <c>
              Required
            </c>
            <c>
              REFRESH
            </c>
            <c>
              Required
            </c>
            <c>
              COUNTER
            </c>
            <c>
              Reply with "Not Supported".
            </c>
            <c>
              DECLINECOUNTER
            </c>
            <c>
              Required if COUNTER for VTODOs is implemented; otherwise, reply with "Not Supported".
            </c>
          </texttable>
          <texttable>
            <ttcol>
              iCalendar Property
            </ttcol>
            <ttcol width="75%">
              Fallback
            </ttcol>
            <c>
              CALSCALE
            </c>
            <c>
              Ignore - assume GREGORIAN.
            </c>
            <c>
              PRODID
            </c>
            <c>
              Ignore
            </c>
            <c>
              METHOD
            </c>
            <c>
              Required as described in the Method list above.
            </c>
            <c>
              VERSION
            </c>
            <c>
              Ignore
            </c>
          </texttable>
          <texttable>
            <ttcol>
              To-Do-Related Components
            </ttcol>
            <ttcol width="75%">
              Fallback
            </ttcol>
            <c>
              VALARM
            </c>
            <c>
              Reply with "Not Supported".
            </c>
            <c>
              VTIMEZONE
            </c>
            <c>
              Required if any DateTime value refers to a time zone.
            </c>
          </texttable>
          <texttable>
            <ttcol>
              Component Property
            </ttcol>
            <ttcol width="75%">
              Fallback
            </ttcol>
            <c>
              ATTACH
            </c>
            <c>
              Ignore
            </c>
            <c>
              ATTENDEE
            </c>
            <c>
              Required if METHOD is REQUEST; otherwise, ignore.
            </c>
            <c>
              CATEGORIES
            </c>
            <c>
              Ignore
            </c>
            <c>
              CLASS
            </c>
            <c>
              Ignore
            </c>
            <c>
              COMMENT
            </c>
            <c>
              Ignore
            </c>
            <c>
              COMPLETED
            </c>
            <c>
              Required
            </c>
            <c>
              CONTACT
            </c>
            <c>
              Ignore
            </c>
            <c>
              CREATED
            </c>
            <c>
              Ignore
            </c>
            <c>
              DESCRIPTION
            </c>
            <c>
              Required if METHOD is REQUEST; otherwise, ignore.
            </c>
            <c>
              DUE
            </c>
            <c>
              Required
            </c>
            <c>
              DURATION
            </c>
            <c>
              Required
            </c>
            <c>
              DTSTAMP
            </c>
            <c>
              Required
            </c>
            <c>
              DTSTART
            </c>
            <c>
              Required
            </c>
            <c>
              EXDATE
            </c>
            <c>
              Ignore - reply with "Not Supported".
            </c>
            <c>
              LAST-MODIFIED
            </c>
            <c>
              Ignore
            </c>
            <c>
              LOCATION
            </c>
            <c>
              Ignore
            </c>
            <c>
              ORGANIZER
            </c>
            <c>
              Required if METHOD is REQUEST; otherwise, ignore.
            </c>
            <c>
              PERCENT-COMPLETE
            </c>
            <c>
              Ignore
            </c>
            <c>
              PRIORITY
            </c>
            <c>
              Required
            </c>
            <c>
              RECURRENCE-ID
            </c>
            <c>
              Required if RRULE is implemented; otherwise, ignore.
            </c>
            <c>
              RELATED-TO
            </c>
            <c>
              Ignore
            </c>
            <c>
              REQUEST-STATUS
            </c>
            <c>
              Ignore
            </c>
            <c>
              RDATE
            </c>
            <c>
              Ignore
            </c>
            <c>
              RRULE
            </c>
            <c>
              Ignore - assume the first instance occurs on the DTSTART property. If implemented, VTIMEZONE MUST also be implemented.
            </c>
            <c>
              RESOURCES
            </c>
            <c>
              Ignore
            </c>
            <c>
              SEQUENCE
            </c>
            <c>
              Required
            </c>
            <c>
              STATUS
            </c>
            <c>
              Required
            </c>
            <c>
              SUMMARY
            </c>
            <c>
              Ignore
            </c>
            <c>
              URL
            </c>
            <c>
              Ignore
            </c>
            <c>
              UID
            </c>
            <c>
              Required
            </c>
            <c>
              X-
            </c>
            <c>
              Ignore
            </c>
          </texttable>
        </section>
        <section title="Journal-Related Fallbacks">
          <texttable>
            <ttcol>
              Method
            </ttcol>
            <ttcol width="75%">
              Fallback
            </ttcol>
            <c>
              PUBLISH
            </c>
            <c>
              Implementations MAY ignore the METHOD type. The
              REQUEST-STATUS "3.14; Unsupported capability" MUST be returned.
            </c>
            <c>
              ADD
            </c>
            <c>
              Implementations MAY ignore the METHOD type. The
              REQUEST-STATUS "3.14; Unsupported capability" MUST be returned.
            </c>
            <c>
              CANCEL
            </c>
            <c>
              Implementations MAY ignore the METHOD type. The
              REQUEST-STATUS "3.14; Unsupported capability" MUST be returned.
            </c>
          </texttable>
          <texttable>
            <ttcol>
              iCalendar Property
            </ttcol>
            <ttcol width="75%">
              Fallback
            </ttcol>
            <c>
              CALSCALE
            </c>
            <c>
              Ignore - assume GREGORIAN.
            </c>
            <c>
              PRODID
            </c>
            <c>
              Ignore
            </c>
            <c>
              METHOD
            </c>
            <c>
              Required as described in the Method list above.
            </c>
            <c>
              VERSION
            </c>
            <c>
              Ignore
            </c>
          </texttable>
          <texttable>
            <ttcol>
              Journal-Related Components
            </ttcol>
            <ttcol width="75%">
              Fallback
            </ttcol>
            <c>
              VTIMEZONE
            </c>
            <c>
              Required if any DateTime value refers to a time zone.
            </c>
          </texttable>
          <texttable>
            <ttcol>
              Component Property
            </ttcol>
            <ttcol width="75%">
              Fallback
            </ttcol>
            <c>
              ATTACH
            </c>
            <c>
              Ignore
            </c>
            <c>
              ATTENDEE
            </c>
            <c>
              Ignore
            </c>
            <c>
              CATEGORIES
            </c>
            <c>
              Ignore
            </c>
            <c>
              CLASS
            </c>
            <c>
              Ignore
            </c>
            <c>
              COMMENT
            </c>
            <c>
              Ignore
            </c>
            <c>
              CONTACT
            </c>
            <c>
              Ignore
            </c>
            <c>
              CREATED
            </c>
            <c>
              Ignore
            </c>
            <c>
              DESCRIPTION
            </c>
            <c>
              Ignore
            </c>
            <c>
              DTSTAMP
            </c>
            <c>
              Required
            </c>
            <c>
              DTSTART
            </c>
            <c>
              Required
            </c>
            <c>
              EXDATE
            </c>
            <c>
              Ignore
            </c>
            <c>
              LAST-MODIFIED
            </c>
            <c>
              Ignore
            </c>
            <c>
              ORGANIZER
            </c>
            <c>
              Ignore
            </c>
            <c>
              RECURRENCE-ID
            </c>
            <c>
              Required if RRULE is implemented; otherwise, ignore.
            </c>
            <c>
              RELATED-TO
            </c>
            <c>
              Ignore
            </c>
            <c>
              RDATE
            </c>
            <c>
              Ignore
            </c>
            <c>
              RRULE
            </c>
            <c>
              Ignore - assume the first instance occurs on the DTSTART property. If implemented, VTIMEZONE MUST also be implemented.
            </c>
            <c>
              SEQUENCE
            </c>
            <c>
              Required
            </c>
            <c>
              STATUS
            </c>
            <c>
              Ignore
            </c>
            <c>
              SUMMARY
            </c>
            <c>
              Required
            </c>
            <c>
              URL
            </c>
            <c>
              Ignore
            </c>
            <c>
              UID
            </c>
            <c>
              Required
            </c>
            <c>
              X-
            </c>
            <c>
              Ignore
            </c>
          </texttable>
        </section>
      </section>
      <section title="Latency Issues">
        <t>
          With a store-and-forward transport, it is possible for events to arrive out of sequence. That is, a "CANCEL" method may be received prior to receiving the associated "REQUEST" for the calendar component. This section discusses a few of these scenarios.
        </t>
        <section title="Cancellation of an Unknown Calendar Component">
          <t>
            When a "CANCEL" method is received before the original
            "REQUEST" method, the calendar will be unable to correlate
            the "UID" property of the cancellation with an existing
            calendar component. It is suggested that messages that
            cannot be correlated and that also contain non-zero
            sequence numbers be held and not
            discarded. Implementations MAY age them out if no other
            messages arrive with the same "UID" property value and a
            lower sequence number.
          </t>
        </section>
        <section title="Unexpected Reply from an Unknown Delegate">
          <t>
            When an "Attendee" delegates an item to another CU, they
            MUST send a "REPLY" method to the "Organizer" using the
            "ATTENDEE" properties to indicate that the request was
            delegated and to whom. Hence, it is possible for an
            "Organizer" to receive a "REPLY" from a CU not listed as
            one of the original "Attendees". The resolution is left to
            the implementation, but it is expected that the
            calendaring software will either accept the reply or hold
            it until the related "REPLY" method is received from the
            "Delegator". If the version of the "REPLY" method is out
            of date, the "Organizer" SHOULD treat the message as a
            "REFRESH" message and update the "Delegate" with the correct
            version, provided that delegation to that delegate is
            acceptable.
          </t>
        </section>
      </section>
      <section title="Sequence Number">
        <t>
          Under some conditions, a CUA may receive requests and replies with the same "SEQUENCE" property value. The "DTSTAMP" property is utilized as a tie-breaker when two items with the same "SEQUENCE" property value are evaluated.
        </t>
      </section>
    </section>
    <section title="Security Considerations">
      <t>
        iTIP is an abstract transport protocol that will be bound to a
        real-time transport, a store-and-forward transport, and
        perhaps other transports. The transport protocol will be
        responsible for providing facilities for authentication and
        encryption using standard Internet mechanisms that are
        mutually understood between the sender and receiver.
      </t>
      <section title="Security Threats">
        <section title="Spoofing the Organizer">
          <t>
            In iTIP, the "Organizer" (or someone working on the
            "Organizer's" behalf) is the only person authorized to
            make changes to an existing "VEVENT", "VTODO", or
            "VJOURNAL" calendar component and republish it or
            redistribute updates to the "Attendees". An iCalendar
            object that maliciously changes or cancels an existing
            "VEVENT", "VTODO", or "VJOURNAL" calendar component may be
            constructed by someone other than the "Organizer" and
            republished or sent to the "Attendees".
          </t>
        </section>
        <section title="Spoofing the Attendee">
          <t>
            In iTIP, an "Attendee" of a "VEVENT" or "VTODO" calendar component (or someone working on the "Attendee's" behalf) is the only person authorized to update any parameter associated with their "ATTENDEE" property and send it to the "Organizer". An iCalendar object that maliciously changes the "ATTENDEE" parameters may be constructed by someone other than the real "Attendee" and sent to the "Organizer".
          </t>
        </section>
        <section title="Unauthorized Replacement of the Organizer">
          <t>
            There will be circumstances when "Attendees" of an event
            or to-do decide, using out-of-band mechanisms, that the
            "Organizer" must be replaced. When the new "Organizer"
            sends out the updated "VEVENT" or "VTODO", the
            "Attendee's" CUA will detect that the "Organizer" has been
            changed, but it has no way of knowing whether or not the
            change was mutually agreed upon.
          </t>
        </section>
        <section title="Eavesdropping and Data Integrity">
          <t>
            The iCalendar object is constructed with human-readable clear text. Any information contained in an iCalendar object may be read and/or changed by unauthorized persons while the object is in transit.
          </t>
        </section>
        <section title="Flooding a Calendar">
          <t>
            Implementations could provide a means to automatically
            incorporate "REQUEST" methods into a calendar. This
            presents the opportunity for a calendar to be flooded with
            requests, which effectively blocks all the calendar's free
            time.
          </t>
        </section>
        <section title="Unauthorized REFRESH Requests">
          <t>
            It is possible for an "Organizer" to receive a "REFRESH"
            request from someone who is not an "Attendee" of an event
            or to-do. Only "Attendees" of an event or to-do are
            authorized to receive replies to "REFRESH"
            requests. Replying to such requests to anyone who is not
            an "Attendee" may be a security problem.
          </t>
        </section>
      </section>
      <section title="Recommendations">
        <t>
          For an application where the information is sensitive or
          critical and the network is subject to a high probability of
          attack, iTIP transactions SHOULD be encrypted and
          authenticated. This helps mitigate the threats of spoofing,
          eavesdropping, and malicious changes in transit. 
        </t>
        <section title="Securing iTIP transactions">
          <t>
            iTIP transport bindings MUST provide a mechanism to enable
            authentication of the sender's identity as well as privacy and
            integrity of the data being transmitted. This allows the
            receiver of a signed iCalendar object to verify the
            identity of the sender. This sender may then be correlated
            to an "ATTENDEE" property in the iCalendar object. If the
            correlation is made and the sender is authorized to make
            the requested change or update, then the operation may
            proceed. It also allows the message to be encrypted to
            prevent unauthorized reading of the message contents in
            transit. iTIP transport binding documents describe this
            process in detail. 
          </t>
        </section>
        <section title="Implementation Controls">
          <t>
            The threat of unauthorized replacement of the "Organizer" SHOULD be mitigated by a calendar system that uses this protocol by providing controls or alerts that make "Calendar Users" aware of such "Organizer" changes and allowing them to decide whether or not the request should be honored.
          </t>
          <t>
            The threat of flooding a calendar SHOULD be mitigated by a calendar system that uses this protocol by providing controls that may be used to limit the acceptable sources for iTIP transactions, and perhaps the size of messages and volume of traffic, by source.
          </t>
          <t>
            The threat of unauthorized "REFRESH" requests SHOULD be
            mitigated by a calendar system that uses this protocol by
            providing controls or alerts that allow "Calendar Users"
            to decide whether or not the request should be honored. An
            implementation MAY decide to maintain, for audit or
            historical purposes, "Calendar Users" who were part of an
            "Attendee" list and who were subsequently uninvited. Similar
            controls or alerts should be provided when a "REFRESH"
            request is received from these "Calendar Users" as well.
          </t>
        </section>
        <section title="Access Controls and Filtering">
          <t>
            In many environments, there could be restrictions on who is
            allowed to schedule with whom and who the allowed delegates
            are for particular "Calendar Users".
          </t>
          <t>
          	iTIP transport bindings SHOULD provide mechanisms for
          	implementing access controls or filtering to ensure
          	iTIP transactions only take place between authorized
          	"Calendar Users". That would include preventing one
          	"Calendar User" from scheduling with another or one
          	"Calendar User" delegating to another.
          </t>
        </section>
      </section>
      <section title="Privacy Issues">
		  <t>
			The "Organizer" might want to keep "Attendees" from knowing which other "Attendees" are participating in an event or to-do. The "Organizer" has the choice of sending single iTIP messages with a full list of "Attendees" or sending iTIP messages to each "Attendee" with only that "Attendee" listed.
		  </t>
      </section>
    </section>
    <section title="IANA Considerations" anchor="IANA">
      <section title="Registration Template for REQUEST-STATUS Values">
        <t>This specification updates <xref target='RFC5545'/> by adding a "REQUEST-STATUS" value registry to the iCalendar Elements registry.</t>
        <t>
          A "REQUEST-STATUS" value is defined by completing the following template.
          <list><list style="hanging">
            <t hangText="Status Code:"> Hierarchical, numeric return status code, following the rules defined in Section 3.8.8.3 of <xref target='RFC5545'/>.</t>
            <t hangText="Status Description:"> Textual status description. A short but clear description of the error.</t>
            <t hangText="Status Exception Data:"> Textual exception data. A short but clear description of what might appear in this field.</t>
            <t hangText="Description:"> Describe the underlying cause for this status code value.</t>
			    </list></list>
        </t>
      </section>
      <section title="Additions to iCalendar METHOD Registry">
      <t>
        This document defines the following values for the iCalendar "METHOD" property, using the values template from Section 8.2.6 of <xref target="RFC5545" />. These should be added to the Methods Registry defined in Section 8.3.12 of <xref target="RFC5545" />:
      </t>
        <section title='METHOD:PUBLISH' toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Value:">PUBLISH</t>
            <t hangText="Purpose:">Standard iTIP "METHOD" value.</t>
            <t hangText="Conformance:">Only used with the "METHOD" property.</t>
            <t hangText="Examples:">See this RFC.</t>
          </list>
          </t>
        </section>
        <section title='METHOD:REQUEST' toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Value:">REQUEST</t>
            <t hangText="Purpose:">Standard iTIP "METHOD" value.</t>
            <t hangText="Conformance:">Only used with the "METHOD" property.</t>
            <t hangText="Examples:">See this RFC.</t>
          </list>
          </t>
        </section>
        <section title='METHOD:REPLY' toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Value:">REPLY</t>
            <t hangText="Purpose:">Standard iTIP "METHOD" value.</t>
            <t hangText="Conformance:">Only used with the "METHOD" property.</t>
            <t hangText="Examples:">See this RFC.</t>
          </list>
          </t>
        </section>
        <section title='METHOD:ADD' toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Value:">ADD</t>
            <t hangText="Purpose:">Standard iTIP "METHOD" value.</t>
            <t hangText="Conformance:">Only used with the "METHOD" property.</t>
            <t hangText="Examples:">See this RFC.</t>
          </list>
          </t>
        </section>
        <section title='METHOD:CANCEL' toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Value:">CANCEL</t>
            <t hangText="Purpose:">Standard iTIP "METHOD" value.</t>
            <t hangText="Conformance:">Only used with the "METHOD" property.</t>
            <t hangText="Examples:">See this RFC.</t>
          </list>
          </t>
        </section>
        <section title='METHOD:REFRESH' toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Value:">REFRESH</t>
            <t hangText="Purpose:">Standard iTIP "METHOD" value.</t>
            <t hangText="Conformance:">Only used with the "METHOD" property.</t>
            <t hangText="Examples:">See this RFC.</t>
          </list>
          </t>
        </section>
        <section title='METHOD:COUNTER' toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Value:">COUNTER</t>
            <t hangText="Purpose:">Standard iTIP "METHOD" value.</t>
            <t hangText="Conformance:">Only used with the "METHOD" property.</t>
            <t hangText="Examples:">See this RFC.</t>
          </list>
          </t>
        </section>
        <section title='METHOD:DECLINECOUNTER' toc="exclude">
          <t>
          <list style="hanging">
            <t hangText="Value:">DECLINECOUNTER</t>
            <t hangText="Purpose:">Standard iTIP "METHOD" value.</t>
            <t hangText="Conformance:">Only used with the "METHOD" property.</t>
            <t hangText="Examples:">See this RFC.</t>
          </list>
          </t>
        </section>
        </section>
        <section title="REQUEST-STATUS Value Registry">
          <t>New "REQUEST-STATUS" values can be registered using the process    
   described in Section 8.2.1 of <xref target="RFC5545" />.</t>
          <t>The following table is to be used to initialize the "REQUEST-STATUS" value registry.</t>
            <texttable>
              <ttcol>Status Code</ttcol>
              <ttcol>Status</ttcol>
              <ttcol>Reference</ttcol>
              <c>2.0</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.1</c>
              <c>2.1</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.2</c>
              <c>2.2</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.3</c>
              <c>2.3</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.4</c>
              <c>2.4</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.5</c>
              <c>2.5</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.6</c>
              <c>2.6</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.7</c>
              <c>2.7</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.8</c>
              <c>2.8</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.9</c>
              <c>2.9</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.10</c>
              <c>2.10</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.11</c>
              <c>2.11</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.12</c>
              <c>3.0</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.13</c>
              <c>3.1</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.14</c>
              <c>3.2</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.15</c>
              <c>3.3</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.16</c>
              <c>3.4</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.17</c>
              <c>3.5</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.18</c>
              <c>3.6</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.19</c>
              <c>3.7</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.20</c>
              <c>3.8</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.21</c>
              <c>3.9</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.22</c>
              <c>3.10</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.23</c>
              <c>3.11</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.24</c>
              <c>3.12</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.25</c>
              <c>3.13</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.26</c>
              <c>3.14</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.27</c>
              <c>4.0</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.28</c>
              <c>5.0</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.29</c>
              <c>5.1</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.30</c>
              <c>5.2</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.31</c>
              <c>5.3</c>
              <c>Current</c>
              <c>RFC 5546, Section 3.6.32</c>
            </texttable>
        </section>
    </section>
<!-- IANA -->
    <section title="Acknowledgments">
      <t>
        This is an update to the original iTIP document authored by S. Silverberg, S. Mansour, F. Dawson, and R. Hopson.
      </t>
      <t>
        This revision is the product of the Calsify IETF Working
        Group, and several participants have made important
        contributions to this specification, including Oliver Block,
        Bernard Desruisseaux, Mike Douglass, Tim Hare, Ciny Joy, Bruce
        Kahn, Reinhold Kainhofer, Eliot Lear, Jonathan Lennox, Andy
        Mabbett, Aki Niemi, John W. Noerenberg II, Robert Ransdell,
        and Caleb Richardson.
      </t>
    </section>
  </middle>
  <back>

    <references title="Normative References">

<?rfc include="reference.RFC.2119" ?>
<?rfc include="reference.RFC.2368" ?>
<?rfc include="reference.RFC.5545" ?>

    </references>

    <references title="Informative References">

<!-- draft-ietf-calsify-rfc2447bis -->
<reference anchor="iMIP">
	<front>
	<title>iCalendar Message-Based Interoperability Protocol (iMIP)</title>
	<author initials="A" surname="Melnikov" fullname="Alexey
							  Melnikov" role="editor">
<organization/>
</author>
<date month="October" day="9" year="2009"/>
</front>
<seriesInfo name="Work in" value="Progress"/>
</reference>
    </references>

    <section title="Differences from RFC 2446">
        <section title="Changed Restrictions">
            <t>This specification now defines an allowed combination of "REQUEST-STATUS" codes when multiple iCalendar components are included in an iTIP message.</t>
            <t>This specification now restricts "RECURRENCE-ID" to only a single occurrence in any one iCalendar component in an iTIP message, as required by <xref target="RFC5545" />.</t>
          <t>
            Changed the "RECURRENCE-ID" entry in the component restriction table to "0 or 1" from "0+", to fall in line with <xref target="RFC5545" />.
          </t>
          <t>
            Changed the "FREEBUSY" entry in the "VFREEBUSY",
            "PUBLISH", and "REPLY" restriction tables to "0+" from
            "1+", to fall in line with <xref target="RFC5545" />.
          </t>
          <t>
            Changed the "FREEBUSY" description in the "VFREEBUSY" and "REPLY" restriction tables to indicate that different "FBTYPE" ranges MUST NOT overlap.
          </t>
          <t>
            Changed the "TZNAME" entry in the "VTIMEZONE" restriction table to "0+" from "0 or 1", to fall in line with <xref target="RFC5545" />.
          </t>
          <t>
            Changed the "COMMENT" entry in the component restriction tables to "0+" from "0 or 1", to fall in line with <xref target="RFC5545" />.
          </t>
          <t>
            Added the "ATTENDEE" entry in the "VALARM" restriction table
            to match the email alarm type in <xref target="RFC5545" />.
          </t>
          <t>
            Changed the "CATEGORIES" entry in the component
            restriction tables to "0+" from "0 or 1", to fall in line
            with <xref target="RFC5545" />.
          </t>
          <t>
            Changed the "RESOURCES" entry in the component restriction
            tables to "0+" from "0 or 1", to fall in line with
            <xref target="RFC5545" />.
          </t>
          <t>
            Changed the "CONTACT" entry in the "VFREEBUSY" restriction
            table to "0 or 1" from "0+", to fall in line with
            <xref target="RFC5545" />.
          </t>
          <t>
            Changed the "UID" entry in the "VFREEBUSY" and "PUBLISH"
            restriction tables to "1" from "0", to fall in line with
            <xref target="RFC5545" />.
          </t>
          <t>
            Added the "COMPLETED" entry in the "VTODO" restriction
            tables to fall in line with <xref target="RFC5545" />.
          </t>
          <t>
            Added the "REQUEST-STATUS" entry in the "VJOURNAL"
            restriction tables to fall in line with
            <xref target="RFC5545" />.
          </t>
        </section>
        <section title="Deprecated Features">
            <t>The "EXRULE" property was removed in <xref target="RFC5545" /> and references to that have been removed in this document too.</t>
            <t>The "PROCEDURE" value for the "ACTION" property was removed in <xref target="RFC5545" /> and references to that have been removed in this document too.</t>
            <t>The "THISANDPRIOR" option for the "RANGE" parameter was removed in <xref target="RFC5545" /> and references to that have been removed in this document too.</t>
        </section>
    </section>
  </back>
</rfc>