A free calendar web application from Google that allows users to create, track, and remind people of important events.
0
votes
0answers
31 views
+50
Google Calendar sync with database
I am using google calendar api v2, and currently looking for a way to synchronize a google calendar with a local application/database (using C#, data being stored in a SQL Compact database). I am ...