[SOLVED] Caldav on OH2 and owncloud

All,

once again I am struggling with e new feature I would like to use:
caldav on OH2 with the owncloud calendar.

My item:
Switch Z_Strega "Kaffeemaschine" <espresso>

The calendar entry is:
grafik

my caldavio.cfg seems to be ok, because OH2 recognizes the caldav entry:
2017-09-08 18:00:18.938 [DEBUG] [caldav.internal.job.EventReloaderJob] - [job] : event-end-3DFD71D8-80EB-4719-A19C-D1F379091A1D(Strega ausschalten@08.09.2017/18:05-08.09.2017/18:15)-0 - [groupName] : event-end - Fri Sep 08 18:15:00 CEST 2017

2017-09-08 18:00:18.945 [DEBUG] [caldav.internal.job.EventReloaderJob] - [job] : event-start-3DFD71D8-80EB-4719-A19C-D1F379091A1D(Strega ausschalten@08.09.2017/18:05-08.09.2017/18:15)-0 - [groupName] : event-start - Fri Sep 08 18:05:00 CEST 2017

And the event begins:
2017-09-08 18:05:00.743 [INFO ] [nhab.io.caldav.internal.job.EventJob] - event BEGIN for: 3DFD71D8-80EB-4719-A19C-D1F379091A1D(Strega ausschalten@08.09.2017/18:05-08.09.2017/18:15)

But at the end of the event:

2017-09-08 18:15:00.048 [INFO ] [nhab.io.caldav.internal.job.EventJob] - event END for: 3DFD71D8-80EB-4719-A19C-D1F379091A1D(Strega ausschalten@08.09.2017/18:05-08.09.2017/18:15)
2017-09-08 18:15:00.048 [INFO ] [nhab.io.caldav.internal.job.EventJob] - event END for: 3DFD71D8-80EB-4719-A19C-D1F379091A1D(Strega ausschalten@08.09.2017/18:05-08.09.2017/18:15)

And no command received in events.log

Any idea where to dig for the root cause?

How are you binding your switch item?

You probably need to configure either caldav-command or caldav-personal.

Hi @namraccr,

that’s a right hint. In OH1 everything worked fine, but now on OH…

I remember the need for changing the caldavio.cfg (from the OH1 openhab.cfg):
In my caldavcommand.cfg I found th old config:
caldavCommand:readCalendars=command which needs to be
readCalendars=command (I guess).
Thanks a lot!