Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not panic if TZ parsing of iCal feed fails (#47)
If parsing the time zone from the calendar feed fails, `loc` would be `nil` and therefore the subsequent call `checkEvents()` would fail with a panic, because the availability check requires the time.Location to be not `nil`.
- Loading branch information