Remove old scheduling objects from INBOX and oc_schedulingobjects
via cron
#43621
Labels
Milestone
oc_schedulingobjects
via cron
#43621
When a scheduling event is in the past, the scheduling event should be removed from oc_schedulingobjects and the associated ICS in the scheduling inbox should be deleted: sabre-io/dav#1138
Any FREEBUSY request checks the schedulingobjects / a users inbox). The search will be limited by a start and end date. Since there is no dedicated timestamp on each entry of the table, but instead the query is done on a text column, this is where I would expect the largest performance impact.
The text was updated successfully, but these errors were encountered: