SOAP API to read/write calendar events

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
6125amartin
Advanced member
Advanced member
Posts: 63
Joined: Sat Sep 13, 2014 1:45 am

SOAP API to read/write calendar events

Post by 6125amartin »

Hello,

I am using ZCS 8.0.6 Open Source edition on Ubuntu 14.04. I would like to write a script that can read calendar events from one user and write calendar events to another user. Is this possible with the SOAP API? I have had limited luck doing this by downloading, parsing, and uploading ICS files, but this is cumbersome and seems to put a great strain on the server. I would prefer to use the SOAP API to accomplish this if possible.

Thanks!
User avatar
jorgedlcruz
Zimbra Alumni
Zimbra Alumni
Posts: 2782
Joined: Thu May 22, 2014 4:47 pm

SOAP API to read/write calendar events

Post by jorgedlcruz »

Hi amartin,

Can you please share with us the exact result of zmcontrol -v ?



Best regards
Jorge de la Cruz https://jorgedelacruz.es
Systems Engineer at Veeam Software https://www.veeam.com/
6125amartin
Advanced member
Advanced member
Posts: 63
Joined: Sat Sep 13, 2014 1:45 am

SOAP API to read/write calendar events

Post by 6125amartin »

Sure, here it is:
Release 8.0.6.GA.5922.UBUNTU12.64 UBUNTU12_64 FOSS edition.
ploeger
Advanced member
Advanced member
Posts: 88
Joined: Thu Aug 07, 2014 8:40 am

SOAP API to read/write calendar events

Post by ploeger »

Hi!
Yes. This is definitely possible using GetAppointmentRequest and CreateAppointmentRequest. If you're doing the script in Python you can use the Python Zimbra-Library for easy use of the API. (shameless self-advertising ;-) )

Kind regards
Dennis
Post Reply