7 messages in com.googlegroups.google-calendar-help-dataapiSending GET request
FromSent OnAttachments
iAbh...@gmail.com19 Aug 2006 00:48 
Kyle Marvin19 Aug 2006 06:42 
iAbh...@gmail.com20 Aug 2006 23:19 
iAbh...@gmail.com20 Aug 2006 23:22 
Kyle Marvin21 Aug 2006 07:50 
iAbh...@gmail.com22 Aug 2006 05:41 
Kyle Marvin22 Aug 2006 07:07 
Subject:Sending GET request
From:iAbh...@gmail.com (iAbh@gmail.com)
Date:08/19/2006 12:48:45 AM
List:com.googlegroups.google-calendar-help-dataapi

Hi,

This is really trivial, but I can't understand where I am wrong! To send the GET request to Calendar using my URL, I am using this code: try{ URL feedUrl = new URL("http://www.google.com/calendar/feeds/iabhis...@gma@"); InputStream is = new

URL("http://www.google.com/calendar/feeds/iabhis...@gmail.com/private-<my-magic-cookie>/basic").openStream(); }catch(Exception e){ e.printStackTrace(); }

It compiles and runs but nothing happens. Can anyone please tell what is wrong in this?

Thanks.

Abhishek