How to extract data from Google Calendar and show in plain text -
i extract data , event name google calendar show plain text. when ever calendar updated text reflect this. part of web site working on.
what way go this?
the gdata apis you're looking for. there apis .net, php, , java @ least (having used all, fine)[1]. have used zend framework's implementation [2] great success making timeclock application totaling hours members in our organization recorded on google calendars, , .net framework good. website, way go.
there nifty command line tool, though have not has success (both *nix , windows command line, though of course you'll have more processing power in *nix ;))
[1] http://code.google.com/apis/gdata/docs/client-libraries.html
[2] http://framework.zend.com/manual/en/zend.gdata.html
[3] http://code.google.com/p/googlecl/
[edit]
the project mentioned building timeclock available @ http://code.google.com/p/gcaltimeclock/ files interested in http://code.google.com/p/gcaltimeclock/source/browse/application/controllers/calendars.php , http://code.google.com/p/gcaltimeclock/source/browse/application/views/calendars/timesheets.php
Comments
Post a Comment