+ Reply to Thread
Results 1 to 2 of 2

Thread: How to connect to Google calendar API through android

  1. #1
    Join Date
    Mar 2008
    Posts
    2

    Unhappy How to connect to Google calendar API through android


    I want to access the Google calendar APIs in my android application. I am trying to write aa application similar to Google Calendar. I was unable to connect through the Google Calendar APIs , So I tried by writing a simple Server side program (using servlet) where I was trying to connect to the Google Calendar API. I am sending the parameters ( Email ,Passwd,Source,service) through normal jsp, which are required to login to the Goolge account. I am trying to send these data to this link : https://www.google.com/accounts/ClientLogin. In my Servlet (LoginServlet) I am trying to connect to the above link. I am unable to connect to the link. I I send the same data to another servlet then I can send the values.

    Reference link : http://code.google.com/apis/calendar...evingCalendars

  2. #2
    Join Date
    Jan 2009
    Posts
    9

    Default Re: How to connect to Google calendar API through android


    I've written an article about reading the calendar data directly, you can find it here: http://jimblackler.net/blog/?p=151

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts