We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174b151 commit f54637eCopy full SHA for f54637e
1 file changed
src/Types/RecurringEvent.php
@@ -27,8 +27,6 @@ public function interval(): int
27
*/
28
public function toICalendarEvents(): array
29
{
30
- $timezone = $this->timezone['timezone'];
31
-
32
return [
33
ICalendarEvent::create($this->event->title)
34
->uniqueIdentifier($this->event->id())
0 commit comments