<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE rfc SYSTEM 'rfc2629.dtd' [<!ENTITY rfc2119 PUBLIC '' 'bibxml/reference.RFC.2119.xml'><!ENTITY rfc2518 PUBLIC '' 'bibxml/reference.RFC.2518.xml'><!ENTITY rfc4791 PUBLIC '' 'bibxml/reference.RFC.4791.xml'><!ENTITY id2445bis PUBLIC '' 'bibxml3/reference.I-D.ietf-calsify-rfc2445bis.xml'><!ENTITY id2446bis PUBLIC '' 'bibxml3/reference.I-D.ietf-calsify-2446bis.xml'><!ENTITY idCaldavSched PUBLIC '' 'bibxml3/reference.I-D.desruisseaux-caldav-sched.xml'>]><?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?><?rfc toc="yes"?><?rfc comments="yes"?><?rfc inline="yes"?><?rfc symrefs="yes"?><?rfc sortrefs="yes"?><?rfc compact="yes"?><?rfc subcompact="no"?><?rfc tocdepth="2"?><?rfc strict="yes"?><rfc category="std" ipr='full3978' docName='draft-daboo-calendar-availability-01'><front>  <title abbrev="Calendar Availability">Calendar Availability</title>  <author initials="C." surname="Daboo" fullname="Cyrus Daboo">    <organization abbrev="Apple">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>  <author initials="B." surname="Desruisseaux"          fullname="Bernard Desruisseaux">    <organization abbrev="Oracle">Oracle Corporation</organization>    <address>      <postal>        <street>600 blvd. de Maisonneuve West</street>        <street>Suite 1900</street>        <city>Montreal</city>        <region>QC</region>        <code>H3A 3J2</code>        <country>CA</country>      </postal>      <email>bernard.desruisseaux@oracle.com</email>      <uri>http://www.oracle.com/</uri>    </address>  </author>  <date year='2008'/>  <area>Applications</area>  <keyword>availability</keyword>  <keyword>calendaring</keyword>  <keyword>free-busy</keyword>  <keyword>iCalendar</keyword>  <keyword>CalDAV</keyword>  <abstract>    <t>	  This document specifies a new iCalendar calendar component that allows the publication of available and unavailable time periods associated with a calendar user. This component can be used in standard iCalendar free-busy lookups, including iTIP free-busy requests, to generate repeating blocks of available or busy time with exceptions as needed.    </t>    <t>  	  This document also defines extensions to CalDAV calendar-access and calendar-auto-schedule which specify how this new calendar component should be used when doing free busy time evaluation in CalDAV.    </t>  </abstract>  <note title='Editorial Note (To be removed by RFC Editor before publication)'>    <t>	  Discussion of this specification is taking place on the mailing list <eref target="http://lists.osafoundation.org/mailman/listinfo/ietf-caldav"> http://lists.osafoundation.org/mailman/listinfo/ietf-caldav</eref>.    </t>  </note></front><middle>  <section title='Introduction'>    <t>      Often calendar users have regular periods of time when they are either available to be scheduled or always unavailable. For example, an office worker will often wish to only appear free to their work colleagues during normal 'office hours' (e.g., Monday through Friday, 9 am through 5 pm). Or, a university professor may only be available to students during a set period of time (e.g., Thursday afternoons, 2 pm through 5 pm during term time only). Ideally users should be able to specify such periods directly via their calendar user agent, and have them automatically considered as part of the normal free-busy lookup for that user. In addition it should be possible for different periods of available time to appear for different users.      <!-- TODO: rephrase last sentence... -->    </t>    <t>      However, <xref target='I-D.ietf-calsify-rfc2445bis'>iCalendar</xref> does not provide a way to specify a repeating period of available or unavailable time as "VFREEBUSY" components cannot include any form of recurrence information, as opposed to "VEVENT" components which can. Since repeating patterns are often the case, "VFREEBUSY" components are not sufficient to solve this problem.    </t>    <t>      This specification defines a new type of iCalendar calendar component that can be used to publish user availability.    </t>    <t>      <xref target='RFC4791'>CalDAV</xref> provides a way for calendar users to access and manage calendar data and exchange this data via scheduling operations. As part of this the <xref target='RFC4791'>CalDAV calendar-access</xref> feature provides a CALDAV:free-busy-query REPORT that returns free-busy information for a calendar collection or hierarchy of calendar collections. Also, the <xref target='I-D.desruisseaux-caldav-sched'>CalDAV calendar-auto-schedule</xref> feature allows free-busy information for a calendar user to be determined. Both of these operations involve examining user calendars for events that 'block time', with the blocked out periods being returned in a "VFREEBUSY" component.    </t>    <t>      This specification extends the CalDAV calendar-access and CalDAV calendar-auto-schedule features to allow the new iCalendar availability components to be stored and manipulated, and to allow free-busy lookups to use the information from any such components, if present.    </t>  </section>  <section title='Conventions Used in This Document'>    <t>      The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL      NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",      "MAY", and "OPTIONAL" in this document are to be interpreted as      described in <xref target='RFC2119'/>.    </t>    <t>      When XML element types in the namespaces "DAV:" and "urn:ietf:params:xml:ns:caldav" are referenced in this document outside of the context of an XML fragment, the string "DAV:" and "CALDAV:" will be prefixed to the element type names respectively.    </t>  </section>  <section title="iCalendar Extensions">    <t>      This specification adds a new "VAVAILABILITY" calendar component to iCalendar. The "VAVAILABILITY" component is itself a container for new "AVAILABLE" sub-components.    </t>    <t>      The purpose of the "VAVAILABILITY" calendar component is to provide a grouping of available time information over a specific range of time. Within that there are specific time ranges that are marked as available via a set of "AVAILABLE" calendar sub-components. Together these can be used to specify available time that can repeat over set periods of time, and which can vary over time.    </t>    <section title="Availability Component" anchor="vavailability_component">      <t>        <list style="hanging">          <t hangText="Component Name:">            VAVAILABILITY          </t>          <t hangText="Purpose:">            Provide a grouping of component properties that describe the availability associated with a calendar user.          </t>          <t hangText="Format Definition:">            A "VAVAILABILITY" calendar component is defined by the following notation:            <figure><artwork name="abnf">       availabilityc  = "BEGIN" ":" "VAVAILABILITY" CRLF                        availabilityprop *availablec                        "END" ":" "VAVAILABILITY" CRLF       availabilityprop  = *(                         ; the following are REQUIRED,                         ; but MUST NOT occur more than once                         dtstamp / uid                         ; the following are OPTIONAL,                         ; but MUST NOT occur more than once                         busytype / created / dtend /dtstart /                          last-mod / organizer / seq / summary / url /                         ; 'duration' is OPTIONAL in a                         ;  'availabilityprop' but MUST only be                         ; present if 'dtstart' is also present and                         ; 'dtend' is not present, and it MUST NOT                         ; occur more than once                         duration /                         ; the following are OPTIONAL,                         ; and MAY occur more than once                         categories / comment / contact / x-prop                         )       availablec  = "BEGIN" ":" "AVAILABLE" CRLF                     availableprop                     "END" ":" "AVAILABLE" CRLF       availableprop  = *(                      ; the following are REQUIRED,                      ; but MUST NOT occur more than once                      dtstamp / dtstart / uid /                      ; either a 'dtend' or a 'duration' is REQUIRED                      ; in a 'availableprop', but 'dtend' and                      ; 'duration' MUST NOT occur in the same                      ; 'availableprop', and each MUST NOT occur more                      ; than once                      dtend / duration /                      ; the following are OPTIONAL,                      ; but MUST NOT occur more than once                      created / last-mod / recurid / rrule /                      summary /                      ; the following are OPTIONAL,                      ; and MAY occur more than once                      categories / comment / contact / exdate /                      rdate / x-prop                      )</artwork>              </figure>            </t>            <t hangText="Description:">              A "VAVAILABILITY" component indicates a period of time within which availability information is provided. A "VAVAILABILITY" component MUST specify a start time and optionally an end time or duration. Within that time period, availability defaults to a free-busy type of "BUSY-UNAVAILABLE", except for any time periods corresponding to "AVAILABLE" sub-components.            </t>            <t>              "AVAILABLE" sub-components are used to indicate periods of free time within the time range of the enclosing "VAVAILABILITY" component. "AVAILABLE" sub-components MAY include recurrence properties to specify recurring periods of time, which may be overridden using normal recurrence behavior (i.e., use of the "RECURRENCE-ID" property).            </t>            <t>              If specified, the "DTSTART" and "DTEND" properties in "VAVAILABILITY" components and "AVAILABLE" sub-components MUST be "DATE-TIME" values specified as either date with UTC time or date with local time and a time zone reference.            </t>            <t>              If any property with a "DATE-TIME" value is present in a "VAVAILABILITY" component or any of its "AVAILABLE" sub-components, and that property includes a "TZID" parameter, then the iCalendar object containing the "VAVAILABILITY" component MUST contain "VTIMEZONE" components corresponding to each unique "TZID" parameter value.            </t>            <t>              When used to publish available time, the "ORGANIZER" property specifies the calendar user associated with the published available time.            </t>            <t hangText="Example:">             The following is an example of a "VAVAILABILITY" calendar component used to represent the availability of a user available Monday through Friday, 9:00 AM to 5:00 PM in the America/Montreal time zone:             <figure><artwork>     BEGIN:VAVAILABILITY     ORGANIZER:mailto:bernard@example.com     UID:20061005T133225Z-00001@example.com     DTSTAMP:20061005T133225Z     DTSTART;TZID=America/Montreal:20061002T000000     BEGIN:AVAILABLE     UID:20061005T133225Z-00001-A@example.com     SUMMARY:Monday to Friday from 9:00 to 17:00     DTSTART;TZID=America/Montreal:20061002T090000     DTEND;TZID=America/Montreal:20061002T170000     RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR     END:AVAILABLE     END:VAVAILABILITY</artwork>            </figure>            The following is an example of a "VAVAILABILITY" calendar component used to represent the availability of a user available Monday through Thursday, 9:00 AM to 5:00 PM, and Friday 9:00 AM to 12:00 PM in the America/Montreal time zone:            <figure><artwork>     BEGIN:VAVAILABILITY     ORGANIZER:mailto:bernard@example.com     UID:20061005T133225Z-00001@example.com     DTSTAMP:20061005T133225Z     DTSTART;TZID=America/Montreal:20061002T000000     DTEND;TZID=America/Montreal:20061202T000000     BEGIN:AVAILABLE     UID:20061005T133225Z-00001-A@example.com     SUMMARY:Monday to Thursday from 9:00 to 17:00     DTSTART;TZID=America/Montreal:20061002T090000     DTEND;TZID=America/Montreal:20061002T170000     RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH     END:AVAILABLE     BEGIN:AVAILABLE     UID:20061005T133225Z-00001-B@example.com     SUMMARY:Friday from 9:00 to 12:00     DTSTART;TZID=America/Montreal:20061006T090000     DTEND;TZID=America/Montreal:20061006T120000     RRULE:FREQ=WEEKLY;BYDAY=FR     END:AVAILABLE     END:VAVAILABILITY</artwork>            </figure>            The following is an example of three "VAVAILABILITY" calendar components used to represent the availability of an itinerant worker: Monday through Friday, 9:00 AM to 5:00 PM each day. However, for three weeks the calendar user is working in Montreal, then one week in Los Angeles, then back to Montreal. Note that each overall period is covered by separate "VAVAILABILITY" components. The last of these has no DTEND so continues on "for ever". This example shows how "exceptions" to available time can be handled.            <figure><artwork>     BEGIN:VAVAILABILITY     ORGANIZER:mailto:bernard@example.com     UID:20061005T133225Z-00001@example.com     DTSTAMP:20061005T133225Z     DTSTART;TZID=America/Montreal:20061002T000000     DTEND;TZID=America/Montreal:20061023T030000     BEGIN:AVAILABLE     UID:20061005T133225Z-00001-A@example.com     SUMMARY:Monday to Friday from 9:00 to 17:00     DTSTART;TZID=America/Montreal:20061002T090000     DTEND;TZID=America/Montreal:20061002T170000     RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR     END:AVAILABLE     END:VAVAILABILITY     BEGIN:VAVAILABILITY     ORGANIZER:mailto:bernard@example.com     UID:20061005T133225Z-00001@example.com     DTSTAMP:20061005T133225Z     DTSTART;TZID=America/Los_Angeles:20061023T000000     DTEND;TZID=America/Los_Angeles:20061030T000000     BEGIN:AVAILABLE     UID:20061005T133225Z-00001-A@example.com     SUMMARY:Monday to Friday from 9:00 to 17:00     DTSTART;TZID=America/Los_Angeles:20061023T090000     DTEND;TZID=America/Los_Angeles:20061023T170000     RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR     END:AVAILABLE     END:VAVAILABILITY     BEGIN:VAVAILABILITY     ORGANIZER:mailto:bernard@example.com     UID:20061005T133225Z-00001@example.com     DTSTAMP:20061005T133225Z     DTSTART;TZID=America/Montreal:20061030T030000     BEGIN:AVAILABLE     UID:20061005T133225Z-00001-A@example.com     SUMMARY:Monday to Friday from 9:00 to 17:00     DTSTART;TZID=America/Montreal:20061030T090000     DTEND;TZID=America/Montreal:20061030T170000     RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR     END:AVAILABLE     END:VAVAILABILITY</artwork>              </figure>            </t>          </list>        </t>      </section>      <section title="Busy Time Type" anchor="BUSYTYPE">        <t>          <list style="hanging">            <t hangText="Property Name:">              BUSYTYPE            </t>            <t hangText="Purpose:">              This property specifies the default busy time type.            </t>            <t hangText="Value Type:">              TEXT            </t>            <t hangText="Property Parameters:">			  Non-standard property parameters can be specified on this property.            </t>            <t hangText="Conformance:">			  This property can be specified within "VAVAILABILITY" calendar components.            </t>            <t hangText="Format Definition:">              This property is defined by the following notation:              <figure><artwork name="abnf">     busytype      = "BUSYTYPE" busytypeparam ":" busytypevalue CRLF     busytypeparam = *(";" xparam)     busytypevalue = "BUSY" / "BUSY-UNAVAILABLE" /                     "BUSY-TENTATIVE" / iana-token / x-name                     ; Default is "BUSY-UNAVAILABLE"</artwork>              </figure>            </t>            <t hangText="Description:">              This property is used to specify the default busy time type. The values correspond to those used by the "FBTYPE" parameter used on a "FREEBUSY" property, with the exception that the "FREE" value is not used. If not specified on a component that allows this property, the default is "BUSY-UNAVAILABLE".            </t>            <t hangText="Example:">              The following is an example of this property:              <figure><artwork>     BUSYTYPE:BUSY</artwork>              </figure>            </t>          </list>        </t>      </section>    </section>    <section title="Calculating Free-Busy Time" anchor="Calculating">      <t>        This section describes how free-busy time information for a calendar user is calculated in the presence of "VAVAILABILITY" calendar components.      </t>      <t>        An iCalendar "VFREEBUSY" component is used to convey "rolled-up" free-busy time information for a calendar user. This can be generated as the result of an <xref target="I-D.ietf-calsify-2446bis">iTIP "VFREEBUSY"</xref> request or through some other mechanism (e.g., a CalDAV calendar-access CALDAV:free-busy-query REPORT).      </t>      <t>        When a "VAVAILABILITY" component is present and intersects the time-range for the free-busy request, the time covered by the "VAVAILABILITY" component is set to busy and then portions of it "carved out" to be free based on the "AVAILABLE" components in the "VAVAILABILITY" component. Once that is done, regular "VEVENT" and "VFREEBUSY" components can be "overlaid" in the usual way to block out additional time.      </t>      <t>        An example procedure for this is as follows:        <list style="numbers">          <t>            Initially mark the entire period of the free-busy request as free.          </t>          <t>            For each "VAVAILABILITY" component:            <list style="numbers">            <t>              Determine if the "VAVAILABILITY" intersects the time-range of the free-busy request. If not ignore it.            </t>            <t>              For the time period covered by the "VAVAILABILITY" component, mark time in the free-busy request result set as busy, using the busy time type derived from the "BUSYTYPE" property in the "VAVAILABILITY" component.            </t>            </list>          </t>          <t>            For each remaining "VAVAILABILITY" component:            <list style="numbers">            <t>              For each "AVAILABLE" component in the "VAVAILABILITY" component:              <list style="numbers">                <t>                  Expand all recurring instances, taking into account overridden instances, ignoring those not within the free-busy request time-range.                </t>                <t>                  For each instance, mark the corresponding time in the free-busy request result set as free.                </t>              </list>            </t>            </list>          </t>          <t>            For each "VEVENT" or "VFREEBUSY" component apply normal free-busy processing within the free-busy request time-range.          </t>        </list>      </t>      <section title="Examples">        <t>          In the examples below a table is used to represent time slots for the period of a free-busy request. Each time slot is two hours long. The column header represents the hours from midnight local time. Each row below the column headers represents a step in the free-busy result set determination, following the procedure outlined above.        </t>        <t>          Each cell in the rows below the column header contains a single character that represents the free-busy type for the corresponding time period at the end of the process step represented by the row. The characters in the row are:        </t>        <texttable>          <ttcol>Character</ttcol>          <ttcol>Meaning</ttcol>          <c>F</c>          <c>Represents "FREE" time in that slot.</c>          <c>B</c>          <c>Represents "BUSY" time in that slot.</c>          <c>U</c>          <c>Represents "BUSY-UNAVAILABLE" time in that slot.</c>          <c>T</c>          <c>Represents "BUSY-TENTATIVE" time in that slot.</c>        </texttable>        <section title="Simple Example">        <t>          A free-busy request for Monday, 6th November 2006, midnight to midnight in the America/Montreal timezone.        </t>        <t>          The user's calendar is as shown in <xref target="Example1"/>. This includes one "VAVAILABILITY" component giving available time within the requested time-range of 8:00 AM to 6:00 PM, together with one "VEVENT" component representing a two hour meeting starting at 12:00 PM.        </t>        <texttable>        <ttcol>Step</ttcol>        <ttcol>&nbsp;0</ttcol>        <ttcol>&nbsp;2</ttcol>        <ttcol>&nbsp;4</ttcol>        <ttcol>&nbsp;6</ttcol>        <ttcol>&nbsp;8</ttcol>        <ttcol>10</ttcol>        <ttcol>12</ttcol>        <ttcol>14</ttcol>        <ttcol>16</ttcol>        <ttcol>18</ttcol>        <ttcol>20</ttcol>        <ttcol>22</ttcol>        <c>1.</c>        <c>F</c>        <c>F</c>        <c>F</c>        <c>F</c>        <c>F</c>        <c>F</c>        <c>F</c>        <c>F</c>        <c>F</c>        <c>F</c>        <c>F</c>        <c>F</c>        <c>2.</c>        <c>U</c>        <c>U</c>        <c>U</c>        <c>U</c>        <c>U</c>        <c>U</c>        <c>U</c>        <c>U</c>        <c>U</c>        <c>U</c>        <c>U</c>        <c>U</c>        <c>3.</c>        <c>U</c>        <c>U</c>        <c>U</c>        <c>U</c>        <c>F</c>        <c>F</c>        <c>F</c>        <c>F</c>        <c>F</c>        <c>U</c>        <c>U</c>        <c>U</c>        <c>4.</c>        <c>U</c>        <c>U</c>        <c>U</c>        <c>U</c>        <c>F</c>        <c>F</c>        <c>B</c>        <c>F</c>        <c>F</c>        <c>U</c>        <c>U</c>        <c>U</c>        </texttable>        </section>        <section title="TBD">          <t>More examples here../not sure what though.</t>        </section>      </section>    </section>    <section title="CalDAV Extensions">      <section title="CalDAV Requirements Overview" anchor="requirements">        <t>          This section lists what functionality is required of a          CalDAV server which supports this extension. A server:          <list style="symbols">            <t>			  MUST support "VAVAILABILITY" components in a calendar collection resource if the CALDAV calendar-access feature is supported;            </t>            <t>			  MUST support CALDAV:free-busy-query REPORTs that aggregate the information in any "VAVAILABILITY" components;            </t>            <t>              MUST support "VAVAILABILITY" components stored in a CALDAV:inbox-availability WebDAV property on a CALDAV scheduling inbox collection if the CALDAV calendar-auto-schedule feature is supported;            </t>            <t>              MUST support <xref target='I-D.ietf-calsify-2446bis'>iTIP</xref> free busy requests that aggregate the information in any "VAVAILABILITY" components in calendar collections that contribute to free-busy, or in any "VAVAILABILITY" components stored in the CALDAV:calendar-availability in the CALDAV scheduling inbox collection of the calendar user targeted by the iTIP free-busy request, if the CalDAV calendar-auto-schedule feature is available.            </t>          </list>        </t>      </section>      <section title='New features in CalDAV' anchor='changes'>        <section title="Calendar Availability Support">          <t>           A server supporting the features described in this document MUST include "calendar-availability" as a field in the DAV response header from an OPTIONS request on any resource that supports any calendar properties, reports, method, or privilege. A value of "calendar-availability" in the DAV response header MUST indicate that the server supports all MUST level requirements specified in this document.          </t>          <section title="Example: Using OPTIONS for the Discovery of Calendar Availability Support">            <figure>                <preamble>&gt;&gt; Request &lt;&lt;</preamble><artwork><![CDATA[   OPTIONS /home/bernard/calendars/ HTTP/1.1   Host: cal.example.com]]></artwork>            </figure>            <figure>              <preamble>&gt;&gt; Response &lt;&lt;</preamble><artwork><![CDATA[   HTTP/1.1 200 OK   Allow: OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, COPY, MOVE   Allow: PROPFIND, PROPPATCH, LOCK, UNLOCK, REPORT, ACL   DAV: 1, 2, 3, access-control, calendar-access,    calendar-availability   Date: Fri, 11 Nov 2005 09:32:12 GMT   Content-Length: 0]]></artwork>            </figure>            <t>              In this example, the OPTIONS method returns the value "calendar-availability" in the DAV response header to indicate that the collection "/home/bernard/calendars/" supports the new features defined in this specification.            </t>          </section>        </section>        <section title='CALDAV:free-busy-query REPORT'                   anchor='free-busy-query'>          <t>            A CALDAV:free-busy-query REPORT can be executed on a calendar collection that contains iCalendar "VAVAILABILITY" components. When that is done, the server MUST aggregate the information in any "VAVAILABILITY" components when generating the free-busy response, as described in <xref target="Calculating"/>.          </t>        </section>        <section anchor="PROPERTY_calendar-availability" title="CALDAV:calendar-availability Property">            <t><?rfc compact="no" ?>            <list style="hanging">            <t hangText="Name:">                calendar-availability            </t>            <t hangText="Namespace:">                urn:ietf:params:xml:ns:caldav            </t>            <t hangText="Purpose:">                Defines a "VAVAILABILITY" component that will be used in calculating free-busy time when an iTIP VFREEBUSY request is targetted at the calendar user who owns the Inbox.            </t>            <t hangText="Conformance:">                This property MAY be protected and SHOULD NOT be returned by a PROPFIND allprop request (as defined in Section 12.14.1 of <xref target="RFC2518"/>).  Support for this property is REQUIRED. The value of this property MUST be a valid iCalendar object containing a single "VAVAILABILITY" component.            </t>            <t hangText="Description:">                This property allows a user to specify their availability by including a VAVAILABILITY component in the value of this property. If present, the server MUST use the "VAVAILABILITY" component in the value of this property when determining free-busy information as part of an iTIP VFREEBUSY requested being handled by the server.            </t>            <t hangText="Definition:">              <figure>                <artwork><![CDATA[   <!ELEMENT calendar-availability (#PCDATA) >   ; Data value MUST be iCalendar object containing a   ; "VAVAILABILITY" component.                ]]></artwork>              </figure>            </t>            <t hangText="Example:">              <figure>                <artwork><![CDATA[    <C:calendar-availability xmlns:D="DAV:"                         xmlns:C="urn:ietf:params:xml:ns:caldav"    >BEGIN:VCALENDAR    CALSCALE:GREGORIAN    PRODID:-//example.com//iCalendar 2.0//EN    VERSION:2.0    BEGIN:VTIMEZONE    LAST-MODIFIED:20040110T032845Z    TZID:America/Montreal    BEGIN:DAYLIGHT    DTSTART:20000404T020000    RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4    TZNAME:EDT    TZOFFSETFROM:-0500    TZOFFSETTO:-0400    END:DAYLIGHT    BEGIN:STANDARD    DTSTART:20001026T020000    RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10    TZNAME:EST    TZOFFSETFROM:-0400    TZOFFSETTO:-0500    END:STANDARD    END:VTIMEZONE    BEGIN:VEVENT    DTSTAMP:20061113T044111Z    DTSTART;TZID=America/Montreal:20061106T120000    DURATION:PT1H    SUMMARY:Meeting    UID:60A48841ECB90F3F215FE3D2@example.com    END:VEVENT    BEGIN:VAVAILABILITY    UID:20061005T133225Z-00001@example.com    DTSTAMP:20061005T133225Z    DTSTART;TZID=America/Montreal:20061002T000000    BEGIN:AVAILABLE    UID:20061005T133225Z-00001-A@example.com    SUMMARY:Monday to Friday from 9:00 to 18:00    DTSTART;TZID=America/Montreal:20061002T090000    DTEND;TZID=America/Montreal:20061002T180000    RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR    END:AVAILABLE    END:VAVAILABILITY    END:VCALENDAR    </C:calendar-availability>                ]]></artwork>              </figure>            </t>          </list><?rfc compact="yes" ?>            </t>        </section>        <section title='iTIP VFREEBUSY requests' anchor='itip-request'>          <t>            The <xref target='I-D.desruisseaux-caldav-sched'/> processing of a "VFREEBUSY" request targeted at the owner of the CALDAV:schedule-inbox will include free-busy information derived from "VAVAILABILITY" components in any calendar collection targeted during the request, as described in <xref target="Calculating"/>. In addition, any "VAVAILABILITY" component specified in the CALDAV:calendar-availability property on the owner's Inbox, MUST be included in the free-busy calculation.          </t>        </section>      </section>    </section>    <section title='Security Considerations'>      <t>        Free-busy information generated from "VAVAILABILITY" components MUST NOT include information other than busy or free time periods. In particular, user specified property values such as "SUMMARY" and "DESCRIPTION" MUST NOT be copied into the free-busy result data.      </t>      <t>        Beyond this, this specification does not add any additional security issues that are not already present in <xref target="I-D.ietf-calsify-rfc2445bis"/> and <xref target="I-D.ietf-calsify-2446bis"/>.      </t>    </section>    <section title='IANA Considerations'>      <section title='Component Registrations'>	    <t>		  This documents defines the following new iCalendar components to be added to the registry defined in Section 8.2.2 of <xref target="I-D.ietf-calsify-rfc2445bis" />:	    </t>        <texttable>          <ttcol>Component</ttcol>          <ttcol>Status</ttcol>          <ttcol>Reference</ttcol>          <c>VAVAILABILITY</c>          <c>Current</c>          <c>RFCXXXX, <xref target='vavailability_component'/></c>          <c>AVAILABLE</c>          <c>Current</c>          <c>RFCXXXX, <xref target='vavailability_component'/></c>        </texttable>      </section>      <section title='Property Registrations'>	    <t>		  This documents defines the following new iCalendar properties to be added to the registry defined in Section 8.2.3 of <xref target="I-D.ietf-calsify-rfc2445bis" />:	    </t>        <texttable>          <ttcol>Property</ttcol>          <ttcol>Status</ttcol>          <ttcol>Reference</ttcol>          <c>BUSYTYPE</c>          <c>Current</c>          <c>RFCXXXX, <xref target='BUSYTYPE'/></c>        </texttable>      </section>    </section>    <section title='Acknowledgments'>      <t>        This specification came about via discussions at the Calendaring and Scheduling Consortium.      </t>    </section>  </middle>  <back>    <references title='Normative References'>    &rfc2119;    &rfc2518;    &rfc4791;    &id2445bis;    &id2446bis;    &idCaldavSched;    </references><!--    <references title='Informative References'>    </references>-->    <section title='Example Calendar #1' anchor="Example1">      <t>        <figure>          <preamble>iCalendar object</preamble><artwork><![CDATA[    BEGIN:VCALENDAR    CALSCALE:GREGORIAN    PRODID:-//example.com//iCalendar 2.0//EN    VERSION:2.0    BEGIN:VTIMEZONE    LAST-MODIFIED:20040110T032845Z    TZID:America/Montreal    BEGIN:DAYLIGHT    DTSTART:20000404T020000    RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4    TZNAME:EDT    TZOFFSETFROM:-0500    TZOFFSETTO:-0400    END:DAYLIGHT    BEGIN:STANDARD    DTSTART:20001026T020000    RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10    TZNAME:EST    TZOFFSETFROM:-0400    TZOFFSETTO:-0500    END:STANDARD    END:VTIMEZONE    BEGIN:VEVENT    DTSTAMP:20061113T044111Z    DTSTART;TZID=America/Montreal:20061106T120000    DURATION:PT1H    SUMMARY:Meeting    UID:60A48841ECB90F3F215FE3D2@example.com    END:VEVENT    BEGIN:VAVAILABILITY    UID:20061005T133225Z-00001@example.com    DTSTAMP:20061005T133225Z    DTSTART;TZID=America/Montreal:20061002T000000    BEGIN:AVAILABLE    UID:20061005T133225Z-00001-A@example.com    SUMMARY:Monday to Friday from 9:00 to 18:00    DTSTART;TZID=America/Montreal:20061002T090000    DTEND;TZID=America/Montreal:20061002T180000    RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR    END:AVAILABLE    END:VAVAILABILITY    END:VCALENDAR]]></artwork>        </figure>      </t>    </section>    <section title="Change History (To be removed by RFC Editor before publication)">        <t>          Changes from -00:          <list style='numbers'>            <t>Allow property on Inbox for caldav-schedule.</t>            <t>Clarify that DURATION can only be present in VAVAILABILITY if DTSTART is also present, and DTEND is not.</t>            <t>Updated references.</t>            <t>Added templates.</t>          </list>        </t>    </section>  </back></rfc>