calendarimporter 2.1.0:

- ics sync is now implemented
This commit is contained in:
2014-05-14 23:30:00 +00:00
parent 38855391f0
commit c387565a45
19 changed files with 430 additions and 114 deletions
+1
View File
@@ -0,0 +1 @@
<?php␍// config options␍$ADMINUSERNAME = "admin";␍$ADMINPASSWORD = "admin";␍$SERVER = "file:///var/run/zarafa";␍$CALDAVURL = "http://localhost:8080/ical/";␍$TEMPDIR = "/tmp/";␍?>