Difference between revisions of "Horde"

From dmfswiki
Jump to: navigation, search
(Created page with "[http://www.horde.org/ Horde] is an Open Source Groupware. Recent releases support CalDAV and CardDAV.")
 
Line 1: Line 1:
 
[http://www.horde.org/ Horde] is an Open Source Groupware. Recent releases support CalDAV and CardDAV.
 
[http://www.horde.org/ Horde] is an Open Source Groupware. Recent releases support CalDAV and CardDAV.
 +
 +
== Setup ==
 +
 +
=== CalDAV-Sync ===
 +
 +
 +
* '''Server URL''':  <nowiki><server>/horde/rpc.php/principals/<email address>/</nowiki>
 +
* '''Use SSL''': check accordingly
 +
* '''Username''': your login
 +
* '''Password''': your password
 +
 +
=== CardDAV-Sync ===
 +
 +
* '''Server URL''':  <nowiki><server>/horde/rpc.php/principals/<email address>/</nowiki>
 +
* '''Use SSL''': check accordingly
 +
* '''Username''': your login
 +
* '''Password''': your password
 +
 +
== known issues ==
 +
 +
=== time zone issue ===
 +
 +
At present (2013-07-04) there is a known issue with time zones in Horde. Events created in Horde are exported with ambiguous time zone information:
 +
<pre>
 +
DTSTART;TZID=Europe/Athens:20111117T200000Z
 +
DTEND;TZID=Europe/Athens:20111117T204501Z
 +
</pre>
 +
The "Z" means the time zone is <code>UTC</code>, but there is a <code>TZID</code> too that says the time zone is <code>Europe/Athens</code>.
 +
 +
=== calendar discovery doesn't work ===
 +
 +
If calendar discovery doesn't work with the path above, ensure you've updates all important libraries.
 +
Here is what a user reported (thanks Nicolas):
 +
<pre>
 +
Horde users should use imp 6.1.2 or newer version and kronolith 4.1.1 or
 +
newer version for be able to list Calendars and Tasks lists using
 +
Account URL.
 +
</pre>

Revision as of 08:11, 4 July 2013

Horde is an Open Source Groupware. Recent releases support CalDAV and CardDAV.

Setup

CalDAV-Sync

  • Server URL: <server>/horde/rpc.php/principals/<email address>/
  • Use SSL: check accordingly
  • Username: your login
  • Password: your password

CardDAV-Sync

  • Server URL: <server>/horde/rpc.php/principals/<email address>/
  • Use SSL: check accordingly
  • Username: your login
  • Password: your password

known issues

time zone issue

At present (2013-07-04) there is a known issue with time zones in Horde. Events created in Horde are exported with ambiguous time zone information:

DTSTART;TZID=Europe/Athens:20111117T200000Z
DTEND;TZID=Europe/Athens:20111117T204501Z

The "Z" means the time zone is UTC, but there is a TZID too that says the time zone is Europe/Athens.

calendar discovery doesn't work

If calendar discovery doesn't work with the path above, ensure you've updates all important libraries. Here is what a user reported (thanks Nicolas):

Horde users should use imp 6.1.2 or newer version and kronolith 4.1.1 or
newer version for be able to list Calendars and Tasks lists using
Account URL.