Hi,
I'm developing a web application and I'm using the embeddable
calendar. It really rocks but I'm having a very strange problem.

This is the code that I'm using on my webpage:

<iframe src="http://www.google.com/calendar/embed?
height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;
src=openguide.grupo4%40gmail.com&amp;color=%23BE6D00&amp;
src=oo1ogj86t3g3ebuhslijadqbk0%40group.calendar.google.com&amp;color=
%2328754E&amp;
src=mnfh5fcl9qpofh7bp3vbt0ql7s%40group.calendar.google.com&amp;color=
%23705770&amp;
ctz=Pacific%2FApia" style=" border-width:0 " width="800" height="600"
frameborder="0" scrolling="no"></iframe>

As you can see, it renders 3 calendars. Fine.

Then I edit the HTML source deleting one of the calendars:

<iframe src="http://www.google.com/calendar/embed?
height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;
src=openguide.grupo4%40gmail.com&amp;color=%23BE6D00&amp;
src=mnfh5fcl9qpofh7bp3vbt0ql7s%40group.calendar.google.com&amp;color=
%23705770&amp;
ctz=Pacific%2FApia" style=" border-width:0 " width="800" height="600"
frameborder="0" scrolling="no"></iframe>

I reload the page but it renders the same 3
calendars! This is driving me nuts... if the HTML source only has 2
calendars why does the browser renders 3 calendars?

If I close the browser and reopen the HTML it renders 2 calendars
only
as it's supposed.

You can try for yourself. Just create a simple HTML page and my code.

Tested on Firefox and Safari browsers.

Any workaround for this?
Thanks a lot.
--~--~---------~--~----~------------~-------~--~----~
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