Difference between revisions of "Calendars"

From Amahi Wiki
Jump to: navigation, search
 
(33 intermediate revisions by 7 users not shown)
Line 1: Line 1:
Each Amahi server has a calendar server in it. It is meant to share calendars among the people with access the server.
+
The HDA has a Calendar server ([http://en.wikipedia.org/wiki/WebDAV WebDAV]) enabled by default in Amahi 6 (Ubuntu 12.04.x).  
  
To publish or subscribe to a calendar, you need two things:
+
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.
  
# The publishing location or URL, <nowiki>http://calendar/</nowiki>, followed by the calendar name of your choice, such as Home, John, Kids, etc.
+
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:
 
# A client calendar program
 
# A client calendar program
 +
# The publishing location or URL
 +
# The calendar name of your choice, typically Home, John, etc.
 +
 +
 +
In addition, you can also install a "client" application to browse calendars in your HDA, like [http://www.amahi.org/apps/icalendar iCalendar]
 +
 +
Calendars can be created with widely available clients such as:
 +
* [http://www.apple.com/macosx/features/ical/ Apple iCal] for Mac OS X.
 +
* [http://en.wikipedia.org/wiki/Mozilla_Sunbird Sunbird] ([[Mozilla_Sunbird|Tutorial]])
 +
* [http://www.mozilla.org/en-US/projects/calendar/ Thunderbird - Lightning Calendar]
 +
* [http://office.microsoft.com/en-us/outlook/ MS Outlook]
 +
* [http://en.wikipedia.org/wiki/Windows_Calendar Windows Calendar] for Windows Vista.
 +
* [http://en.wikipedia.org/wiki/Chandler_%28software%29 Chandler]
 +
* ... and many others.
 +
 +
 +
Technically, the HDA has a WebDAV server, commonly used for sharing online calendars and other files.
  
IMPORTANT: Only one calendar publisher is supported per calendar.
+
<u>IMPORTANT:</u> Only one calendar publisher is supported per calendar.
  
[[OutlookSync|Outlook synchronization support!]]
+
'''NOTE:''' Some clients may require that the name have the ical extension, e.g. Home.ics; you may need to experiment.
  
 
== Publishing URL ==
 
== Publishing URL ==
 +
The publishing URL for the calendar is
 +
 +
<u>Fedora</u><br />
 +
<nowiki>http://ical/<CalendarName></nowiki>.
 +
 +
<u>Ubuntu</u><br />
 +
<nowiki>http://calendar/<CalendarName></nowiki>.
 +
 +
If that fails to work, try:
  
The publishing URL for the calendar is
+
<u>Fedora</u><br />
<nowiki>
+
<nowiki>http://ical.yourdomain.com/<CalendarName></nowiki>.  
  http://calendar/<CalendarName>
+
 
</nowiki>. If that fails to work, try <nowiki>http://calendar.yourdomain.com/</nowiki>.
+
<u>Ubuntu</u><br />
 +
<nowiki>http://calendar.yourdomain.com/</nowiki>.
  
 
The <nowiki><CalendarName></nowiki> part maybe Home, or Home.ics (try this last one first).
 
The <nowiki><CalendarName></nowiki> part maybe Home, or Home.ics (try this last one first).
Line 24: Line 53:
  
 
== Accessing the Calendar ==
 
== Accessing the Calendar ==
 +
We have one application called [http://www.amahi.org/apps/icalendar iCalendar] that needs to be installed if you want to browse calendars in your hda via a web interface. Please note that this app is a '''read only''' client. It cannot create calendar entries.
 +
 +
The url for accessing the calendar is:
  
The url for accessing the calendar is
+
<nowiki>http://icalendar</nowiki>
<nowiki>
 
    http://webcal
 
</nowiki>
 
  
The url for accessing the calendar selection page is
+
The url for setting the calendar preferences page is:
<nowiki>
 
    http://hda/calendar
 
</nowiki>
 
  
The url for setting the calendar preferences page is
+
<nowiki>http://icalendar/preferences.php</nowiki>
<nowiki>
 
    http://webcal/preferences.php
 
</nowiki>
 
  
 
== Calendar Clients ==
 
== Calendar Clients ==
Line 45: Line 68:
 
* [http://www.apple.com/macosx/features/ical/ Apple iCal], for Mac OS X:<br />[[Image:ical2.jpg|Apple Ical]] [[Image:ical1.gif|Apple Ical]]
 
* [http://www.apple.com/macosx/features/ical/ Apple iCal], for Mac OS X:<br />[[Image:ical2.jpg|Apple Ical]] [[Image:ical1.gif|Apple Ical]]
 
* [http://www.mozilla.org/projects/calendar/ Mozilla Sunbird and Lightning (a perfect calendar companion for Thunderbird)], for Windows, Mac and Linux.<br />  [[Image:sunbird.png|frameless]]<br />[[Image:lightning.png|frameless]]
 
* [http://www.mozilla.org/projects/calendar/ Mozilla Sunbird and Lightning (a perfect calendar companion for Thunderbird)], for Windows, Mac and Linux.<br />  [[Image:sunbird.png|frameless]]<br />[[Image:lightning.png|frameless]]
* [http://www.microsoft.com/windows/products/windowsvista/features/details/calendar.mspx Windows Calendar], for Windows Vista.<br /> [[Image:vista-calendar.jpg|frameless]]
+
* [http://en.wikipedia.org/wiki/Windows_Calendar Windows Calendar], for Windows Vista.<br /> [[Image:vista-calendar.jpg|frameless]]
 +
:Also see [[OutlookSync|Outlook synchronization support!]]
 
* [http://www.gnome.org/projects/evolution/ Evolution], for Linux<br /> [[Image:evolution.png|frameless]]
 
* [http://www.gnome.org/projects/evolution/ Evolution], for Linux<br /> [[Image:evolution.png|frameless]]
* [http://http://www.kontact.org/ Kontact], for Linux<br /> [[Image:kontact.jpg|frameless]]
+
:For configuring Evolution to use your HDA, you may be interested by [http://forums.amahi.org/viewtopic.php?p=5782#p5782 this post].
* ... and some others.
+
* [http://www.kontact.org/ Kontact], for Linux<br /> [[Image:kontact.jpg|frameless]]
  
  
 
[[Category: Apps]]
 
[[Category: Apps]]

Latest revision as of 00:43, 27 April 2017

The HDA has a Calendar server (WebDAV) enabled by default in Amahi 6 (Ubuntu 12.04.x).

This capability is currently broken in Amahi 7 (Amahi bug 1339) and greater. For Amahi 7 (Fedora 19) and future Amahi releases, you will need to install the Amahi 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:

  1. A client calendar program
  2. The publishing location or URL
  3. The calendar name of your choice, typically Home, John, etc.


In addition, you can also install a "client" application to browse calendars in your HDA, like iCalendar

Calendars can be created with widely available clients such as:


Technically, the HDA has a WebDAV server, commonly used for sharing online calendars and other files.

IMPORTANT: Only one calendar publisher is supported per calendar.

NOTE: Some clients may require that the name have the ical extension, e.g. Home.ics; you may need to experiment.

Publishing URL

The publishing URL for the calendar is

Fedora
http://ical/<CalendarName>.

Ubuntu
http://calendar/<CalendarName>.

If that fails to work, try:

Fedora
http://ical.yourdomain.com/<CalendarName>.

Ubuntu
http://calendar.yourdomain.com/.

The <CalendarName> part maybe Home, or Home.ics (try this last one first).

Some clients, notably Sunbird, require that the name of the calendar have the ical extension (which is .ics), e.g. Home.ics. You may need to experiment with this until it works. If you calendar client asks for a username and password, use your normal login details. Please add your experiences in this page.

Names with spaces are supported.

Accessing the Calendar

We have one application called iCalendar that needs to be installed if you want to browse calendars in your hda via a web interface. Please note that this app is a read only client. It cannot create calendar entries.

The url for accessing the calendar is:

http://icalendar

The url for setting the calendar preferences page is:

http://icalendar/preferences.php

Calendar Clients

Calendars can be created with widely available clients such as:

Also see Outlook synchronization support!
For configuring Evolution to use your HDA, you may be interested by this post.