11 '{http://calendarserver.org/ns/}share' =>
'Sabre\\CalDAV\\Xml\\Request\\Share',
17 <?xml version=
"1.0" encoding=
"utf-8" ?>
18 <CS:share xmlns:
D=
"DAV:" 19 xmlns:CS=
"http://calendarserver.org/ns/">
21 <
D:href>mailto:eric@example.com</
D:href>
22 <CS:common-name>Eric York</CS:common-name>
23 <CS:summary>Shared workspace</CS:summary>
27 <
D:href>mailto:foo@bar</
D:href>
35 'href' =>
'mailto:eric@example.com',
36 'access' => \
Sabre\DAV\Sharing\Plugin::ACCESS_READWRITE,
38 '{DAV:}displayname' =>
'Eric York',
40 'comment' =>
'Shared workspace',
43 'href' =>
'mailto:foo@bar',
44 'access' => \
Sabre\DAV\Sharing\Plugin::ACCESS_NOACCESS,
58 <?xml version=
"1.0" encoding=
"utf-8" ?>
59 <CS:share xmlns:
D=
"DAV:" 60 xmlns:CS=
"http://calendarserver.org/ns/">
62 <
D:href>mailto:eric@example.com</
D:href>
71 'href' =>
'mailto:eric@example.com',
72 'access' => \
Sabre\DAV\Sharing\Plugin::ACCESS_READ,
This class represents the {DAV:}sharee element.
Share POST request parser.
parse($xml, array $elementMap=[])