Quote:
Originally Posted by phingers I'm trying to post a calendar entry into the Zimbra server. REST appears to only be for retrieval. |
No, you can definitely use REST POST to add items to a mailbox.
This section of the Migration wiki has details.
One note from that page: You may need to try to POST to
Code:
https://mail.server.com:<adminport>/zimbraAdmin/service/home/<username>/calendar?fmt=ics
due to server-side POST redirect issues.