@@ -22,12 +22,10 @@ |
||
| 22 | 22 | namespace OCA\Calendar\AppInfo; |
| 23 | 23 | |
| 24 | 24 | use OCA\Calendar; |
| 25 | - |
|
| 26 | 25 | use OCP\AppFramework\App; |
| 27 | 26 | use OCP\AppFramework\IAppContainer; |
| 28 | 27 | use OCP\Share; |
| 29 | 28 | use OCP\Util; |
| 30 | - |
|
| 31 | 29 | use Sabre\VObject\Splitter\ICalendar as ICalendarSplitter; |
| 32 | 30 | use OCA\Calendar\Sabre\Splitter\JCalendar as JCalendarSplitter; |
| 33 | 31 | |
@@ -25,7 +25,6 @@ |
||
| 25 | 25 | |
| 26 | 26 | use OCA\Calendar\Backend as BackendUtils; |
| 27 | 27 | use OCA\Calendar\ISubscription; |
| 28 | - |
|
| 29 | 28 | use OCP\Contacts\IManager; |
| 30 | 29 | |
| 31 | 30 | class Backend extends Contact implements BackendUtils\IBackendAPI { |
@@ -29,7 +29,6 @@ |
||
| 29 | 29 | use OCA\Calendar\Db\Permissions; |
| 30 | 30 | use OCA\Calendar\IBackend; |
| 31 | 31 | use OCA\Calendar\ICalendar; |
| 32 | - |
|
| 33 | 32 | use OCP\Contacts\IManager; |
| 34 | 33 | use OCP\IAddressBook; |
| 35 | 34 | use OCP\IL10N; |
@@ -28,7 +28,6 @@ |
||
| 28 | 28 | use OCA\Calendar\Db\ObjectFactory; |
| 29 | 29 | use OCA\Calendar\ICalendar; |
| 30 | 30 | use OCA\Calendar\Db\ObjectType; |
| 31 | - |
|
| 32 | 31 | use OCA\Calendar\IObject; |
| 33 | 32 | use OCP\Contacts\IManager; |
| 34 | 33 | use Sabre\VObject\Component\VCalendar; |
@@ -34,7 +34,6 @@ |
||
| 34 | 34 | use OCA\Calendar\ICalendar; |
| 35 | 35 | use OCA\Calendar\IObject; |
| 36 | 36 | use OCA\Calendar\Db\ObjectType; |
| 37 | - |
|
| 38 | 37 | use OCP\IDBConnection; |
| 39 | 38 | |
| 40 | 39 | class Object extends Local implements BackendUtils\IObjectAPI, BackendUtils\IObjectAPICreate, |
@@ -25,7 +25,6 @@ |
||
| 25 | 25 | |
| 26 | 26 | use OCA\Calendar\Backend as BackendUtils; |
| 27 | 27 | use OCA\Calendar\ISubscription; |
| 28 | - |
|
| 29 | 28 | use Sabre\VObject\Component\VCalendar; |
| 30 | 29 | use Sabre\VObject\ParseException; |
| 31 | 30 | use Sabre\VObject\Reader; |
@@ -32,7 +32,6 @@ |
||
| 32 | 32 | use Sabre\VObject\Component\VCalendar; |
| 33 | 33 | use Sabre\VObject\ParseException; |
| 34 | 34 | use Sabre\VObject\Reader; |
| 35 | - |
|
| 36 | 35 | use OCA\Calendar\CorruptDataException; |
| 37 | 36 | use OCA\Calendar\IBackend; |
| 38 | 37 | use OCA\Calendar\ISubscription; |
@@ -34,7 +34,6 @@ |
||
| 34 | 34 | use OCP\ICacheFactory; |
| 35 | 35 | use OCP\IL10N; |
| 36 | 36 | use Sabre\VObject\ParseException; |
| 37 | - |
|
| 38 | 37 | use OCA\Calendar\Db\ObjectType; |
| 39 | 38 | |
| 40 | 39 | class Object extends WebCal implements BackendUtils\IObjectAPI { |
@@ -25,10 +25,8 @@ |
||
| 25 | 25 | use OCA\Calendar\Cache\Calendar as CalendarCache; |
| 26 | 26 | use OCA\Calendar\IBackendCollection; |
| 27 | 27 | use OCA\Calendar\ICalendar; |
| 28 | - |
|
| 29 | 28 | use OCP\AppFramework\Db\DoesNotExistException; |
| 30 | 29 | use OCP\AppFramework\Db\MultipleObjectsReturnedException; |
| 31 | -use OCP\AppFramework\Http; |
|
| 32 | 30 | |
| 33 | 31 | class CalendarManager extends BusinessLayer { |
| 34 | 32 | |