Note: I'm lifting this from my DataFormWebPart.com blog post, in hopes of the workaround getting more traffic.
Scenarios:
After changing the master page on a Meeting Workspace site, the recurring meeting workspace hyperlinks under “Select a date from the list below” do not work and throw a JavaScript error.
If you create a custom master page and use it for your Meeting Workspaces, a JavaScript error is thrown.
Error:‘g_InstanceID’ is undefined
Cause:The g_instanceId global JavaScript variable is declared in a script registered runtime by the Microsoft.SharePoint.Meetings.PropertyBag web control. This control is used in the master page that’s used by Meeting Workspace sites called “MWSDefault.master” (located on server in 12 hive\TEMPLATE\GLOBAL\).
Steps to Reproduce:
Workaround: