<?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>DevOnLinux &#187; evolution mirror</title>
	<atom:link href="http://blog.devonlinux.net/tag/evolution-mirror/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.devonlinux.net</link>
	<description>ICT solutions that work</description>
	<lastBuildDate>Tue, 02 Feb 2010 23:54:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mirror Thunderbird calendars to Evolution Data Server</title>
		<link>http://blog.devonlinux.net/2009/04/16/mirror-thunderbird-calendars-to-evolution-data-server/</link>
		<comments>http://blog.devonlinux.net/2009/04/16/mirror-thunderbird-calendars-to-evolution-data-server/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 08:33:42 +0000</pubDate>
		<dc:creator>ed0t</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[evolution mirror]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[syncit]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=83</guid>
		<description><![CDATA[I have recently discovered Evolution Mirror, an interesting Thunderbird add-on that aims to mirror Thunderbird calendars to Evolution Data Server. This lets me to manage my calendars with Thunderbird as usual and to see my events in the Gnome Clock applet. It is still in development but it is a great intitiative of Teester because [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently discovered <a title="Go to Evolution Mirror add-on" href="https://addons.mozilla.org/en-US/thunderbird/addon/9656">Evolution Mirror</a>, an interesting Thunderbird add-on that aims to mirror Thunderbird calendars to Evolution Data Server. This lets me to manage my calendars with Thunderbird as usual and to see my events in the Gnome Clock applet.</p>
<p><img class="alignright size-full wp-image-89" title="gnomeclock" src="http://blog.devonlinux.net/wp-content/uploads/2009/04/gnomeclock.jpg" alt="gnomeclock" width="200" height="195" align="right" />It is still in development but it is a great intitiative of <a title="Go to user page" href="https://addons.mozilla.org/en-US/thunderbird/user/36228">Teester</a> because it&#8217;s a good way to integrate Thunderbird with Gnome.</p>
<p>The plugin is written in Python, and <strong>it needs the python-evolution binding</strong>. Now i will explain you how to install it. I am using Ubuntu 8.10 Intrepid Ibex 64 bit version.</p>
<p>Obviously you need on your system Thunderbird and its calendar extension: <a title="Go to Lightning add-on page" href="https://addons.mozilla.org/en-US/thunderbird/addon/2313">Lightning</a>.</p>
<p>Open <em>Synaptic</em> and install these packages and their dependencies:</p>
<pre>python2.5-dev, python-gtk2-dev, libecal1.2-dev,
libgdk-pixbuf-dev, libebook1.2-dev</pre>
<p>or using a terminal:</p>
<pre>sudo apt-get install python2.5-dev python-gtk2-dev libecal1.2-dev \
libgdk-pixbuf-dev libebook1.2-dev</pre>
<p>Download the evolution-python binding from <a title="Go to evolution-python page" href="http://www.conduit-project.org/wiki/evolution-python">Conduit site</a>.</p>
<p>Open a terminal and digit:</p>
<pre>tar zxvf evolution-python-0.0.4
cd evolution-python-0.0.4
./configure
make
sudo make install</pre>
<p>Well done, now evolution-python bindings are installed. Now <a title="Download Evolution Mirror" href="https://addons.mozilla.org/en-US/thunderbird/addon/9656">download Evolution Mirror</a> add-on and add it to your Thunderbird Add-ons.</p>
<p>Open Evolution, create an account. You have to do this because it creates some basic data such as the <em>Personal</em> calendar.</p>
<p>Now open your Thunderbird and start add Tasks or Events and you&#8217;ll see them on the Gnome Clock applet.</p>
<p>As i have already said, the plugin is still in development, for now it does not add events and tasks that has been already inserted before. It also merge all calendars&#8217; data in one unique Evolution calendar. These are some missing but i think and hope that they will be fixed soon.</p>
<p>Anyway is a great work! I hope to have time to help the developer in this add-on, also because it will be very useful with my still-in-development tool called <a title="Go to SyncIt Trac page" href="http://syncit.ed0t.devonlinux.net/">SyncIt</a>. Take a look on my Trac to know something about it even if it is not updated and poorly documented.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2009/04/16/mirror-thunderbird-calendars-to-evolution-data-server/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.535 seconds -->
