3 messages in com.googlegroups.google-calendar-help-publishersCan I specify a default date on embed...
FromSent OnAttachments
Glacier GymnasticsMay 17, 2008 2:55 pm 
E BMay 27, 2008 6:15 pm 
E BMay 27, 2008 7:03 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Can I specify a default date on embedded calendar?Actions...
From:Glacier Gymnastics ()
Date:May 17, 2008 2:55:57 pm
List:com.googlegroups.google-calendar-help-publishers

I would like my embedded calendar to default to a future month, not the current date. I have found some old threads that use the "dates" parameter to control the calendar. When I add the parameter to my html the resulting embedded calendar reads "Parameter Error" -invalid date range specified. Is this no longer supported?

Below are the old threads that I've tried. Any help would be awesome!

From: duka Date: Fri, 03 Nov 2006 04:02:30 -0800 Local: Fri, Nov 3 2006 5:02 am Subject: Re: Is there a way to set the initial date for an embedded calendar?

you can accomplish it through the parameter "dates", that specify the time interval that is shown.

Example: <iframe src="... ....mode=AGENDA&epr=3&dates=20061003%2F20061103&height=588"

also tried this...

From: Berndog Date: Fri, 20 Apr 2007 22:41:48 -0700 Local: Fri, Apr 20 2007 10:41 pm Subject: Re: Provide Link to Embedded Calendar for a Given Date Hi Rick...

What you need to do is to add is a "dates" parameter to the src string of the iframe on the following way:

<iframe src="http://www.google.com/calendar/embed? src=THEIDOFTHECALENDAR&amp;title=CALENDARTITLE &amp;epr=3&amp;height=614&amp;dates=20090415/20090415" style=" border- width:0 " width="640" frameborder="0" height="614"></iframe> for April 15th 2009.

Hope it helps!