-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In order to support recurring appointments, we need to clear the appts table on a regular basis. (Recurring appointments from LibCal use the same ID, so the app currently discards any instances of a recurring appointment after the first.)
Proposed implementation:
- add a method to
sqlite_cache.pyto clear theapptstable. - in
app.pyadd a new function to call the delete method and schedule itself for 24 hours from the current time - on startup, the script will need to calculate the time to midnight and schedule the above for that initial delay
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request