CalDAV
Copyright © by Mario Matzulla <mario@matzullas.de>Published under the Open Content License available from http://www.opencontent.org/opl.shtml
Table Of Contents
- 1. EXT: Extends Calendar Base with CalDAV functionality
- 1.1. Read online
- 1.2. Introduction
- 1.3. Users manual
- 1.4. In order to use this extension you need to have the Calendar Base (cal) extension installed and running.
- 1.5. The typoscript template needs to have the static ics template included and configured.
- 1.6. You need to have a frontend user and a calendar assigned to him/her:
- 1.7. Read online
- 1.8. Install the caldav extension through the TYPO3 extension manager and update the database fields.
- 1.9. Define the pid's containing your frontend user and the calendar record in the extension options:
- 1.10. Read online
- 1.11. Now try and check if you can access the webinterface:
- 1.12. Read online
- 1.13. You should see: “Index for /” and two links to select: “principals” and “calendars”.
- 1.14. Now try to connect your CalDAV client to your TYPO3 calendar. The URL should look like this:
- 1.15. For mozilla thunderbird extension sunbird or lightning:
- 1.16. Read online
- 1.17. Read online
- 1.18. Read online
- 1.19. Read online
- 1.20. Depending on your webserver, you need to activate a htaccess file in the extension root, to add a rewrite rule for authentication:
- 1.21. <IfModule mod_rewrite.c>
- 1.22. RewriteEngine on
- 1.23. RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
- 1.24. </IfModule>
- 1.25. But first try if you can access without the _htaccess renamed to .htaccess.
- 1.26. ChangeLog
This document is related to version 0.0.1 of the extension caldav.