Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[stable28] fix(dav): Prevent out-of-office event time drifts" #42164

Merged
merged 1 commit into from Dec 11, 2023

Conversation

blizzz
Copy link
Member

@blizzz blizzz commented Dec 11, 2023

Reverts #42163

merged the wrong PR, sorry.

@blizzz blizzz merged commit 4489c21 into stable28 Dec 11, 2023
22 of 26 checks passed
@blizzz blizzz deleted the revert-42163-backport/42142/stable28 branch December 11, 2023 20:20
$vCalendar->add($vtimezone);

/** @psalm-suppress UndefinedMethod */
$vEvent->DTSTART->setDateTime($start->setTimezone($calendarTimeZone)->setTime(0, 0));

Check notice

Code scanning / Psalm

PossiblyNullReference Note

Cannot call method setDateTime on possibly null value
/** @psalm-suppress UndefinedMethod */
$vEvent->DTSTART->setDateTime($start->setTimezone($calendarTimeZone)->setTime(0, 0));
/** @psalm-suppress UndefinedMethod */
$vEvent->DTEND->setDateTime($end->setTimezone($calendarTimeZone)->setTime(0, 0));

Check notice

Code scanning / Psalm

PossiblyNullReference Note

Cannot call method setDateTime on possibly null value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant