Recently I have been trying to experiment with some new things(do I need to mention software related things?). One of the biggest pains in my life is to organize my time. I tend to be a bit late, and somewhat disorganized. To relieve the pain, I decided to I started out with developing a calendar gadget for windows Sidebar. The gadget was supposed to simply display a user’s calendar from Google Calendar with events and possibly provide ways to edit and add events. I started using Google Calendar APIs as they had a pretty good documentation. For some reasons(laziness?)I decided to use the AuthSub APIs that google provides for authorization and then download the calendar in JSON format. This is where I got stuck…
Detail below :)
