Thank you so much. I dont know what I was thinking - but I tried that using feed.title.toString() and that returned "Google.GData.Client.AtomTextConstruct" but I had to do feed.title.text to get the actual name. Thank you for pointing me in the right direction. Much appreciated.
Dimon On Mar 23, 12:47 am, "Frank Mantek" <[EMAIL PROTECTED]> wrote: > if you retrieve just one calendar, this would be in the title element of the > feed. If you retrieve the list of calendars, it should be the > title of the entry. > > Frank Mantek > Google > > On 3/23/07, Dimon <[EMAIL PROTECTED]> wrote: > > > > > > > Hello, > > > I was wondering if it is possible to get the calendar names if I have > > the uri of the calendars. In other words, I can read from each > > calendar and write to each calendar on the same account but cannot > > figure out how to get the calendar names (not the event names). I am > > coding in C# and using the .Net Gdata API. I assume I need to request > > a feed of some sort but dont know which one or how I would go about > > constructing such a feed. Any help is appreciated. > > > Thank you, > > > Dimon- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
