<?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>Sebastian Mogilowskis Blog &#187; sunbird</title>
	<atom:link href="http://www.mogilowski.net/lang/en-us/tag/sunbird/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mogilowski.net</link>
	<description>Just another blog about administration, linux and other stuff</description>
	<lastBuildDate>Tue, 17 Jan 2012 13:42:30 +0000</lastBuildDate>
	<language>en-us</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Create an iCalendar server with debian 5.0 lenny</title>
		<link>http://www.mogilowski.net/lang/en-us/2009/02/16/create-an-icalendar-server-with-debian-50-lenny</link>
		<comments>http://www.mogilowski.net/lang/en-us/2009/02/16/create-an-icalendar-server-with-debian-50-lenny#comments</comments>
		<pubDate>Mon, 16 Feb 2009 09:06:10 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[5.0]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ical]]></category>
		<category><![CDATA[icalender]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[sunbird]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=302</guid>
		<description><![CDATA[First you need an working apache2 webserver with mod &#8220;dav_fs&#8221;. If you want iCal over SSL you need a configurated &#8220;mod_ssl&#8221; on your apache2 webserver. a2enmod dav_fs Next step is the apache configuration: Insert this in your &#8220;virtualhost&#8221; configuration. Alias /iCalendar /your/path/to/iCalendar &#60;location /iCalendar&#62; DAV On &#60;/location&#62; Now you can create a new calendar with [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">First you need an working apache2 webserver with mod &#8220;dav_fs&#8221;. If you want iCal over SSL you need a configurated &#8220;mod_ssl&#8221; on your apache2 webserver.</span></p>
<pre>
a2enmod dav_fs
</pre>
<p><span lang="en-us">Next step is the apache configuration:</span></p>
<p><span lang="en-us">Insert this in your &#8220;virtualhost&#8221; configuration.</span></p>
<pre>
Alias /iCalendar /your/path/to/iCalendar
&#60;location /iCalendar&#62;
    DAV On
&#60;/location&#62;
</pre>
<p><span lang="en-us">Now you can create a new calendar with sunbird for example. Just add a new calendar, select &#8220;Network calendar&#8221; and &#8220;iCalendar (ICS)&#8221; and insert the URL to your server: &#8220;http://your.server.address/iCalendar/myCalendar.ics&#8221; (Or use https)</span><br />
</p>
<p><span lang="en-us">You can protect your calendar directory with username and password, too.</span></p>
<p><span lang="en-us">Example with mysql authentification:</span></p>
<pre>
Alias /iCalendar /your/path/to/iCalendar
&#60;location /iCalendar&#62;
    DAV On
    AuthBasicAuthoritative Off
    AuthUserFile /dev/null
    AuthMySQL On
    AuthName "Calendar"
    AuthType Basic
    Auth_MySQL_Host localhost
    Auth_MySQL_User DB_USER
    Auth_MySQL_Password DB_PASS
    AuthMySQL_DB DB_NAME
    AuthMySQL_Password_Table DB_TABLE
    Auth_MySQL_Username_Field DB_USER_FIELD
    Auth_MySQL_Password_Field DB_PASSWORD_FIELD
    Auth_MySQL_Empty_Passwords Off
    Auth_MySQL_Encryption_Types Crypt_DES
    Auth_MySQL_Authoritative On
    require valid-user
&#60;/location&#62;
</pre>
<p><span lang="en-us">Example with password file:</span></p>
<pre>
Alias /iCalendar /your/path/to/iCalendar
&#60;location /iCalendar&#62;
    DAV On
    AuthName "Calendar"
    AuthUserFile "/your/path/to/.htpasswd"
    require valid-user
&#60;/location&#62;
</pre>
<p><span lang="en-us">Creating password file:</span></p>
<pre>
htpasswd -c /your/path/to/.htpasswd MY_USER
</pre>
<p><span lang="en-us">Now you have to change the URL to your calendar in sunbird to &#8220;http://MY_USER:MY_PASSWORD@your.server.address/iCalendar/myCalendar.ics&#8221;.<br />
</span></p>
<p><span lang="en-us">If you want an additional webinterface to your calendar you should take a look at <a title="http://www.php-calendar.com" href="http://www.php-calendar.com" target="_blank">http://www.php-calendar.com</a></span></p>
<div class="ngg-galleryoverview" id="ngg-gallery-16-302">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.mogilowski.net/lang/en-us/2009/02/16/create-an-icalendar-server-with-debian-50-lenny?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-135" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://cdn.mogilowski.net/wp-content/gallery/icalendar/bildschirmfoto-week-8-calendar.png" title=" " class="shutterset_set_16" >
								<img title="bildschirmfoto-week-8-calendar.png" alt="bildschirmfoto-week-8-calendar.png" src="http://cdn.mogilowski.net/wp-content/gallery/icalendar/thumbs/thumbs_bildschirmfoto-week-8-calendar.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-136" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://cdn.mogilowski.net/wp-content/gallery/icalendar/bildschirmfoto-mycalendar-sonntag-15-februar-mozilla-firefox.png" title=" " class="shutterset_set_16" >
								<img title="bildschirmfoto-mycalendar-sonntag-15-februar-mozilla-firefox.png" alt="bildschirmfoto-mycalendar-sonntag-15-februar-mozilla-firefox.png" src="http://cdn.mogilowski.net/wp-content/gallery/icalendar/thumbs/thumbs_bildschirmfoto-mycalendar-sonntag-15-februar-mozilla-firefox.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	
 	
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2009/02/16/create-an-icalendar-server-with-debian-50-lenny/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 18/36 queries in 0.022 seconds using apc
Object Caching 567/581 objects using apc
Content Delivery Network via cdn.mogilowski.net

Served from: www.mogilowski.net @ 2012-02-05 02:16:34 -->
