Hello,
I am currently developing a module to retrieve appointments from the Zimbra calendar and display them using the fullCalendar JavaScript library. I'm facing an issue with retrieving the information. In fact, for each retrieved appointment, the only information that tells me if the appointment is recurring is the "recur" variable set to true. However, it's impossible to determine from the rest of the object's content whether the appointment is daily, weekly, etc. I am using version 10, and I am using the following SOAP request: <SearchRequest xmlns="urn:zimbraMail" types="appointment" limit="1000000" sortBy="dateDesc"><query>inid:10</query></SearchRequest>
Anyone have a method to get details to know if appointement are daily, etc ?
Thx a lot !![Smile :)]()
I am currently developing a module to retrieve appointments from the Zimbra calendar and display them using the fullCalendar JavaScript library. I'm facing an issue with retrieving the information. In fact, for each retrieved appointment, the only information that tells me if the appointment is recurring is the "recur" variable set to true. However, it's impossible to determine from the rest of the object's content whether the appointment is daily, weekly, etc. I am using version 10, and I am using the following SOAP request: <SearchRequest xmlns="urn:zimbraMail" types="appointment" limit="1000000" sortBy="dateDesc"><query>inid:10</query></SearchRequest>
Anyone have a method to get details to know if appointement are daily, etc ?
Thx a lot !

Statistics: Posted by quentin.marchand — Thu Sep 14, 2023 8:58 am