Phew, this has been driving me crazy, too. I've been through a lot of
messages and tips, and none of them seem to work.
I've also looked at this page:
http://code.google.com/apis/calendar/reference.html#Parameters
and have played around with the start-min and start-max parameters,
but again, I can't get anything to work.
On May 17, 2:56 pm, Glacier Gymnastics wrote:
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", thatspecifythe
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&title=CALENDARTITLE
&epr=3&height=614&dates=20090415/20090415" style=" border-
width:0 " width="640" frameborder="0" height="614"></iframe>
for April 15th 2009.
Hope it helps!