iframe with Google Calendar not updating when using www?
Permalink
Hi there
I've been using an iframe with google calendar on my site for a while,http://www.casa-campanula.ch, to show when the house is already booked.
Now, it works like a charm when you access the site usinghttp://casa-campanula.ch. But if you use www up front, the calender shows up empty.
Why is that? I don't geck it.
The code I use (copied directly from google calender):
Thanks!
I've been using an iframe with google calendar on my site for a while,http://www.casa-campanula.ch, to show when the house is already booked.
Now, it works like a charm when you access the site usinghttp://casa-campanula.ch. But if you use www up front, the calender shows up empty.
Why is that? I don't geck it.
The code I use (copied directly from google calender):
<iframe src="https://www.google.com/calendar/embed?title=Casa%20Campanula&showTitle=0&showCalendars=0&height=400&wkst=2&bgcolor=%23ffffff&src=info%40casa-campanula.ch&color=%232952A3&ctz=Europe%2FZurich" style=" border-width:0 " width="560" height="400" frameborder="0" scrolling="no"></iframe>
Thanks!
There is no "www" in your iframe code.
Ken