This manual page is for Mac OS X Server version 10.6

If you are running Mac OS X (client), this command is not available.

If you are running a different version of Mac OS X Server, view the documentation locally:

  • In Xcode

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



CALENDARSERVER_EXPORT(8)                 BSD System Manager's Manual                CALENDARSERVER_EXPORT(8)

NAME
     calendarserver_export -- Darwin Calendar Server Export Tool

SYNOPSIS
     calendarserver_export [-f config_file] [-o output_file] [-c collection] [-H home] [-r record] [-u user]

DESCRIPTION
     calendarserver_export is a tool that generates a single iCalendar file containing all of the iCalendar
     components found from all specifies input sources, providing server administrators a means by which to
     export data from the Darwin Calandar Server into a format that can be viewed and/or manipulated by
     other tools.  Multiple input sources may be specified; the resulting iCalendar data will contain the
     combined data from all sources.

OPTIONS
     -h, --help
           Displays usage information

     -f, --config FILE
           Use the Calendar Server configuration specified in the given file.

     -o, --output FILE
           Write resulting iCalendar data to the given file.

     -c, --collection DIRECTORY
           Read iCalendar objects from the calendar collection at the given path.

     -h, --home DIRECTORY
           Read iCalendar objects from all calendar collections within the calendar home at the given path.

     -r, --record TYPE:NAME
           Read iCalendar objects from all calendar collections within the calendar home for the directory
           record of the given type with the given name.

     -u, --user NAME
           Read iCalendar objects from all calendar collections within the calendar home for the directory
           user with the given name.  This is shorthand for -r user:NAME.

FILES
     /etc/caldavd/caldavd.plist
           The Calendar Server configuration file.

     /Library/CalendarServer/Documents
           The server's document root, which is the used as the backing store for the HTTP resources on the
           server.

SEE ALSO
     caldavd(8)

STANDARDS
     The iCalendar data generated by calendarserver_export is expected to comply with RFC 2445 (iCalendar).

BSD                                           November 6, 2008                                           BSD

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.