home-climate-control / dz

Home Climate Control Core: *the* Open Source multi-zone temperature and climate control system.
http://homeclimatecontrol.com/
GNU General Public License v3.0
59 stars 7 forks source link

Google Calendar event change doesn't get picked up #319

Open climategadgets opened 4 months ago

climategadgets commented 4 months ago

Expected Behavior

When an event in Google Calendar is changed, the change is picked up during the next poll.

Actual Behavior

The only way the change will be picked up is if event name, start time, end time, or recurrence change.

Root Cause

SchedulePeriod doesn't include the notion of "last modified".

Workaround

Restart the system to pick up the schedule update. Or, change the event name to match the content. Ugly, but works.