@@ -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 | |
@@ -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 | |
@@ -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 | |
@@ -22,7 +22,6 @@ |
||
| 22 | 22 | namespace OCA\Calendar\Db; |
| 23 | 23 | |
| 24 | 24 | use OCP\AppFramework\Db\DoesNotExistException; |
| 25 | -use OCA\Calendar\IEntity; |
|
| 26 | 25 | use OCP\AppFramework\Db\Entity; |
| 27 | 26 | use OCP\Util; |
| 28 | 27 | |
@@ -22,7 +22,6 @@ |
||
| 22 | 22 | namespace OCA\Calendar\Utility; |
| 23 | 23 | |
| 24 | 24 | use OCP\AppFramework\Db\DoesNotExistException; |
| 25 | - |
|
| 26 | 25 | use OCA\Calendar\Db\Timezone; |
| 27 | 26 | use OCA\Calendar\Db\TimezoneMapper; |
| 28 | 27 | use Sabre\VObject\Component; |
@@ -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 { |
@@ -22,7 +22,6 @@ |
||
| 22 | 22 | namespace OCA\Calendar\Utility; |
| 23 | 23 | |
| 24 | 24 | use OCP\AppFramework\Db\DoesNotExistException; |
| 25 | - |
|
| 26 | 25 | use OCA\Calendar\Db\Timezone; |
| 27 | 26 | use OCA\Calendar\Db\TimezoneMapper; |
| 28 | 27 | use Sabre\VObject\Component; |
@@ -22,7 +22,6 @@ |
||
| 22 | 22 | namespace OCA\Calendar\Utility; |
| 23 | 23 | |
| 24 | 24 | use OCP\AppFramework\Db\DoesNotExistException; |
| 25 | - |
|
| 26 | 25 | use OCA\Calendar\Db\Timezone; |
| 27 | 26 | use OCA\Calendar\Db\TimezoneMapper; |
| 28 | 27 | use Sabre\VObject\Component; |