Skip to content

GetCalendarItemSummaries Issues #1

@salogican

Description

@salogican

I am trying to bring the events of a specific calendar for a small reservation fee. I am using GetCalendarItemSummaries following the structure of your API. But I can not bring anything this is the answer. Could you give me a little guidance?

try { $account = new AccountSelector(AccountBy::NAME(), 'username'); $api->auth($account, 'password');
$timeStart = strtotime("01-02-2018 00:01");
$timeend = strtotime("28-02-2018 23:59");

$result = $api->GetCalendarItemSummaries($timestart, $timeend,  '580');
var_dump($result);

}
catch(Exception $ex) {
$client = $api->getClient();
echo $client->lastResponse();
}

Response:

object(Zimbra\Soap\Response)#48 (1) { ["_response":"Zimbra\Soap\Response":private]=> string(0) "" }

Thanks. Zimbra v. 8.8.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions