Moved to new syntax.

This commit is contained in:
Martin Edenhofer 2016-07-18 01:05:40 +02:00
parent 3317d72bc9
commit e074556d06

View file

@ -277,7 +277,7 @@ returns
cal_file = File.open(location)
end
cals = Icalendar.parse(cal_file)
cals = Icalendar::Calendar.parse(cal_file)
cal = cals.first
events = {}
cal.events.each { |event|