Skip to content

Commit

Permalink
fixup! fix: add VTIMEZONE to Appointments
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Nov 7, 2023
1 parent af198ac commit 3ecbe66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/Appointments/TimezoneGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class TimezoneGenerator {
* @param integer $from Unix timestamp with first date/time in this timezone
* @param integer $to Unix timestap with last date/time in this timezone
*
* @return null|Component|VTimeZone A Sabre\VObject\Component object representing a VTIMEZONE definition
* @return null|VTimeZone A Sabre\VObject\Component object representing a VTIMEZONE definition
* or null if no timezone information is available
*/
public function generateVtimezone(string $timezone, int $from, int $to): ?VTimeZone {
Expand Down

0 comments on commit 3ecbe66

Please sign in to comment.