@@ -29,10 +29,8 @@ |
||
| 29 | 29 | use OCA\Calendar\Db\ObjectType; |
| 30 | 30 | use OCA\Calendar\Db\Permissions; |
| 31 | 31 | use OCa\Calendar\Utility\ObjectUtility; |
| 32 | - |
|
| 33 | 32 | use OCP\ILogger; |
| 34 | 33 | use OCP\Util; |
| 35 | - |
|
| 36 | 34 | use DateTime; |
| 37 | 35 | |
| 38 | 36 | class ObjectManager { |
@@ -25,7 +25,6 @@ |
||
| 25 | 25 | use OCA\Calendar\IBackendCollection; |
| 26 | 26 | use OCP\AppFramework\Db\DoesNotExistException; |
| 27 | 27 | use OCP\AppFramework\Db\MultipleObjectsReturnedException; |
| 28 | -use OCP\AppFramework\Http; |
|
| 29 | 28 | use OCA\Calendar\ISubscription; |
| 30 | 29 | use OCA\Calendar\Backend as BackendUtils; |
| 31 | 30 | |
@@ -28,10 +28,8 @@ |
||
| 28 | 28 | use OCA\Calendar\IBackend; |
| 29 | 29 | use OCA\Calendar\IBackendCollection; |
| 30 | 30 | use OCA\Calendar\ICalendar; |
| 31 | - |
|
| 32 | 31 | use OCA\Calendar\Utility\CalendarUtility; |
| 33 | 32 | use OCP\ILogger; |
| 34 | - |
|
| 35 | 33 | use OCP\AppFramework\Db\DoesNotExistException as DoesNotExistMapperException; |
| 36 | 34 | use OCP\AppFramework\Db\MultipleObjectsReturnedException as MultipleObjectsReturnedMapperException; |
| 37 | 35 | |
@@ -28,11 +28,9 @@ |
||
| 28 | 28 | use OCA\Calendar\IBackend; |
| 29 | 29 | use OCA\Calendar\ICalendar; |
| 30 | 30 | use OCA\Calendar\IObject; |
| 31 | - |
|
| 32 | 31 | use OCA\Calendar\Backend\IObjectAPI; |
| 33 | 32 | use OCA\Calendar\Backend as BackendUtils; |
| 34 | 33 | use OCP\ILogger; |
| 35 | - |
|
| 36 | 34 | use OCP\AppFramework\Db\DoesNotExistException as DoesNotExistMapperException; |
| 37 | 35 | use OCP\AppFramework\Db\MultipleObjectsReturnedException as MultipleObjectsReturnedMapperException; |
| 38 | 36 | |
@@ -26,7 +26,6 @@ |
||
| 26 | 26 | use OCA\Calendar\Db\CalendarFactory; |
| 27 | 27 | use OCA\Calendar\Http\JSON; |
| 28 | 28 | use OCA\Calendar\ICalendar; |
| 29 | - |
|
| 30 | 29 | use OCP\AppFramework\Http; |
| 31 | 30 | use OCP\AppFramework\Http\JSONResponse; |
| 32 | 31 | use OCP\IRequest; |
@@ -31,12 +31,10 @@ |
||
| 31 | 31 | use OCA\Calendar\ICalendar; |
| 32 | 32 | use OCA\Calendar\IObject; |
| 33 | 33 | use OCA\Calendar\IObjectCollection; |
| 34 | - |
|
| 35 | 34 | use OCP\AppFramework\Http; |
| 36 | 35 | use OCP\AppFramework\Http\JSONResponse; |
| 37 | 36 | use OCP\IRequest; |
| 38 | 37 | use OCP\IUserSession; |
| 39 | - |
|
| 40 | 38 | use DateTime; |
| 41 | 39 | |
| 42 | 40 | class ObjectController extends Controller { |
@@ -29,7 +29,6 @@ |
||
| 29 | 29 | use OCA\Calendar\Utility\CalendarUtility; |
| 30 | 30 | use OCA\Calendar\Utility\ColorUtility; |
| 31 | 31 | use OCA\Calendar\Utility\SabreUtility; |
| 32 | -use OCA\Calendar\Cache; |
|
| 33 | 32 | |
| 34 | 33 | class Calendar extends Entity implements ICalendar { |
| 35 | 34 | |
@@ -28,7 +28,6 @@ |
||
| 28 | 28 | use OCA\Calendar\IBackendCollection; |
| 29 | 29 | use OCA\Calendar\ICalendar; |
| 30 | 30 | use OCA\Calendar\ICalendarCollection; |
| 31 | - |
|
| 32 | 31 | use OCP\ILogger; |
| 33 | 32 | |
| 34 | 33 | class CalendarFactory extends EntityFactory { |
@@ -28,7 +28,6 @@ |
||
| 28 | 28 | use OCA\Calendar\IObjectCollection; |
| 29 | 29 | use OCA\Calendar\IObject; |
| 30 | 30 | use OCA\Calendar\ITimezone; |
| 31 | - |
|
| 32 | 31 | use DateTime; |
| 33 | 32 | |
| 34 | 33 | class ObjectCollection extends Collection implements IObjectCollection { |