We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de02f0 commit 352b2f5Copy full SHA for 352b2f5
1 file changed
app/controllers/api_controller.rb
@@ -29,9 +29,6 @@ def events
29
cal.append_custom_property('X-WR-CALNAME', 'Newspeak House Events')
30
cal.append_custom_property('X-WR-TIMEZONE', 'Europe/London')
31
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))
35
36
Event.public_and_confirmed.each do |ev|
37
cal.event do |e|
0 commit comments