WonderRoot wrote: > Hi. > > I have a non profit arts organization. We are using google calendars > to share events and community service opportunities with the public. > > Unfortunantly, sometime when people go to the page ( > http://www.wonderroot.org/wonderroot_Schedule.html ) the calendars do > not show up. I looked in the activity window in Safari and it says > that the problem is too many http redirects. > > Can anyone help me?
This isn't a question about the Calendar Data API, so you might get better suggestions from the Calendar Help group, http://groups.google.com/group/Google-Calendar-Help That said, if the problem is with users who are authenticated to edit one or both calendars you might try having only a single calendar on the page instead of two calendars in separate frames. You can combine two calendars in the same view, and they can have different colors, by specifying multiple sources in your embed uri, something like: <iframe src="http://www.google.com/calendar/embed?title=Events&mode=WEEK&height=600&wkst=1&bgcolor=%23FFFFFF&src=8jl38i9flaucvjg2u6ebdgu4dc%40group.calendar.google.com&color=%237A367A&src=ftcmsfrej5vd1ooohtfaph5c04%40group.calendar.google.com&color=%23B1365F&ctz=America%2FNew_York" style=" border-width:0 " width="600" height="400" frameborder="0" scrolling="no"></iframe> I'm not sure that you can specify the colors of the calendar separately in the query parameters so you may need to specify these in the UI for the owner of these calendars, but the rest of the code should work as expected. Ray --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
