fix: handleIMip undefined array key

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
This commit is contained in:
SebastianKrupinski 2025-09-15 18:00:38 -04:00 committed by backportbot[bot]
parent f595d32c57
commit e04fd0850f

View file

@ -290,7 +290,7 @@ class Manager implements IManager {
}
}
if ($options['absent'] === 'create') {
if (isset($options['absent']) && $options['absent'] === 'create') {
// retrieve the primary calendar for the user
$calendar = $this->getPrimaryCalendar($userId);
if ($calendar !== null && (