Skip to content

calling change-Method multiple times fails #30

@lighthousebulb

Description

@lighthousebulb

I hope you get my point:
There is something wrong within the CalDAVClient.php.

When I call the change-Method multiple times, is uses an old If-Match-Header ID.
The If-Match-Header needs to be resetted each time.

I solved this by adding a
$this->headers['match'] = ""; at line 396 in CalDAVClient.php

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions