From ff6743271de81293b2121d3e65057475d15bc31f Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 21 Jun 2016 11:32:42 +0200 Subject: [PATCH] Added README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f52cd38 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file