Calendar events SOAP API unnessessary ICS email to the organizer

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
Best-400-Test
Posts: 3
Joined: Tue Jan 28, 2020 9:18 am

Calendar events SOAP API unnessessary ICS email to the organizer

Post by Best-400-Test »

Hello,

We use SOAP API to make calendar events to the users calendars which are auto-accepted. This works nicely.

Only problem that we are facing is that the organizer (not other participants) of the meeting still receives an unnessessary .ICS email to his/her mailbox which is confusing to the user.

-> How can we disable this feature when using SOAP API to make calendar event to the users calendar?

Thank you!
starmoondz22
Posts: 2
Joined: Tue May 17, 2022 9:08 pm

Re: Calendar events SOAP API unnessessary ICS email to the organizer

Post by starmoondz22 »

I developped a subscribable calendar in ICS format once (in Java tho). Essentially, what you need is for your calendar to be returned by a controller instead of being sent through an email. Then, the user can "subscribe" (term most used in calendar apps) to your ICS. so you can do it
Post Reply