Skip to content

Commit

Permalink
fixup! feat(dav): dispatch out-of-office started and ended events
Browse files Browse the repository at this point in the history
  • Loading branch information
st3iny committed Nov 13, 2023
1 parent 3862ae8 commit 66c089d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
namespace OCA\DAV\BackgroundJob;

use OCA\DAV\Db\AbsenceMapper;
use OCA\Mail\Vendor\Psr\Log\LoggerInterface;
use OCP\AppFramework\Db\DoesNotExistException;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\BackgroundJob\QueuedJob;
use OCP\EventDispatcher\IEventDispatcher;
use OCP\IUserManager;
use OCP\User\Events\OutOfOfficeEndedEvent;
use OCP\User\Events\OutOfOfficeStartedEvent;
use Psr\Log\LoggerInterface;

class OutOfOfficeEventDispatcherJob extends QueuedJob {
public const EVENT_START = 'start';
Expand Down

0 comments on commit 66c089d

Please sign in to comment.