Hello,
Can you please help me understand the Team Events sorting order returned by Dropbox API?
I found only this info:

I developed an .NET application, which reads Team Events using Dropbox .NET SDK methods GetEventsAsync and GetEventsContinueAsync. The application uses TimeRange parameter to pass date range for events to read. For eaxample, StartDate: 10-Sep-2020 and EndDate: 28-Sep-2020, on each method call I get the events list and start process them one by one until the HasMore flag is false. If something goes wrong during processing the current event, the application saves the last succesfully processed event and exit. On the application next run the saved last event is used to continue with remaining events. To make sure nothing will be missed, I need your help to find the best solution. Perhaps having knowledge how the events are sorted might help.
Please advise me what is the best way to achive this goal.
Thanks,
Gevorg