Hello everyone, I wanted to share my experience with configuring the CalDAV personal integration in OpenHAB. I recently encountered an issue where my switch items were not activating at the scheduled time, which was quite puzzling. The switch would only turn on after a specific delay, while the off functionality worked perfectly. This inconsistency was frustrating, especially since the events were correctly detected and logged in the system.After some research and trial and error, I discovered that the problem might be related to the reload interval settings in my CalDAV configuration. Initially, I had set the reload interval to 60 minutes, assuming it only affected updates from the internet calendar provider. However, it turns out that this setting also impacts how frequently the scheduler checks for events. By reducing the reload interval to 1 minute, I noticed a significant improvement in the timely activation of my switch items.Here’s a brief overview of the steps I took to resolve the issue:1. Review Logs: I carefully examined the logs to identify any patterns or discrepancies in the event handling process.2. Adjust Reload Interval: I modified the caldavio:Recordings:reloadInterval setting from 60 to 1 minute in my configuration file.3. Test and Monitor: After making the change, I closely monitored the system to ensure the switch items activated as expected.This adjustment not only resolved the delay issue but also improved the overall responsiveness of my automation setup. I hope this experience helps others who might be facing similar challenges with their CalDAV integrations. If anyone has further insights or alternative solutions, I’d love to hear about them!