Zimbra REST API Reference:Import Appointments
|
Article Information |
|---|
| This article applies to the following ZCS versions. |
<< Back to Zimbra REST API Reference
REST API Method: Import Appointments
Import appointments.
URL
http://localhost:7070/home/john.doe/calendar?{params}
Go to Command Format
HTTP Method
POST
Formats
ics (Go to Response Formats)
Requires Authentication
true (Go to Authentication)
Parameters
fmt. Required. The import format. Defaults toics.
Usage Examples
The following examples show using the curl utility to post a file to the REST command. Be sure to replace {username} and {password} with the account username and password.
Import contacts from ICS format:
curl --user {username}:{password} --upload-file /tmp/myappointments.ics http://localhost:7070/home/john.doe/calendar?fmt=ics

