Hi, To focus an Embeddable Calendar to a specific date range, you need to use the dates query parameter to specify the start and end date for this range. This is an example -
http://www.google.com/calendar/embed?showTitle=0&chrome=NAVIGATION&height=588&[EMAIL PROTECTED]&mode=WEEK&dates=20080301%2F20080304 This is specifying the Embeddable Calendar to be focused on the date range 2008-03-01 to 2008-03-04 and display that in WEEK view mode. Hope that helps, Austin On Mon, Apr 21, 2008 at 10:03 AM, skin79 <[EMAIL PROTECTED]> wrote: > > Hi, > I'm using google calendar's embedding feature to show calendar events > in my web application. > I was wondering if there is a way to specify a start date different > than today when showing events in the embedded calendar (maybe with a > startdate parameter in the query string..) so that my application can > show events in a certain period of time programmatically, without the > need to manually navigate using the navbar arrows. > > Thanks for any help > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
