Open GoogleCodeExporter opened 9 years ago
Original comment by attic...@gmail.com
on 11 Feb 2011 at 3:14
[deleted comment]
[deleted comment]
plan to sync data with Google Spreadsheet. gdata api for spreadsheet
http://code.google.com/intl/zh-CN/apis/spreadsheets/data/3.0/developers_guide.ht
ml
Original comment by jebberwo...@gmail.com
on 12 Feb 2011 at 7:45
[deleted comment]
Another option for syncing data would be with google-calendar.
gdata API for calendar: https://developers.google.com/google-apps/calendar/
The fact that calendar i already organized on dates makes the implementaton
easier than using the spreadsheet as backend.
For instance, to fetch all transactions within some time frame, i would use the
'Events:list' method searching for events with a specific keyword relevant to
the Daily Money installation in question.
https://developers.google.com/google-apps/calendar/v3/reference/events/list
Original comment by ankos...@gmail.com
on 30 Mar 2012 at 12:05
Original issue reported on code.google.com by
attic...@gmail.com
on 3 Feb 2011 at 4:21