fix: handleIMip undefined array key

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
pull/55138/head
SebastianKrupinski 2025-09-15 18:00:38 +07:00 committed by backportbot[bot]
parent f595d32c57
commit e04fd0850f
1 changed files with 1 additions and 1 deletions

@ -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 && (