<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Gmail Google Calendar sidebar | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/8921</link>
    <description>Recent comments on userscript: Gmail Google Calendar sidebar</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by ultrasur1 @ Sun, 03 Feb 2008 10:10:23 -0600</title>
      <description>&lt;p&gt;werd. this needs to be updated....please. great script &amp;amp; i miss it terribly.&lt;/p&gt;</description>
      <pubDate>Sun, 03 Feb 2008 10:10:23 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21428</guid>
      <author>ultrasur1</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by jfermons @ Thu, 17 Jan 2008 13:00:29 -0600</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;It's a great tool, but it doesn't work anymore with the new version of Gmail.&lt;/p&gt;

&lt;p&gt;Do you plan to make another version that works with it?&lt;/p&gt;

&lt;p&gt;Thanks,
&lt;br /&gt;Jack&lt;/p&gt;</description>
      <pubDate>Thu, 17 Jan 2008 13:00:29 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21429</guid>
      <author>jfermons</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by The Dot @ Tue, 20 Nov 2007 00:03:19 -0600</title>
      <description>&lt;p&gt;Hi. I liked this idea so i made another script that integrates calendar. It isnt half as advanced as this and it doesnt even work in the same way but i thought it might be of use to somebody so i put it up &lt;a href=&quot;http://userscripts.org/scripts/show/13727&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Tue, 20 Nov 2007 00:03:19 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21430</guid>
      <author>The Dot</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by Dityus Seagullus @ Thu, 08 Nov 2007 06:18:31 -0600</title>
      <description>&lt;p&gt;Brilliant script - makes managing ur day so easy ... but gmail v2 does'nt allow it... managing by reverting back to the older version of gmail each time..
&lt;br /&gt;But Brad- workout a new version please!!&lt;/p&gt;</description>
      <pubDate>Thu, 08 Nov 2007 06:18:31 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21431</guid>
      <author>Dityus Seagullus</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by Chew @ Tue, 30 Oct 2007 11:39:08 -0500</title>
      <description>&lt;p&gt;Hmmm now that I got it working, the sidebar shows the time +8 hours from my calendars. My calendars are set at GMT+8 as I stay in Malaysia. 11am becomes 7pm in the sidebar.&lt;/p&gt;</description>
      <pubDate>Tue, 30 Oct 2007 11:39:08 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21432</guid>
      <author>Chew</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by Chew @ Tue, 30 Oct 2007 10:46:15 -0500</title>
      <description>&lt;p&gt;Did some googling and got it. THanks so much&lt;/p&gt;</description>
      <pubDate>Tue, 30 Oct 2007 10:46:15 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21433</guid>
      <author>Chew</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tracy McKibben @ Mon, 29 Oct 2007 07:52:00 -0500</title>
      <description>&lt;p&gt;Thanks Tom, that does indeed fix the problem.&lt;/p&gt;</description>
      <pubDate>Mon, 29 Oct 2007 07:52:00 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21434</guid>
      <author>Tracy McKibben</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by Chew @ Sun, 28 Oct 2007 22:13:18 -0500</title>
      <description>&lt;p&gt;Errm I am not good with the scripts. Could someone amend and then I could just download and install it? Sorry or maybe someone could share how to edit it. Thank you in advanced&lt;/p&gt;</description>
      <pubDate>Sun, 28 Oct 2007 22:13:18 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21435</guid>
      <author>Chew</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tom Parker @ Fri, 26 Oct 2007 04:41:33 -0500</title>
      <description>&lt;p&gt;Replacing line 393
&lt;br /&gt;if(whoNodes[whoI].getElements(&quot;gd:attendeeStatus&quot;)[0].getAttribute('value').match(/.declined/)
&lt;br /&gt;with 
&lt;br /&gt;if (whoNodes[whoI].getElements(&quot;gd:attendeeStatus&quot;).length!=0 &amp;amp;&amp;amp; whoNodes[whoI].getElements(&quot;gd:attendeeStatus&quot;)[0].getAttribute('value').match(/.declined/)&lt;/p&gt;

&lt;p&gt;fixes the loading problem&lt;/p&gt;

&lt;p&gt;(i.e. adding &quot;whoNodes[whoI].getElements(&quot;gd:attendeeStatus&quot;).length!=0&quot; test to the beginning)&lt;/p&gt;</description>
      <pubDate>Fri, 26 Oct 2007 04:41:33 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21436</guid>
      <author>Tom Parker</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by buono @ Thu, 25 Oct 2007 03:22:15 -0500</title>
      <description>&lt;p&gt;Yes, I have had this issue for 4 days.&lt;/p&gt;

&lt;p&gt;It happens on each machine I use.&lt;/p&gt;</description>
      <pubDate>Thu, 25 Oct 2007 03:22:15 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21437</guid>
      <author>buono</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tracy McKibben @ Wed, 24 Oct 2007 12:24:09 -0500</title>
      <description>&lt;p&gt;I've been using this script for several months, love it.  Yesterday, it stopped working - the sidebar gets stuck on &quot;Loading &amp;lt;my&gt;&quot;.  I assume Google changed something.  Anybody else having this problem?&amp;lt;/my&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 24 Oct 2007 12:24:09 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21438</guid>
      <author>Tracy McKibben</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by buono @ Mon, 08 Oct 2007 03:00:05 -0500</title>
      <description>&lt;p&gt;I have a strange issue. All was working fine but now I have calendar entries appearing in the sidebar in seemingly random phases. At the moment I have some appointments from the next 3 weeks appearing, but they are not the next 5 in my Google Calendar.&lt;/p&gt;

&lt;p&gt;is there a certain type of appointment that does or does not get displayed?&lt;/p&gt;

&lt;p&gt;I have some that are displayed for a few days and then neared the event are no longer displayed.&lt;/p&gt;</description>
      <pubDate>Mon, 08 Oct 2007 03:00:05 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21439</guid>
      <author>buono</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by gehx @ Sat, 22 Sep 2007 12:02:59 -0500</title>
      <description>&lt;p&gt;got my last issue sorted, now is there a way to use this w/o having to make my calendar viewable to the world?&lt;/p&gt;</description>
      <pubDate>Sat, 22 Sep 2007 12:02:59 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21440</guid>
      <author>gehx</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by gehx @ Sat, 22 Sep 2007 11:47:04 -0500</title>
      <description>&lt;p&gt;where is the down arrow beside the calendar name in the left panel???&lt;/p&gt;</description>
      <pubDate>Sat, 22 Sep 2007 11:47:04 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21441</guid>
      <author>gehx</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by Cristo @ Sat, 22 Sep 2007 11:26:54 -0500</title>
      <description>&lt;p&gt;Hi, 
&lt;br /&gt;i've solved for my question 2 and suggest to check for this also to other users experiencing the problem:&lt;/p&gt;

&lt;p&gt;on Google Bookmark you have to set the label of the link to your calendar to GMgcal, not the name of the link.&lt;/p&gt;</description>
      <pubDate>Sat, 22 Sep 2007 11:26:54 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21442</guid>
      <author>Cristo</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by Cristo @ Sat, 22 Sep 2007 11:10:21 -0500</title>
      <description>&lt;p&gt;Hi, two question:&lt;/p&gt;

&lt;p&gt;1 - Is the actualy script secure against the cookie stealing problem?&lt;/p&gt;

&lt;p&gt;2 - I tried anyway to use it and even though i setted it as described it doesn't show me my calendar but the phrase &quot;&quot;Calendar URL not found. Please run Setup under Tools -&gt; User Script. Commands.&quot; Why?&lt;/p&gt;</description>
      <pubDate>Sat, 22 Sep 2007 11:10:21 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21443</guid>
      <author>Cristo</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by Glenn @ Wed, 19 Sep 2007 15:17:17 -0500</title>
      <description>&lt;p&gt;Hey Brad, I've made some enhancements to this scripts.  I cleaned up the caching so it doesn't have to re-render every time gmail is refreshed - my computer is slow :( ; I moved the color checking to the name of the bookmark rather than the name of the calendar ; and I started pulling the bookmark data from the bookmark rss feed ; and a couple of other minor fixes to prevent firebug from spamming me with warnings :-)
&lt;br /&gt;I'm wasn't sure of the best way to get it to you (since I couldn't find an email, or private message thing with attachments) so I just posted it as a new script.  Review it at your leisure, incorporate the changes - or not :-)
&lt;br /&gt;Anyway, here it is: &lt;a href=&quot;http://userscripts.org/scripts/show/12396&quot;&gt;http://userscripts.org/scripts/show/12396&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 19 Sep 2007 15:17:17 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21444</guid>
      <author>Glenn</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by Nathan Sudds @ Tue, 18 Sep 2007 10:57:44 -0500</title>
      <description>&lt;p&gt;Does this work with Gmail for my domain?  I love the idea, because sometimes I forget to look at the calendar and it's great to have it right there in Gmail.&lt;/p&gt;</description>
      <pubDate>Tue, 18 Sep 2007 10:57:44 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21445</guid>
      <author>Nathan Sudds</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by tommy13v @ Sun, 17 Jun 2007 11:48:14 -0500</title>
      <description>&lt;p&gt;I have recurring events and when the it gets to one it only shows that event over and over instead of showing it once and moving on.&lt;/p&gt;</description>
      <pubDate>Sun, 17 Jun 2007 11:48:14 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21446</guid>
      <author>tommy13v</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by Sheeko @ Fri, 15 Jun 2007 22:14:41 -0500</title>
      <description>&lt;p&gt;I would agree ... allowing for calendar colors without having to change the calendar name would be great. I still use the google calendar site and would not like to see my calendar names along with the color code.&lt;/p&gt;</description>
      <pubDate>Fri, 15 Jun 2007 22:14:41 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21447</guid>
      <author>Sheeko</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tomas @ Mon, 04 Jun 2007 04:17:02 -0500</title>
      <description>&lt;p&gt;Same problem here: &quot;Calendar URL not found. Please run Setup under Tools -&gt; User Script Commands.&quot;&lt;/p&gt;</description>
      <pubDate>Mon, 04 Jun 2007 04:17:02 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21448</guid>
      <author>Tomas</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by RVeur23 @ Mon, 28 May 2007 09:57:33 -0500</title>
      <description>&lt;p&gt;I don't undestand... It's not working and I'v tryed several time the configuration steps... it's always displaying &quot;Calendar URL not found. Please run Setup under Tools -&gt; User Script Commands.&quot; :(&lt;/p&gt;</description>
      <pubDate>Mon, 28 May 2007 09:57:33 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21449</guid>
      <author>RVeur23</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by Deb Morrissey @ Wed, 23 May 2007 09:14:55 -0500</title>
      <description>&lt;p&gt;Do you have any idea why my appointments are displaying 4 hours off? (10:00am is showing as 2:00pm, etc.). &lt;/p&gt;

&lt;p&gt;And the colors are not working for me properly either - one calendar changed colors (luckily the most important one), but the others refused. Would the fact that they're public calendars make a difference?&lt;/p&gt;</description>
      <pubDate>Wed, 23 May 2007 09:14:55 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21450</guid>
      <author>Deb Morrissey</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ephilei @ Tue, 15 May 2007 22:06:41 -0500</title>
      <description>&lt;p&gt;Oops! Disregard my last comment.&lt;/p&gt;</description>
      <pubDate>Tue, 15 May 2007 22:06:41 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21451</guid>
      <author>Ephilei</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ephilei @ Tue, 15 May 2007 22:05:39 -0500</title>
      <description>&lt;p&gt;Great script! Would be nice to add a keyboard shortcut to toggle. Google Reader does this using just &quot;u&quot;.&lt;/p&gt;</description>
      <pubDate>Tue, 15 May 2007 22:05:39 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:10242:21452</guid>
      <author>Ephilei</author>
      <link>http://userscripts.org/topics/10242</link>
    </item>
  </channel>
</rss>
