@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Sabre\CalDAV\Backend; |
4 | 4 | |
5 | -use Sabre\VObject; |
|
6 | 5 | use Sabre\CalDAV; |
6 | +use Sabre\VObject; |
|
7 | 7 | |
8 | 8 | /** |
9 | 9 | * Abstract Calendaring backend. Extend this class to create your own backends. |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Sabre\CalDAV\Backend; |
4 | 4 | |
5 | -use Sabre\VObject; |
|
6 | 5 | use Sabre\CalDAV; |
7 | 6 | use Sabre\DAV; |
8 | 7 | use Sabre\DAV\Exception\Forbidden; |
8 | +use Sabre\VObject; |
|
9 | 9 | |
10 | 10 | /** |
11 | 11 | * PDO CalDAV backend |
@@ -3,9 +3,9 @@ |
||
3 | 3 | namespace Sabre\CalDAV; |
4 | 4 | |
5 | 5 | use Sabre\DAV; |
6 | +use Sabre\DAVACL; |
|
6 | 7 | use Sabre\DAV\Exception\NotFound; |
7 | 8 | use Sabre\DAV\MkCol; |
8 | -use Sabre\DAVACL; |
|
9 | 9 | use Sabre\HTTP\URLUtil; |
10 | 10 | |
11 | 11 | /** |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Sabre\CalDAV; |
4 | 4 | |
5 | -use Sabre\VObject; |
|
6 | 5 | use DateTime; |
6 | +use Sabre\VObject; |
|
7 | 7 | |
8 | 8 | /** |
9 | 9 | * CalendarQuery Validator |
@@ -2,13 +2,13 @@ |
||
2 | 2 | |
3 | 3 | namespace Sabre\CalDAV; |
4 | 4 | |
5 | +use DateTime; |
|
5 | 6 | use DateTimeZone; |
6 | 7 | use Sabre\DAV; |
7 | -use Sabre\VObject; |
|
8 | +use Sabre\DAV\Exception\BadRequest; |
|
8 | 9 | use Sabre\HTTP\RequestInterface; |
9 | 10 | use Sabre\HTTP\ResponseInterface; |
10 | -use Sabre\DAV\Exception\BadRequest; |
|
11 | -use DateTime; |
|
11 | +use Sabre\VObject; |
|
12 | 12 | |
13 | 13 | /** |
14 | 14 | * ICS Exporter |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Sabre\CalDAV\Notifications; |
4 | 4 | |
5 | -use Sabre\DAV; |
|
6 | 5 | use Sabre\CalDAV; |
6 | +use Sabre\DAV; |
|
7 | 7 | use Sabre\DAVACL; |
8 | 8 | |
9 | 9 | /** |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Sabre\CalDAV\Notifications; |
4 | 4 | |
5 | -use Sabre\DAV; |
|
6 | 5 | use Sabre\CalDAV; |
7 | 6 | use Sabre\CalDAV\Xml\Notification\NotificationInterface; |
7 | +use Sabre\DAV; |
|
8 | 8 | use Sabre\DAVACL; |
9 | 9 | |
10 | 10 | /** |
@@ -3,11 +3,11 @@ |
||
3 | 3 | namespace Sabre\CalDAV\Notifications; |
4 | 4 | |
5 | 5 | use Sabre\DAV; |
6 | -use Sabre\DAV\PropFind; |
|
6 | +use Sabre\DAVACL; |
|
7 | 7 | use Sabre\DAV\INode as BaseINode; |
8 | -use Sabre\DAV\ServerPlugin; |
|
8 | +use Sabre\DAV\PropFind; |
|
9 | 9 | use Sabre\DAV\Server; |
10 | -use Sabre\DAVACL; |
|
10 | +use Sabre\DAV\ServerPlugin; |
|
11 | 11 | use Sabre\HTTP\RequestInterface; |
12 | 12 | use Sabre\HTTP\ResponseInterface; |
13 | 13 |
@@ -4,15 +4,15 @@ |
||
4 | 4 | |
5 | 5 | use DateTimeZone; |
6 | 6 | use Sabre\DAV; |
7 | +use Sabre\DAVACL; |
|
7 | 8 | use Sabre\DAV\Exception\BadRequest; |
8 | 9 | use Sabre\DAV\MkCol; |
9 | 10 | use Sabre\DAV\Xml\Property\Href; |
10 | -use Sabre\DAVACL; |
|
11 | -use Sabre\VObject; |
|
12 | 11 | use Sabre\HTTP; |
13 | -use Sabre\Uri; |
|
14 | 12 | use Sabre\HTTP\RequestInterface; |
15 | 13 | use Sabre\HTTP\ResponseInterface; |
14 | +use Sabre\Uri; |
|
15 | +use Sabre\VObject; |
|
16 | 16 | |
17 | 17 | /** |
18 | 18 | * CalDAV plugin |