The export_horde_calendars_to_ics Script

Valid for versions 108 through the latest version

Version:

108


Last modified: November 21, 2022

Overview

The /usr/local/cpanel/scripts/export_horde_calendars_to_ics script exports Horde calendars to files in .ics format. You can then import these files into Roundcube.

Important:

Only the root user can run this script.

Run the script

To run this script on the command line, use the following format:

/usr/local/cpanel/scripts/export_horde_calendars_to_ics [options]

Options

Use the following options with this script:

Option Description Example
--user Required
Export calendars for the cPanel user(s) you specify.
Note:
  • The script also exports the calendars of all email accounts under the cPanel user into separate files.
  • For multiple cPanel users, specify this option for each user.
--user=cptest --user=cptest2
--out Specify a directory for the .ics files.
Note:
If you do not use this option, the script only outputs the calendar data to the screen.
--out=/home/cptest/roundcube

Additional Documentation