<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>google docs snooze apps script | GeekITDown Computer Services &amp; Technology Solutions</title>
	<atom:link href="https://geekitdown.com/tag/google-docs-snooze-apps-script/feed/" rel="self" type="application/rss+xml" />
	<link>https://geekitdown.com</link>
	<description>Computer Services &#38; Technology Solutions</description>
	<lastBuildDate>Wed, 03 Aug 2011 22:27:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://geekitdown.com/wp-content/uploads/2020/08/geekitdown-logo-200x200-1-100x100.jpg</url>
	<title>google docs snooze apps script | GeekITDown Computer Services &amp; Technology Solutions</title>
	<link>https://geekitdown.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Snooze Feature for Gmail</title>
		<link>https://geekitdown.com/snooze-feature-for-gmail/</link>
					<comments>https://geekitdown.com/snooze-feature-for-gmail/#comments</comments>
		
		<dc:creator><![CDATA[chief_geek]]></dc:creator>
		<pubDate>Wed, 03 Aug 2011 22:27:08 +0000</pubDate>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[gmail snooze]]></category>
		<category><![CDATA[gmail snooze feature]]></category>
		<category><![CDATA[gmail snooze label]]></category>
		<category><![CDATA[gmail snooze script]]></category>
		<category><![CDATA[google docs snooze apps script]]></category>
		<category><![CDATA[how to setup gmail snooze]]></category>
		<category><![CDATA[how to snooze in gmail]]></category>
		<category><![CDATA[snooze script for gmail]]></category>
		<guid isPermaLink="false">https://geekitdown.com/blog/?p=1121</guid>

					<description><![CDATA[<p>If you are an avid gmail user, then you probably have labels for incoming mail, likely use the &#8216;Important&#8217; label for organization and maybe even have filters setup to categorize and sort your email to unclutter your inbox. If you&#8217;re a hardcore gmail user then we&#8217;d bet you have some scripts setup for various tasks and that&#8217;s our focus today. If you read our previous post &#8216;Save Reply Time in Gmail with Canned Responses &#38; [&#8230;]</p>
<p>The post <a href="https://geekitdown.com/snooze-feature-for-gmail/">Snooze Feature for Gmail</a> first appeared on <a href="https://geekitdown.com">GeekITDown Computer Services & Technology Solutions</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>If you are an avid gmail user, then you probably have labels for incoming mail, likely use the &#8216;Important&#8217; label for organization and maybe even have filters setup to categorize and sort your email to unclutter your inbox. If you&#8217;re a hardcore gmail user then we&#8217;d bet you have some scripts setup for various tasks and that&#8217;s our focus today.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-1130" title="Gmail Snooze" src="https://geekitdown.com/wp-content/uploads/2011/08/gmail-snooze-2.jpg" alt="Gmail Snooze" width="344" height="225" /></p>
<p>If you read our previous post &#8216;<a title="Save Reply Time in Gmail with Canned Responses &amp; Filters" href="https://geekitdown.com/save-reply-time-in-gmail-with-canned-responses-filters-2/" target="_blank" rel="noopener noreferrer">Save Reply Time in Gmail with Canned Responses &amp; Filters</a>&#8216; then you already know how to setup filters for sorting your incoming email. This time around we look at something very similar but a little more on the geek side of things.</p>
<p>&nbsp;</p>
<h3>The Problem</h3>
<hr />
<p>The inbox can get cluttered and while filters do a nice job of sorting, they can become out of sight out of mind after a while. So what we need is a way to remind ourselves that a particular email is important and needs attention – just not right away.</p>
<p>&nbsp;</p>
<h3>The Solution</h3>
<hr />
<p>Google has provided us with a nice script which allows us the ability to &#8216;Snooze&#8217; emails. Snooze is just as it sounds, it&#8217;s a timed feature similar to an alarm clock. When you snooze an email, it&#8217;s placed in a &#8216;Snooze&#8217; folder until the snooze ends. After the snooze ends, the email is placed back in your inbox. All of that is accomplished with what&#8217;s called an Apps Script.</p>
<p>&nbsp;</p>
<h3>The Instruction</h3>
<hr />
<ol>
<ol>
<li>First login to your Google account and access Google Docs.</li>
<li>Click &#8216;Create New&#8217; and select spreadsheet to create a new spreadsheet document.<br />
<img decoding="async" class="aligncenter size-full wp-image-1131" title="Gmail Snooze Spreadsheet" src="https://geekitdown.com/wp-content/uploads/2011/08/gmail-snooze-1.png" alt="Gmail Snooze Spreadsheet" width="200" height="256" /></li>
<li>Click the &#8216;Tools&#8217; menu and select &#8216;Script Editor&#8217;. A new window will open.<br />
<img decoding="async" class="aligncenter size-full wp-image-1132" title="Gmail Snooze Script Editor" src="https://geekitdown.com/wp-content/uploads/2011/08/gmail-snooze-3.png" alt="Gmail Snooze Script Editor" width="219" height="280" /></li>
<li>In the right half of the window, paste the following code:<br />
<img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1148" title="Gmail Snooze Code" src="https://geekitdown.com/wp-content/uploads/2011/08/gmail-snooze-4.png" alt="Gmail Snooze Code" width="487" height="818" /></li>
<li>Click the save button and name it. We chose: Snooze</li>
<li>Click the dropdown box labeled &#8216;Select a function to run&#8217; and select &#8216;setup&#8217;.  *It is located above the area where you pasted the code.</li>
<li>Click &#8216;Run&#8217; or the blue arrow. You will be asked about granting access to your gmail. You need to grant the script access so that it can create the necessary labels in gmail for you.</li>
<li>Click &#8216;Triggers&#8217; and select &#8216;current project&#8217;s triggers&#8217;. A small window will open, select &#8216;Add a new trigger&#8217;.</li>
<li>For the dropdown boxes, select these settings: &#8216;moveSnoozes&#8217;, &#8216;time-driven&#8217;, &#8216;day timer&#8217;, &#8216;midnight to 1am&#8217;. Click save.</li>
</ol>
</ol>
<p>The script should now be up and running in your gmail. You will likely need to refresh your gmail as well as give it several minutes before it realizes the script has been added. Once gmail recognizes the script is in place you will see the &#8216;Snooze&#8217; label with sub-labels for how many days you wish to snooze an email.</p>
<p>There are a lot of possibilities with this script such as changing the max number of days for snooze, starring unsnoozed emails, etc., but this tutorial gets you started with the basics.</p>
<p>&nbsp;</p>
<h3>Your Thoughts</h3>
<hr />
<p>What do you think of this gmail scripts? Are you already using this script? Do you have other scripts you&#8217;d like to share? Let us know in the comments!</p><p>The post <a href="https://geekitdown.com/snooze-feature-for-gmail/">Snooze Feature for Gmail</a> first appeared on <a href="https://geekitdown.com">GeekITDown Computer Services & Technology Solutions</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://geekitdown.com/snooze-feature-for-gmail/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
