<?xml version="1.0" encoding="UTF-8"?>
<Module>
	<ModulePrefs
		title="Google Calendar for __UP_Domain__"
		directory_title="Google Calendar for Google Apps"
		description="View a Google Apps-hosted Google Calendar"
		screenshot="http://pansarvagn.net/googlecalendarfromgoogleapps-screenshot.jpg"
		thumbnail="http://pansarvagn.net/googlecalendarfromgoogleapps-thumbnail.png"
		author="Carl Johan Crafoord"
		author_email="carl.johan@pansarvagn.net"
		author_affiliation="Chas Visual Management"
		author_location="Stockholm, Sweden"
		height="300" width="261"
		title_url="https://www.google.com/calendar/hosted/__UP_Domain__/"
		render_inline="optional"
	/>
	<UserPref name="Domain" display_name="Domain" default_value="" datatype="string" required="true" />
	<Content type="html"><![CDATA[
		<script type="text/javascript">
			var prefs = new _IG_Prefs(__MODULE_ID__);
			var domain = prefs.getString("Domain");
			var url='http://www.google.com/calendar/hosted/'+domain+'/m';
			if (domain="") {
				document.write("Edit settings to set your domain");
			} else {
				document.write('<iframe frameborder="0" width="100%" height="100%" src="',url,'", scrolling="yes"></iframe>');
			}
		</script>
	]]></Content>
</Module>
