summaryrefslogtreecommitdiffstats
path: root/php-sabredav-Sabre_CalDAV.xml
blob: 58f7b2ee3dc1522b0f1a34052763fbad3f65c46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?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>