@@ -24,15 +24,12 @@ |
||
| 24 | 24 | namespace OCA\DAV\CalDAV\WebcalCaching; |
| 25 | 25 | |
| 26 | 26 | use OCA\DAV\CalDAV\CalendarHome; |
| 27 | -use OCP\BackgroundJob\IJobList; |
|
| 28 | 27 | use OCP\IRequest; |
| 29 | 28 | use Sabre\DAV\Exception\NotFound; |
| 30 | 29 | use Sabre\DAV\Server; |
| 31 | 30 | use Sabre\DAV\ServerPlugin; |
| 32 | 31 | use Sabre\HTTP\RequestInterface; |
| 33 | 32 | use Sabre\HTTP\ResponseInterface; |
| 34 | -use Symfony\Component\EventDispatcher\EventDispatcher; |
|
| 35 | -use Symfony\Component\EventDispatcher\GenericEvent; |
|
| 36 | 33 | |
| 37 | 34 | class Plugin extends ServerPlugin { |
| 38 | 35 | |
@@ -42,8 +42,6 @@ |
||
| 42 | 42 | use Sabre\VObject\Reader; |
| 43 | 43 | use Sabre\VObject\Splitter\ICalendar; |
| 44 | 44 | |
| 45 | -use GuzzleHttp\Psr7\Response; |
|
| 46 | - |
|
| 47 | 45 | class RefreshWebcalJob extends Job { |
| 48 | 46 | |
| 49 | 47 | /** @var CalDavBackend */ |