The use case is for a class scheduling system. I would like to display class times to users in a google calendar widget. However I would also like to filter classes by room, teacher, or any other associated resource. I don't want to create a million little calendar feeds for this, it seems like it would be easier to have a custom feed URI that includes the filter parameters in it, so I could project the visibility of the events myself. Also, although Google Calendar could host the actual event data it would probably be easier for me to do it myself since I need to have that information for other purposes anyway. I figured it would be simple to just swap out the source of the feed URI as long as I could serve the feed data in the right format.
On Dec 18, 3:58 am, "Ray Baxter" <[email protected]> wrote: > Yes, you could proxy requests to Google through your own web server > and add on some authentication, but I am not sure what the use case is > here. I understand that others have reported issues, but I don't > actually understand what those issues are. > > If you want to make all of the events in a particular calendar > available for anyone to view, just make that calendar public. Google > will then do all of the work of providing you with an embed-able > calendar for your web page, all of the flavors xml, html, ics and json > will be available to your users, etc. > > Are you trying to allow users to create events on this calendar? > Otherwise I haven't seen the benefit of doing this and even that seems > mitigable with some system of automatically accepting events that you > are invited to. > > What am I missing? > > Thanks, > > Ray > > On Wed, Dec 17, 2008 at 7:49 PM, Elbow Festival > > <[email protected]> wrote: > > > Hi group, I'd like to do something involving many users and events, > > and I see that other developers have encountered limits and had > > conceptual problems aligning their data with GCalendar. I was > > wondering if I could get around these problems by having a (read-only) > > google calendar widget embedded in my app page, bound to my own > > (hosted by me on my own server) feeds of event data. In other words I > > would want my calendar URI (and subsequent feed accesses) to not start > > with "http://google.com/calendar/etc/etc/etc", but instead "http:// > > my.server.com/custom/feed/url". Is this possible, and if so, how would > > I do it? > > > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
