You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: