GCAL bindings - refreshed version

Do you have a services directory under /etc/openhab2 ?

:flushed: Yes, yes I do. Complete with a gcal.cfg file and everything else that I couldn’t find under /var/lib/openhab2.

Thanks!

1 Like

Hello,

to bindins gcal on OH2 with official version of binding 1.9 I receiving always “gcal feed contains no events …”

My primary calendar have only one event with in description:

start {
update Rele4 ON
}
end {
update Rele4 OFF
}

Any suggestion ?

Hi,

I’ve got the Gcal up and running, and I can trigger items from calendar events. But It only works with calendar_name=primary.
I have generated calendar Openhab2, and i can see this calendar and events when using google calendar api online(apis-explorer)

This is my openhab.log when trying to use Openhab2 calendar in Gcal.cfg:

[WARN ] [openhab.io.gcal.auth.GCalGoogleOAuth] - Calendar Openhab2 not found

Anyone know what the problem could be?

This is my openhab.log:
Google Calendar Event Downloader has been started
unable to change permissions for everybody: C:\openHAB2\userdata\gcal
unable to change permissions for owner: C:\openHAB2\userdata\gcal

what’s the problem?, please help

Hi,
It seems to be known problem is google-oauth library FileDataStoreFactory class. It should be only Warning, no impacting on service. See https://github.com/google/google-http-java-client/issues/315 for details.

Regards, Adam

ok
thanks for your reply

Regards
David