Hi trippinbilly25, The Calendar data API feeds won't give you the link to the .ics file for a calendar, but you could generate it yourself. You can parse the calendar ID out of the metafeed[1] and then insert it into the following URL:
http://www.google.com/calendar/ical/<calendar ID>/public/basic.ics Note that you can use projections[2] other than "basic" for the name of the .ics file. The problem you'll run into is with private calendars. Since the .ics files aren't part of the Google data implementation, there's no way to authenticate and retrieve private data. Hope that helps, Lane [1] http://code.google.com/apis/calendar/developers_guide_dotnet.html#RetrievingCalendars [2] http://code.google.com/apis/calendar/reference.html#Projection On Jul 28, 5:43 am, "Stian Totland" <[EMAIL PROTECTED]> wrote: > Ah, I was way of in php land when I replied, so my example won't do. > The principle is the same in C#, so I guess Google can help you out... > > Stian > > 2007/7/28, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > > > O i am developing this as a desktop app in C# if taht concerns the > > situation at all. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
