<!-- move these styles into a global definition -->

<style>
.hint {
	color: #ccc;
}

.sparkInput {
	font-size: 12px;
	padding: 5px;
	color: #222222;
	width: 500px;
	font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;
}

.sparkTextarea {
	width: 500px;
	height: 250px;
	font-size: 14px;
	padding: 3px;
	color: #222222;
	font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;
}

.sparkButton {
	font-size: 12px;
	padding: 5px;
	color: #222222;
	font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;
}

.required {
	color: red;
}

</style>

<script>
function toggleEndDate()
{
	if(	document.getElementById('endDateRow').style.display == 'none')
		document.getElementById('endDateRow').style.display = 'block';
	else
		document.getElementById('endDateRow').style.display = 'none';
}

function showNewVenue()
{
	document.getElementById('newVenue').style.display = 'block';
	document.getElementById('venueList').style.display = 'none';
	
}

function showNewLocation()
{
	document.getElementById('event_location_dropdown').style.display = 'none';
	document.getElementById('event_location_new').style.display = 'block';
	
}

</script>


<style>
	.sparkInput {
		width: 250px;
	}

</style>

<script>

function showNewLocation()
{
	document.getElementById('venue_location_dropdown').style.display = 'none';
	document.getElementById('venue_location_new').style.display = 'block';
	
}

</script>

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: My Calendar Syncing Solution</title>
	<atom:link href="http://colinloretz.com/2009/12/my-calendar-syncing-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://colinloretz.com/2009/12/my-calendar-syncing-solution/</link>
	<description>Technology &#38; Life Hacking</description>
	<lastBuildDate>Tue, 06 Jul 2010 22:12:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Thad S</title>
		<link>http://colinloretz.com/2009/12/my-calendar-syncing-solution/comment-page-1/#comment-714</link>
		<dc:creator>Thad S</dc:creator>
		<pubDate>Tue, 30 Mar 2010 15:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://colinloretz.com/?p=529#comment-714</guid>
		<description>You may want to add that to enable the Appirio Sync for Google Calendar, one needs to have Google App account which is not free (*Free 30 day trial, but CC# needed in order to activate, then $50 a year after the 30 days).

Afterwords, the Google Apps account needs to be set up in Salesforce by the Google Apps Administrator account who then needs to create a Google Apps User, through a procedure that is surprisingly not very straight-forward...

Except for that part, everything else seems to be okay...  I&#039;m still setting up though.</description>
		<content:encoded><![CDATA[<p>You may want to add that to enable the Appirio Sync for Google Calendar, one needs to have Google App account which is not free (*Free 30 day trial, but CC# needed in order to activate, then $50 a year after the 30 days).</p>
<p>Afterwords, the Google Apps account needs to be set up in Salesforce by the Google Apps Administrator account who then needs to create a Google Apps User, through a procedure that is surprisingly not very straight-forward&#8230;</p>
<p>Except for that part, everything else seems to be okay&#8230;  I&#8217;m still setting up though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Ligtenberg</title>
		<link>http://colinloretz.com/2009/12/my-calendar-syncing-solution/comment-page-1/#comment-662</link>
		<dc:creator>David Ligtenberg</dc:creator>
		<pubDate>Tue, 16 Feb 2010 00:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://colinloretz.com/?p=529#comment-662</guid>
		<description>Thanks for this article, it really helped me work out how I would sync my calendars. We are really looking forward to your release on code share for the Salesforce + Bascamp application. This is what we have been looking for. Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Thanks for this article, it really helped me work out how I would sync my calendars. We are really looking forward to your release on code share for the Salesforce + Bascamp application. This is what we have been looking for. Keep up the good work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
