Changes

From Amahi Wiki
Jump to: navigation, search
666 bytes removed ,  00:43, 27 April 2017
no edit summary
The HDA has a Calendar server ([http://en.wikipedia.org/wiki/WebDAV WebDAV]) enabled by default in Amahi 6 (Ubuntu 12.04.x).
This capability is currently broken in Amahi 7 ([https://bugs.amahi.org/issues/1339 Amahi bug 1339]) and greater. For Amahi 7 (Fedora 19) and future Amahi releases, you will need to install the Amahi [https://www.amahi.org/apps/calendar Calendar] application.
Using client software you can publish and also subscribe to published calendars on your HDA.
To publish or subscribe to a calendar in this server, you need four things:
# A client calendar program
# The publishing location or URL
'''NOTE:''' Some clients may require that the name have the ical extension, e.g. Home.ics; you may need to experiment.
 
== Amahi 7 (Fedora 19) Fix ==
The Calender server is broken ([https://bugs.amahi.org/issues/1339 Amahi bug 1339]). Below you will find a manual solution that will correct the problem.
 
* As root user, edit this file:
vi /etc/httpd/conf.d/03-calendar.conf
 
* Comment out the following lines:
<pre>#AllowOverride AuthConfig
Order allow,deny
Allow from all</pre>
 
* Add these lines afterwards:
<pre>Options Indexes FollowSymLinks MultiViews
AllowOverride AuthConfig
Require all granted</pre>
 
* Restart the web server:
systemctl restart httpd.service
 
Now you should be able to publish and access your calendar.
== Publishing URL ==
The url for accessing the calendar is:
<u>Fedora</u><br />
<nowiki>http://ical</nowiki>
 
<u>Ubuntu</u><br />
<nowiki>http://icalendar</nowiki>
The url for setting the calendar preferences page is:
<u>Fedora</u><br />
<nowiki>http://ical/preferences.php</nowiki>
 
<u>Ubuntu</u><br />
<nowiki>http://icalendar/preferences.php</nowiki>
12,424

edits