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/iabhishek@xxxxxxxxx/private/full");
InputStream is = new
URL("http://www.google.com/calendar/feeds/iabhishek@xxxxxxxxx/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
|