Skip to content

Commit 352b2f5

Browse files
committed
Removing custom timezone block to make GCal behave
1 parent 6de02f0 commit 352b2f5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

app/controllers/api_controller.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ def events
2929
cal.append_custom_property('X-WR-CALNAME', 'Newspeak House Events')
3030
cal.append_custom_property('X-WR-TIMEZONE', 'Europe/London')
3131

32-
# Provide a full VTIMEZONE definition for Europe/London to ensure correct DST handling
33-
london_tz = TZInfo::Timezone.get('Europe/London')
34-
cal.add_timezone(london_tz.ical_timezone(Time.now))
3532

3633
Event.public_and_confirmed.each do |ev|
3734
cal.event do |e|

0 commit comments

Comments
 (0)