<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Evite to Google Calendar Greasemonkey Script v1.1</title>
	<atom:link href="http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php</link>
	<description>Stuff.</description>
	<lastBuildDate>Thu, 11 Feb 2010 16:01:40 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: drumminhands</title>
		<link>http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php/comment-page-1#comment-16456</link>
		<dc:creator>drumminhands</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php#comment-16456</guid>
		<description>Is there anyway to change a setting in the script to use with a google apps calendar instead of a gmail calendar account? </description>
		<content:encoded><![CDATA[<p>Is there anyway to change a setting in the script to use with a google apps calendar instead of a gmail calendar account?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php/comment-page-1#comment-16141</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 26 May 2009 18:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php#comment-16141</guid>
		<description>Thanks Webnesto. I&#039;ve made a couple of small changes and will be updating the script at userscripts shortly. </description>
		<content:encoded><![CDATA[<p>Thanks Webnesto. I&#039;ve made a couple of small changes and will be updating the script at userscripts shortly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webnesto</title>
		<link>http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php/comment-page-1#comment-16138</link>
		<dc:creator>webnesto</dc:creator>
		<pubDate>Sun, 19 Apr 2009 17:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php#comment-16138</guid>
		<description>Hey, thanks for the script! 
 
I made some minor mods to it to work with different Evite Layouts:  Instead of looking for the Outlook link in an LI, to add next to, I just add it to the top of the body: document.body.insertBefore(gCalLink, document.body.childNodes[0]); 
 
Also, I found that even though the date/location parser might fail on the styled layout, if you go to the print view, it works there! </description>
		<content:encoded><![CDATA[<p>Hey, thanks for the script! </p>
<p>I made some minor mods to it to work with different Evite Layouts:  Instead of looking for the Outlook link in an LI, to add next to, I just add it to the top of the body: document.body.insertBefore(gCalLink, document.body.childNodes[0]); </p>
<p>Also, I found that even though the date/location parser might fail on the styled layout, if you go to the print view, it works there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Toohil</title>
		<link>http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php/comment-page-1#comment-15873</link>
		<dc:creator>Ryan Toohil</dc:creator>
		<pubDate>Sat, 10 May 2008 14:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php#comment-15873</guid>
		<description>Hi Alex,

You&#039;re unfortunately going to need a custom script to do this, but it&#039;s probably not that complicated. It could be written in nearly any scripting language (PHP, Perl, Ruby, etc). If I can summarize, what you&#039;re looking for is:

-On your site, a visitor can click on a link that takes them to a page to prepare an invitation
-On that page, they fill in the date/time, details, and addresses of people they&#039;re inviting
-The script would store that information in a database
-The script would then send out the link (with an argument) to the recipients
-When the recipient clicks the link, they get the invitation which pulls the particular entries out of the database

I know that sounds complicated, but unfortunately, that&#039;s as simple as it gets. You&#039;ll have to have a friend who&#039;s good at programming build the script and database.

The script I wrote won&#039;t work for you, unfortunately, as my script simply takes the information from an Evite and pushes it into a user&#039;s Google Calendar.

Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>You&#8217;re unfortunately going to need a custom script to do this, but it&#8217;s probably not that complicated. It could be written in nearly any scripting language (PHP, Perl, Ruby, etc). If I can summarize, what you&#8217;re looking for is:</p>
<p>-On your site, a visitor can click on a link that takes them to a page to prepare an invitation<br />
-On that page, they fill in the date/time, details, and addresses of people they&#8217;re inviting<br />
-The script would store that information in a database<br />
-The script would then send out the link (with an argument) to the recipients<br />
-When the recipient clicks the link, they get the invitation which pulls the particular entries out of the database</p>
<p>I know that sounds complicated, but unfortunately, that&#8217;s as simple as it gets. You&#8217;ll have to have a friend who&#8217;s good at programming build the script and database.</p>
<p>The script I wrote won&#8217;t work for you, unfortunately, as my script simply takes the information from an Evite and pushes it into a user&#8217;s Google Calendar.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php/comment-page-1#comment-15871</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 07 May 2008 19:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php#comment-15871</guid>
		<description>Dear Ryan,
I&#039;m putting a blog together I want readers to be able to send an invitation to friends from my blog. I want it to work just like evite. The difference is I only want to use a custom flash graphic  that a friend is creating for me. It goes with the theme of my blog. Anyway everyone is saying it&#039;s to complicated. 

Ok Fine I can get a new domain name and have a separate page hosted. Then put a button on my blog that says send an invitation it then directs the user to the page and then they build the invitation which has flash animation, they fill in the email addresses to and from just like evite. 

When the person on the other end receives it, they click the link which takes them back to the page to see the invitation and animation.  What would you suggest? How could I get a script to do this?  Would the script that you created work for this? 

P.S 
I&#039;m a novice 

Thank You

Frustrated over a blog</description>
		<content:encoded><![CDATA[<p>Dear Ryan,<br />
I&#8217;m putting a blog together I want readers to be able to send an invitation to friends from my blog. I want it to work just like evite. The difference is I only want to use a custom flash graphic  that a friend is creating for me. It goes with the theme of my blog. Anyway everyone is saying it&#8217;s to complicated. </p>
<p>Ok Fine I can get a new domain name and have a separate page hosted. Then put a button on my blog that says send an invitation it then directs the user to the page and then they build the invitation which has flash animation, they fill in the email addresses to and from just like evite. </p>
<p>When the person on the other end receives it, they click the link which takes them back to the page to see the invitation and animation.  What would you suggest? How could I get a script to do this?  Would the script that you created work for this? </p>
<p>P.S<br />
I&#8217;m a novice </p>
<p>Thank You</p>
<p>Frustrated over a blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: That Not So Fresh Feeling &#187; Blog Archive &#187; Evite to Google Calendar Greasemonkey Script v1.4</title>
		<link>http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php/comment-page-1#comment-11110</link>
		<dc:creator>That Not So Fresh Feeling &#187; Blog Archive &#187; Evite to Google Calendar Greasemonkey Script v1.4</dc:creator>
		<pubDate>Fri, 12 Oct 2007 14:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php#comment-11110</guid>
		<description>[...] I made a small revision to my Greasemonkey script that makes it smarter about handling time (particularly [...]</description>
		<content:encoded><![CDATA[<p>[...] I made a small revision to my Greasemonkey script that makes it smarter about handling time (particularly [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fsharp</title>
		<link>http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php/comment-page-1#comment-9975</link>
		<dc:creator>fsharp</dc:creator>
		<pubDate>Thu, 26 Jul 2007 18:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php#comment-9975</guid>
		<description>Works great. Very nice integration. thank you!</description>
		<content:encoded><![CDATA[<p>Works great. Very nice integration. thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: That Not So Fresh Feeling &#187; Blog Archive &#187; Evite to Google Calendar Greasemonkey Script v1.3</title>
		<link>http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php/comment-page-1#comment-9294</link>
		<dc:creator>That Not So Fresh Feeling &#187; Blog Archive &#187; Evite to Google Calendar Greasemonkey Script v1.3</dc:creator>
		<pubDate>Tue, 26 Jun 2007 02:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php#comment-9294</guid>
		<description>[...] noticed a couple of problems with my Evite to Google Calendar script, so when I got an Evite today, I took some time to figure out how to fix it. I fixed everything I [...]</description>
		<content:encoded><![CDATA[<p>[...] noticed a couple of problems with my Evite to Google Calendar script, so when I got an Evite today, I took some time to figure out how to fix it. I fixed everything I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: That Not So Fresh Feeling &#187; Blog Archive &#187; Evite to Google Calendar Greasemonkey Script v1.2</title>
		<link>http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php/comment-page-1#comment-4795</link>
		<dc:creator>That Not So Fresh Feeling &#187; Blog Archive &#187; Evite to Google Calendar Greasemonkey Script v1.2</dc:creator>
		<pubDate>Sun, 22 Apr 2007 02:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php#comment-4795</guid>
		<description>[...] got my first Evite in a while, and I noticed that my little Greasemonkey script wasn&#8217;t working for it. That lead me to go back and check out the entry at Userscripts and [...]</description>
		<content:encoded><![CDATA[<p>[...] got my first Evite in a while, and I noticed that my little Greasemonkey script wasn&#8217;t working for it. That lead me to go back and check out the entry at Userscripts and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Userscripts.org: Evite2GoogleCal</title>
		<link>http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php/comment-page-1#comment-1381</link>
		<dc:creator>Userscripts.org: Evite2GoogleCal</dc:creator>
		<pubDate>Sat, 27 Jan 2007 02:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.php#comment-1381</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] Homepage: http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.p ...  Written By:  Ryan Toohil&amp;nbsp  Tags:  googlecalendar evite gcal gcalendar Google Calendar  Script was last updated on January 27, 2007.   Comments ...  No &#039;s yet! [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] Homepage: <a href="http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.p" rel="nofollow">http://blog.ryantoohil.com/2007/01/evite-to-google-calendar-greasemonkey-script-v11.p</a> &#8230;  Written By:  Ryan Toohil&#38;nbsp  Tags:  googlecalendar evite gcal gcalendar Google Calendar  Script was last updated on January 27, 2007.   Comments &#8230;  No &#8217;s yet! [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
</channel>
</rss>
