$this['id'] ?? null, 'title' => (string) ($this['title'] ?? ''), 'start' => (string) ($this['start'] ?? ''), 'description' => (string) ($this['description'] ?? ''), 'backgroundColor' => $this['backgroundColor'] ?? null, 'extendedProps' => (array) ($this['extendedProps'] ?? []), ]; } }