Search found 1 match

by catone.cremonesi
Thu Feb 23, 2017 10:26 am
Forum: Developers
Topic: GetAppointment by uid using SOAP API
Replies: 1
Views: 4221

GetAppointment by uid using SOAP API

Hello all, I'm trying to fetch an appointment by uid using the SOAP API. Here's a SSCCE using the php wrapper ( https://github.com/zimbra-api/zimbra-api ): <?php require 'vendor/autoload.php'; use Zimbra\Enum\AccountBy; use Zimbra\Mail\MailFactory; use Zimbra\Struct\AccountSelector; $api = MailFacto...