2 main issues :-
1. How to delete events locally that have been removed from the API? I guess this can be done by comparing a master list of event id's and removing the ones that are not on remote. Any other ideas?
2. How to update locally events that have updated on the API without updating them all every time we sync? There is no last updated time stamp on the API which makes it really hard. Does anyone have any ideas ?
Thanks in advance.