/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/ |
H A D | RecurringTimeWindow.php | 25 public $recurrence; variable in Google\\Service\\Container\\RecurringTimeWindow 32 public function setRecurrence($recurrence) argument 34 $this->recurrence = $recurrence; 41 return $this->recurrence;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudComposer/ |
H A D | MaintenanceWindow.php | 29 public $recurrence; variable in Google\\Service\\CloudComposer\\MaintenanceWindow 52 public function setRecurrence($recurrence) argument 54 $this->recurrence = $recurrence; 61 return $this->recurrence;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/ |
H A D | Event.php | 120 public $recurrence; variable in Google\\Service\\Calendar\\Event 551 public function setRecurrence($recurrence) argument 553 $this->recurrence = $recurrence; 560 return $this->recurrence;
|
/plugin/webdav/vendor/sabre/vobject/ |
H A D | CHANGELOG.md | 68 * #340: Support for `BYYEARDAY` recurrence when `FREQ=YEARLY`. (@PHPGangsta) 69 * #341: Support for `BYWEEKNO` recurrence when `FREQ=YEARLY`. (@PHPGangsta) 88 * #333: Fix endless loop on invalid `BYMONTH` values in recurrence. 304 * #211: Fix `BYDAY=-5TH` in recurrence iterator. (@lindquist) 326 * #196: Made parsing recurrence rules a lot faster on big calendars. 344 * #168: Expanding calendars now removes objects with recurrence rules that 345 don't have a valid recurrence instance. 368 * #159: The recurrence iterator, freebusy generator and iCalendar DATE and 576 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past 744 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past [all …]
|
/plugin/icalevents/vendor/sabre/vobject/ |
H A D | CHANGELOG.md | 7 * #340: Support for `BYYEARDAY` recurrence when `FREQ=YEARLY`. (@PHPGangsta) 8 * #341: Support for `BYWEEKNO` recurrence when `FREQ=YEARLY`. (@PHPGangsta) 27 * #333: Fix endless loop on invalid `BYMONTH` values in recurrence. 243 * #211: Fix `BYDAY=-5TH` in recurrence iterator. (@lindquist) 265 * #196: Made parsing recurrence rules a lot faster on big calendars. 283 * #168: Expanding calendars now removes objects with recurrence rules that 284 don't have a valid recurrence instance. 307 * #159: The recurrence iterator, freebusy generator and iCalendar DATE and 515 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past 683 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past [all …]
|
/plugin/davcard/vendor/sabre/vobject/ |
H A D | ChangeLog.md | 78 * #211: Fix `BYDAY=-5TH` in recurrence iterator. (@lindquist) 100 * #196: Made parsing recurrence rules a lot faster on big calendars. 118 * #168: Expanding calendars now removes objects with recurrence rules that 119 don't have a valid recurrence instance. 142 * #159: The recurrence iterator, freebusy generator and iCalendar DATE and 350 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past 518 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past 569 * Fixed: RecurrenceIterator now repairs recurrence rules where UNTIL < DTSTART.
|
/plugin/webdavclient/vendor/sabre/vobject/ |
H A D | ChangeLog.md | 78 * #211: Fix `BYDAY=-5TH` in recurrence iterator. (@lindquist) 100 * #196: Made parsing recurrence rules a lot faster on big calendars. 118 * #168: Expanding calendars now removes objects with recurrence rules that 119 don't have a valid recurrence instance. 142 * #159: The recurrence iterator, freebusy generator and iCalendar DATE and 350 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past 518 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past 569 * Fixed: RecurrenceIterator now repairs recurrence rules where UNTIL < DTSTART.
|
/plugin/davcal/vendor/sabre/vobject/ |
H A D | ChangeLog.md | 38 * #211: Fix `BYDAY=-5TH` in recurrence iterator. (@lindquist) 60 * #196: Made parsing recurrence rules a lot faster on big calendars. 78 * #168: Expanding calendars now removes objects with recurrence rules that 79 don't have a valid recurrence instance. 102 * #159: The recurrence iterator, freebusy generator and iCalendar DATE and 310 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past 478 * Fixed: Issue #48. Overridden events in the recurrence iterator that were past 529 * Fixed: RecurrenceIterator now repairs recurrence rules where UNTIL < DTSTART.
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_CalendarService.php | 1149 public $recurrence; variable in Google_Event 1317 public function setRecurrence(/* array(Google_string) */ $recurrence) { argument 1318 $this->assertIsArray($recurrence, 'Google_string', __METHOD__); 1319 $this->recurrence = $recurrence; 1322 return $this->recurrence;
|
/plugin/webdav/ |
H A D | composer.lock | 377 "recurrence",
|
/plugin/davcal/ |
H A D | helper.php | 1042 $recurrence = $vcal->VEVENT->RRULE; 1044 if($recurrence != null)
|
/plugin/webdav/vendor/sabre/vobject/resources/schema/ |
H A D | xcal.rng | 1023 property-recurid = element recurrence-id {
|
/plugin/icalevents/vendor/sabre/vobject/resources/schema/ |
H A D | xcal.rng | 1023 property-recurid = element recurrence-id {
|
/plugin/webdav/vendor/sabre/dav/ |
H A D | CHANGELOG.md | 1353 * Fixed: Yearly recurrence rule expansion on leap-days no behaves correctly. 1401 time of a subsequent event in the recurrence set. 1402 * Fixed: There was a problem with recurrence rules, for example the 5th tuesday 1413 * Fixed: Fixed a bug where an infinite loop could occur in the recurrence 1414 iterator if the recurrence was YEARLY, with a BYMONTH rule, and either BYDAY 1503 * Added: Support for recurrence expansion in the CALDAV:calendar-multiget and 1759 * Update: Issue 97: Looser time-range checking if there's a recurrence rule in
|