Quote:
Originally Posted by Alias Node Is it possible to run the Zimbra Calendar and Address Book exports from a command line / shell script (rather than having users go into options and do each by hand)?
If so, could someone describe how to do that? |
The following should work (IIRC):
Code:
zmprov sm user@domain gru /contacts.csv > somefile.csv
zmprov sm user@domain gru /calendar.ics > somefile.ics
to import back in:
Code:
zmprov sm user@domain.com pru /contacts.csv somefile.csv
zmprov sm user@domain.com pru /calendar.ics somefile.ics