sync-engine
sync-engine copied to clipboard
starts_after and ends_after should work for recurring events
trafficstars
When I use the API to get all events and try to filter for events that are only in the future: GET https://api.nylas.com/events?ends_after={now} I get singular events fine, but the recurring events that still have instances in the future are not returned. I assume because this filter only looks at the start and end time of the original instance.