We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When an event in Google Calendar is changed, the change is picked up during the next poll.
The only way the change will be picked up is if event name, start time, end time, or recurrence change.
SchedulePeriod doesn't include the notion of "last modified".
SchedulePeriod
Restart the system to pick up the schedule update. Or, change the event name to match the content. Ugly, but works.
The text was updated successfully, but these errors were encountered:
Documentation update: settings precedence (#319)
e4d63c2
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: