I'm stumped on how to get my private .ics file for my hosted account

CalendarService myService = new CalendarService("myDomain.ca");
myService.setUserCredentials("user", "pw");

Ok so now I can get the token like this
string token = myService.QueryAuthenticationToken();

...now what do I do with the token :)  Where does it get inserted into
the URL?  I know I can get the private URLs from the Google UI, but I
need to do it dynamically in my backend aspx page.

Any help would be awesomesauce
Steve
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to