maxblome / ioBroker.calendar

Adapter for reading your Google, CalDAV and iCal calendar.
MIT License
7 stars 6 forks source link

TypeError cannot read property between of undefined at VTimezone.gettOffset #40

Open funboxbolzer opened 4 years ago

funboxbolzer commented 4 years ago

Describe the bug
when adding a new calender entry the log error

`

calendar.0 2020-05-20 09:21:35.405 error (19192) TypeError: Cannot read property 'between' of undefined at VTimezone.getOffset (/opt/iobroker/node_modules/iobroker.calendar/lib/vtimezone.js:39:53) at VTimezone.getHourOffset (/opt/iob

` is shown.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'calender'
  2. Click on 'new entry' Expected behavior
    A clear and concise description of what you expected to happen.

Screenshots & Logfiles
`

calendar.0 2020-05-20 09:21:35.405 error (19192) TypeError: Cannot read property 'between' of undefined at VTimezone.getOffset (/opt/iobroker/node_modules/iobroker.calendar/lib/vtimezone.js:39:53) at VTimezone.getHourOffset (/opt/iob

`

Versions:

Additional context
it´s not possible to add a new entry. after deleting the new entry no error is shown in the log.