Added README.md

This commit is contained in:
Christoph Haas 2016-06-21 11:32:42 +02:00
parent c387565a45
commit ff6743271d
1 changed files with 20 additions and 0 deletions

20
README.md Normal file
View File

@ -0,0 +1,20 @@
CALENDAR IMPORTER AND EXPORTER:
===
Building the calendar importer plugin for Zarafa WebApp:
```
cd /zarafa/webapp/
ant tools
cd /zarafa/webapp/plugins/
git clone https://git.sprinternet.at/zarafa_webapp/calendarimporter.git
cd calendarimporter
ant deploy
```
### Usage
Rightclick a calendarfolder or calendar entry to export it as iCal.
Rightclick a calendarfolder to import a iCal file.
Rightclick a iCal attachment to import it.