Open GoogleCodeExporter opened 9 years ago
Hi Sunny,
Its very simple.
Please refer the following line of code:
CalendarUrl url = CalendarUrl.forEventFeed("your account name", "private",
"full");
/*
* pass you query parameters in terms of "Key" and "Value" pair as below.
* In this example "ctz" refers to the timezone. You can find out more
* keys (Calendar query Parameters) at
* http://code.google.com/apis/calendar/data/2.0/reference.html#Parameters
*
* hint: you need "start-min" and "start-max" parameters and set both to
* "12/3/2010", however you have to convert the date in to RFC 3339 format
*
*/
url.put("ctz", "America/Los_Angeles");
Original comment by umang.jo...@esprit.co.in
on 26 May 2011 at 10:37
Original issue reported on code.google.com by
sunnycoo...@gmail.com
on 8 Mar 2011 at 11:45