calendarimporter/backend
Christoph Haas c387565a45 calendarimporter 2.1.0:
- ics sync is now implemented
2014-05-14 23:30:00 +00:00
..
config.php calendarimporter 2.1.0: 2014-05-14 23:30:00 +00:00
functions.php calendarimporter 2.1.0: 2014-05-14 23:30:00 +00:00
README.txt calendarimporter 2.1.0: 2014-05-14 23:30:00 +00:00
sync.php calendarimporter 2.1.0: 2014-05-14 23:30:00 +00:00

Backend setup:

1. Create a Admin User in Zarafa:
zarafa-admin -c adminuser -e admin@domain.com -f "Calendar Sync Admin" -p topsecretpw -a 1

2. Edit the config.php to fit your needs.

3. Setup cron to run your script every 10 minutes (or whatever...)

4. If you get an error, make sure that the mapi module is loaded for php-cli:
 * Add: /etc/php5/cli/conf.d/50-mapi.ini
 * Content: extension=mapi.so

Never run the backend script as root!