Home
last modified time | relevance | path

Searched refs:attendees (Results 1 – 15 of 15) sorted by relevance

/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php465 $attendees = array();
467 $attendees[$attendee['href']] = array(
476 if (isset($attendees[$attendee['href']])) {
477 $attendees[$attendee['href']]['name'] = $attendee['name'];
478 $attendees[$attendee['href']]['newInstances'] = $attendee['instances'];
479 $attendees[$attendee['href']]['forceSend'] = $attendee['forceSend'];
481 $attendees[$attendee['href']] = array(
493 foreach($attendees as $attendee) {
821 $attendees = array();
895 if (isset($attendees[$attendee->getNormalizedValue()])) {
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php464 $attendees = [];
466 $attendees[$attendee['href']] = [
475 if (isset($attendees[$attendee['href']])) {
476 $attendees[$attendee['href']]['name'] = $attendee['name'];
477 $attendees[$attendee['href']]['newInstances'] = $attendee['instances'];
478 $attendees[$attendee['href']]['forceSend'] = $attendee['forceSend'];
480 $attendees[$attendee['href']] = [
492 foreach ($attendees as $attendee) {
826 $attendees = [];
918 if (isset($attendees[$attendee->getNormalizedValue()])) {
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php465 $attendees = array();
467 $attendees[$attendee['href']] = array(
476 if (isset($attendees[$attendee['href']])) {
477 $attendees[$attendee['href']]['name'] = $attendee['name'];
478 $attendees[$attendee['href']]['newInstances'] = $attendee['instances'];
479 $attendees[$attendee['href']]['forceSend'] = $attendee['forceSend'];
481 $attendees[$attendee['href']] = array(
493 foreach($attendees as $attendee) {
838 $attendees = array();
916 if (isset($attendees[$attendee->getNormalizedValue()])) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php471 $attendees = [];
473 $attendees[$attendee['href']] = [
482 if (isset($attendees[$attendee['href']])) {
483 $attendees[$attendee['href']]['name'] = $attendee['name'];
484 $attendees[$attendee['href']]['newInstances'] = $attendee['instances'];
485 $attendees[$attendee['href']]['forceSend'] = $attendee['forceSend'];
487 $attendees[$attendee['href']] = [
499 foreach ($attendees as $attendee) {
846 $attendees = [];
924 if (isset($attendees[$attendee->getNormalizedValue()])) {
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php465 $attendees = array();
467 $attendees[$attendee['href']] = array(
476 if (isset($attendees[$attendee['href']])) {
477 $attendees[$attendee['href']]['name'] = $attendee['name'];
478 $attendees[$attendee['href']]['newInstances'] = $attendee['instances'];
479 $attendees[$attendee['href']]['forceSend'] = $attendee['forceSend'];
481 $attendees[$attendee['href']] = array(
493 foreach($attendees as $attendee) {
838 $attendees = array();
916 if (isset($attendees[$attendee->getNormalizedValue()])) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvent.php187 public function setAttendees($attendees) argument
189 $this->attendees = $attendees;
196 return $this->attendees;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php680 $attendees = [];
682 $attendees[] = (string)$attendee;
694 foreach ($attendees as $attendee) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php821 $attendees = [];
823 $attendees[] = (string)$attendee;
835 foreach ($attendees as $attendee) {
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1113 public $attendees; variable in Google_Event
1172 public function setAttendees(/* array(Google_EventAttendee) */ $attendees) { argument
1173 $this->assertIsArray($attendees, 'Google_EventAttendee', __METHOD__);
1174 $this->attendees = $attendees;
1177 return $this->attendees;
H A DGoogle_PlusService.php1322 public $attendees; variable in Google_ItemScope
1441 public function setAttendees(/* array(Google_ItemScope) */ $attendees) { argument
1442 $this->assertIsArray($attendees, 'Google_ItemScope', __METHOD__);
1443 $this->attendees = $attendees;
1446 return $this->attendees;
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md159 * #148: Ignore events that have attendees but no organizer.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md159 * #148: Ignore events that have attendees but no organizer.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md119 * #148: Ignore events that have attendees but no organizer.
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md385 * #148: Ignore events that have attendees but no organizer.
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md324 * #148: Ignore events that have attendees but no organizer.