<?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: Google App Script: Scheduling timed triggers</title>
	<atom:link href="http://mashe.hawksey.info/2012/09/google-app-script-scheduling-timed-triggers/feed/" rel="self" type="application/rss+xml" />
	<link>http://mashe.hawksey.info/2012/09/google-app-script-scheduling-timed-triggers/</link>
	<description>The musing of Martin Hawksey (EdTech Explorer)</description>
	<lastBuildDate>Thu, 23 May 2013 14:58:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Google App Script: Scheduling timed triggers JISC CETIS MASHe &#124; business analyst &#124; Scoop.it</title>
		<link>http://mashe.hawksey.info/2012/09/google-app-script-scheduling-timed-triggers/comment-page-1/#comment-68195</link>
		<dc:creator>Google App Script: Scheduling timed triggers JISC CETIS MASHe &#124; business analyst &#124; Scoop.it</dc:creator>
		<pubDate>Sun, 02 Sep 2012 20:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://mashe.hawksey.info/?p=14002#comment-68195</guid>
		<description><![CDATA[[...] Within Google Apps Script you can create basic time-based triggers (poor mans cron) to run functions on specific date/time intervals.&#160;Recently on one of my posts someone asked: &#8216;Is there a way to schedule when the script runs?&#8217;. In particular they were interested in running a particular function every 10 minutes for a set period.&#160;I did briefly look at scripting time-based triggers, but quickly realised that my original plan to control a number of timed triggers from a central spreadsheet wasn&#8217;t possible because the class TriggerBuilder doesn&#8217;t allow forSpreadsheet on TimeBased triggers. Instead I came up with this code snippet&#160; [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Within Google Apps Script you can create basic time-based triggers (poor mans cron) to run functions on specific date/time intervals.&nbsp;Recently on one of my posts someone asked: &lsquo;Is there a way to schedule when the script runs?&rsquo;. In particular they were interested in running a particular function every 10 minutes for a set period.&nbsp;I did briefly look at scripting time-based triggers, but quickly realised that my original plan to control a number of timed triggers from a central spreadsheet wasn&rsquo;t possible because the class TriggerBuilder doesn&rsquo;t allow forSpreadsheet on TimeBased triggers. Instead I came up with this code snippet&nbsp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Google App Script: Scheduling timed triggers JISC CETIS MASHe &#124; Google Apps Script &#124; Scoop.it</title>
		<link>http://mashe.hawksey.info/2012/09/google-app-script-scheduling-timed-triggers/comment-page-1/#comment-68194</link>
		<dc:creator>Google App Script: Scheduling timed triggers JISC CETIS MASHe &#124; Google Apps Script &#124; Scoop.it</dc:creator>
		<pubDate>Sun, 02 Sep 2012 20:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://mashe.hawksey.info/?p=14002#comment-68194</guid>
		<description><![CDATA[[...] Within Google Apps Script you can create basic time-based triggers (poor mans cron) to run functions on specific date/time intervals.&#160;Recently on one of my posts someone asked: &#8216;Is there a way to schedule when the script runs?&#8217;. In particular they were interested in running a particular function every 10 minutes for a set period.&#160;I did briefly look at scripting time-based triggers, but quickly realised that my original plan to control a number of timed triggers from a central spreadsheet wasn&#8217;t possible because the class TriggerBuilder doesn&#8217;t allow forSpreadsheet on TimeBased triggers. Instead I came up with this code snippet&#160; [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Within Google Apps Script you can create basic time-based triggers (poor mans cron) to run functions on specific date/time intervals.&nbsp;Recently on one of my posts someone asked: &lsquo;Is there a way to schedule when the script runs?&rsquo;. In particular they were interested in running a particular function every 10 minutes for a set period.&nbsp;I did briefly look at scripting time-based triggers, but quickly realised that my original plan to control a number of timed triggers from a central spreadsheet wasn&rsquo;t possible because the class TriggerBuilder doesn&rsquo;t allow forSpreadsheet on TimeBased triggers. Instead I came up with this code snippet&nbsp; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
