We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3180469 commit f9d08cfCopy full SHA for f9d08cf
src/Service/CalendarGenerator.php
@@ -103,10 +103,10 @@ private function generateIcal(array $events = []): Component
103
$componentFactory = new CalendarFactory();
104
$calendarComponent = $componentFactory->createCalendar($calendar);
105
106
- //4. Refresh
+ // 4. Refresh
107
$refreshProperty = new Property('REFRESH-INTERVAL;VALUE=DURATION', new TextValue('PT4H'));
108
$calendarComponent = $calendarComponent->withProperty($refreshProperty);
109
-
+
110
// 5. Output
111
return $calendarComponent;
112
}
0 commit comments