nylas / sync-engine

:incoming_envelope: IMAP/SMTP sync system with modern APIs
https://nylas.com/docs/platform
GNU Affero General Public License v3.0
3.5k stars 354 forks source link

starts_after and ends_after should work for recurring events #434

Open carolinelane10 opened 7 years ago

carolinelane10 commented 7 years ago

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.