cs2103aug2014-w10-4j / main

ChirpTask
3 stars 1 forks source link

Issue with Deletion of Google Task when syncing. #101

Closed newbishme closed 9 years ago

newbishme commented 9 years ago

Instead of having the task deleted from Google, the user will end up with the deleted local task back in his list (because it is synced from Google).

This is a weird behaviour and it was working before. Have to investigate if it is Google's API change or a recent commit breaking it. @cs2103aug2014-w10-4j/developers We should try to pinpoint the error spot.

newbishme commented 9 years ago

I'm going to update our Tasks and Calendar API library to the latest revision... They are Rev38 and Rev103 respectively. might help.

newbishme commented 9 years ago

Fixed this with commit 06c83ff and Updated Google Tasks and Google Calendar API to latest revision 9f4f19a

Note that delete from Google still does not delete from ChirpTask. Will look into this

newbishme commented 9 years ago

Improved this feature with commit 8854a2d