<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="showDate + showEvent Test" height="70" author="Google"
     author_email="calendar-gadget-questions@google.com">
   <Require feature="google.calendar-0.5" />
  </ModulePrefs>
  <Content type="html">
<![CDATA[
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
  "http://www.w3.org/TR/html4/strict.dtd">
<html>
<body>

<center>
<button onclick="google.calendar.showDate(2009,12,25)">ShowDate(2009, 12, 25)</button>
<button onclick="google.calendar.showEvent('aEAyY2M3MWI2Yjc0ZDVhMjY4MTc2NzQyNTA4YWVjNzViODY1NDJjNjEwIGVuLnVzYSNob2xpZGF5QHY')">ShowEvent(XMAS)</button>
</center>

</body>
</html>
]]>
  </Content>
</Module>
