zimbra-api / soap-api

Zimbra SOAP client in PHP language
BSD 3-Clause "New" or "Revised" License
62 stars 48 forks source link

Search available location, available attendees when "createAppointment" #44

Open cindy4240 opened 4 years ago

cindy4240 commented 4 years ago

Hi @nguyennv ,

I am currently try to create appointment using this zimbra api and I successfully created the appointment. My problem is if I use the same start end time and same location(room), it will create the appointment also, which will get duplicated room appointment.

May I know how to code to :

  1. Search for the available room based on the start/end time selected?
  2. Search for the GAL users when searching attendees.
  3. The availability of the selected attendees based on the start/end time selected?

Appreciate if you can give me some help.