<?xml version="1.0" encoding="ISO-8859-1"?>
<package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0">
 <name>Sabre_CalDAV</name>
 <channel>pear.sabredav.org</channel>
 <summary>Sabre_CalDAV provides CalDAV extensions to SabreDAV</summary>
 <description>Sabre_CalDAV provides RFC4791 (CalDAV) support to Sabre_DAV.

Feature list:
* Multi-user Calendar Server
* Support for Apple iCal, Evolution, Sunbird, Lightning</description>
 <lead>
  <name>Evert Pot</name>
  <user>Evert Pot</user>
  <email>evert@rooftopsolutions.nl</email>
  <active>true</active>
 </lead>
 <date>@RELDATE@</date>
 <time>17:13:34</time>
 <version>
  <release>@VERSION@</release>
  <api>@VERSION@</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license uri="http://code.google.com/p/sabredav/wiki/License">Modified BSD</license>
 <notes>
New release. Read the ChangeLog and announcement for more details
 </notes>
 <contents>
  <dir name="/">
   <file name="Sabre/CalDAV/includes.php" role="php" />
   <file name="Sabre/CalDAV/Backend/PDO.php" role="php" />
   <file name="Sabre/CalDAV/Principal/Collection.php" role="php" />
   <file name="Sabre/CalDAV/Principal/ProxyRead.php" role="php" />
   <file name="Sabre/CalDAV/Principal/ProxyWrite.php" role="php" />
   <file name="Sabre/CalDAV/Principal/User.php" role="php" />
   <file name="Sabre/CalDAV/Property/SupportedCalendarComponentSet.php" role="php" />
   <file name="Sabre/CalDAV/Property/SupportedCalendarData.php" role="php" />
   <file name="Sabre/CalDAV/Property/SupportedCollationSet.php" role="php" />
   <file name="Sabre/CalDAV/Schedule/IMip.php" role="php" />
   <file name="Sabre/CalDAV/Schedule/IOutbox.php" role="php" />
   <file name="Sabre/CalDAV/Schedule/Outbox.php" role="php" />
   <file name="Sabre/CalDAV/Calendar.php" role="php" />
   <file name="Sabre/CalDAV/CalendarObject.php" role="php" />
   <file name="Sabre/CalDAV/CalendarQueryParser.php" role="php" />
   <file name="Sabre/CalDAV/CalendarQueryValidator.php" role="php" />
   <file name="Sabre/CalDAV/CalendarRootNode.php" role="php" />
   <file name="Sabre/CalDAV/ICSExportPlugin.php" role="php" />
   <file name="Sabre/CalDAV/ICalendar.php" role="php" />
   <file name="Sabre/CalDAV/ICalendarObject.php" role="php" />
   <file name="Sabre/CalDAV/Plugin.php" role="php" />
   <file name="Sabre/CalDAV/UserCalendars.php" role="php" />
   <file name="Sabre/CalDAV/Version.php" role="php" />
   <file name="examples/sql/mysql.calendars.sql" role="doc" />
   <file name="examples/sql/pgsql.calendars.sql" role="doc" />
   <file name="examples/sql/sqlite.calendars.sql" role="doc" />
   <file name="examples/calendarserver.php" role="doc" />
   <file name="ChangeLog" role="doc" />
   <file name="LICENSE" role="doc" />
   <file name="Sabre/CalDAV/SharingPlugin.php" role="php" />
   <file name="Sabre/CalDAV/SharedCalendar.php" role="php" />
   <file name="Sabre/CalDAV/ShareableCalendar.php" role="php" />
   <file name="Sabre/CalDAV/Property/ScheduleCalendarTransp.php" role="php" />
   <file name="Sabre/CalDAV/Property/Invite.php" role="php" />
   <file name="Sabre/CalDAV/Property/AllowedSharingModes.php" role="php" />
   <file name="Sabre/CalDAV/Notifications/Notification/SystemStatus.php" role="php" />
   <file name="Sabre/CalDAV/Notifications/Notification/InviteReply.php" role="php" />
   <file name="Sabre/CalDAV/Notifications/Notification/Invite.php" role="php" />
   <file name="Sabre/CalDAV/Notifications/Node.php" role="php" />
   <file name="Sabre/CalDAV/Notifications/INotificationType.php" role="php" />
   <file name="Sabre/CalDAV/Notifications/INode.php" role="php" />
   <file name="Sabre/CalDAV/Notifications/ICollection.php" role="php" />
   <file name="Sabre/CalDAV/Notifications/Collection.php" role="php" />
   <file name="Sabre/CalDAV/ISharedCalendar.php" role="php" />
   <file name="Sabre/CalDAV/IShareableCalendar.php" role="php" />
   <file name="Sabre/CalDAV/Exception/InvalidComponentType.php" role="php" />
   <file name="Sabre/CalDAV/Backend/SharingSupport.php" role="php" />
   <file name="Sabre/CalDAV/Backend/NotificationSupport.php" role="php" />
   <file name="Sabre/CalDAV/Backend/BackendInterface.php" role="php" />
   <file name="Sabre/CalDAV/Backend/Abstract.php" role="php" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.3.1</min>
   </php>
   <pearinstaller>
    <min>1.9</min>
   </pearinstaller>
   <package>
    <name>Sabre</name>
    <channel>pear.sabredav.org</channel>
    <min>1.0.0</min>
   </package>
   <package>
    <name>Sabre_HTTP</name>
    <channel>pear.sabredav.org</channel>
    <min>1.6.0</min>
   </package>
   <package>
    <name>Sabre_DAV</name>
    <channel>pear.sabredav.org</channel>
    <min>1.6.0</min>
   </package>
   <package>
    <name>Sabre_DAVACL</name>
    <channel>pear.sabredav.org</channel>
    <min>1.6.0</min>
   </package>
   <package>
    <name>Sabre_VObject</name>
    <channel>pear.sabredav.org</channel>
    <min>1.3.0</min>
   </package>
  </required>
 </dependencies>
 <phprelease />
</package>