kingsor / daily-money

An android application that helps you to record your daily expenses.
0 stars 0 forks source link

Is it possible to sync data to user's google doc document? #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to sync data to user's google doc document?

Original issue reported on code.google.com by attic...@gmail.com on 3 Feb 2011 at 4:21

GoogleCodeExporter commented 9 years ago

Original comment by attic...@gmail.com on 11 Feb 2011 at 3:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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