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

fix(caldav): duration handling in the event reader class #48723

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

st3iny
Copy link
Member

@st3iny st3iny commented Oct 16, 2024

Summary

The call to $this->baseEvent->DURATION->getDateInterval() returns an instance of DateInterval but $this->baseEventDuration is an int.

Checklist

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
@st3iny st3iny added bug 3. to review Waiting for reviews feature: caldav Related to CalDAV internals labels Oct 16, 2024
@st3iny st3iny added this to the Nextcloud 31 milestone Oct 16, 2024
@st3iny st3iny self-assigned this Oct 16, 2024
Copy link

@megheaiulian megheaiulian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤩

@st3iny
Copy link
Member Author

st3iny commented Oct 16, 2024

/backport to stable30

@st3iny
Copy link
Member Author

st3iny commented Nov 4, 2024

/backport to stable30

@ChristophWurst ChristophWurst added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Nov 4, 2024
@st3iny st3iny merged commit d3cecf5 into master Nov 4, 2024
177 checks passed
@st3iny st3iny deleted the fix/caldav/event-reader-duration branch November 4, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug feature: caldav Related to CalDAV internals
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: caldav sync issue
7 participants