I’d be very greatful for some assistance getting CALDAV Personal Set Up…
In PaperUI I have enabled both Caldav Personal and Command
I have created the config files, created a test item, and yet I get nothing on the sitemap.
In my Openhab.log file I see the following which gives me the impression that things are set up correctly.
[INFO ] [.io.caldav.internal.CalDavLoaderImpl] - CalDAV IO is properly configured.
[INFO ] [b.core.service.AbstractActiveService] - CalDav Loader has been started
[INFO ] [.io.caldav.internal.CalDavLoaderImpl] - reload job scheduled for: Tree
[INFO ] [.io.caldav.internal.CalDavLoaderImpl] - reload job scheduled for: Junk
[INFO ] [.io.caldav.internal.CalDavLoaderImpl] - reload job scheduled for: Recycling
[INFO ] [.io.caldav.internal.CalDavLoaderImpl] - reload job scheduled for: Trash
But in my Events.log I see the following:
[vent.ItemStateChangedEvent] - Calendar_Upcoming_Recycle changed from NULL to UNDEF
[vent.ItemStateChangedEvent] - Calendar_Upcoming_Junk changed from NULL to UNDEF
My Items look like this…
DateTime Calendar_Upcoming_Junk "Next Junk Waste Pickup [%1$tA, %1$tB %1$te, %1$tY at %1$tl:%1$tM%1$tp]" { caldavPersonal="calendar:Junk type:EVENT eventNr:1 value:START" }
DateTime Calendar_Upcoming_Recycle "Next Recyling Pickup (start) [%1$tA, %1$tB %1$te, %1$tY at %1$tl:%1$tM%1$tp]" { caldavPersonal="calendar:Recycling type:UPCOMING eventNr:1 value:START" }
Configuration wise, my cfg files look like this…
caldavio.cfg
# Trash Calendar
caldavio:Trash:url=https://www.google.com/calendar/dav/xxxxxxxxetmmcoi0suk@group.calendar.google.com/
caldavio:Trash:username=user@gmail.com
caldavio:Trash:password=Password
caldavio:Trash:reloadInterval=10
caldavio:Trash:preloadTime=93600
caldavio:Trash:disableCertificateVerification=false
caldavio:Trash:charset=UTF-8
# Recycling Calendar
caldavio:Recycling:url=https://www.google.com/calendar/dav/xxxxxxe0vjo2568q1as@group.calendar.google.com/
caldavio:Recycling:username=user@gmail.com
caldavio:Recycling:password=Password
caldavio:Recycling:reloadInterval=10
caldavio:Recycling:preloadTime=93600
caldavio:Recycling:disableCertificateVerification=false
caldavio:Recycling:charset=UTF-8
# TreeWaste Calendar
caldavio:Tree:url=https://www.google.com/calendar/dav/xxxxxxxxxi41hkstb0t0mva0@group.calendar.google.com/
caldavio:Tree:username=user@gmail.com
caldavio:Tree:password=Password
caldavio:Tree:reloadInterval=10
caldavio:Tree:preloadTime=93600
caldavio:Tree:disableCertificateVerification=false
caldavio:Tree:charset=UTF-8
# JunkWaste Calendar
caldavio:Junk:url=https://www.google.com/calendar/dav/xxxxxxxxxxxxi4s697mk@group.calendar.google.com/
caldavio:Junk:username=user@gmail.com
caldavio:Junk:password=Password
caldavio:Junk:reloadInterval=10
caldavio:Junk:preloadTime=93600
caldavio:Junk:disableCertificateVerification=false
caldavio:Junk:charset=UTF-8
caldavPersonal.cfg
caldavPersonal:usedCalendars=Junk,Recycling,Trash,Tree
Any guidance would be greatly appreciated.
Thansk,
Squid