Skip to content

Commit 7f6b708

Browse files
Merge pull request #58907 from nextcloud/backport/57112/stable33
[stable33] feat: improve calendar migrator
2 parents 473f2e7 + 74b9f2a commit 7f6b708

File tree

3 files changed

+988
-417
lines changed

3 files changed

+988
-417
lines changed

apps/dav/lib/CalDAV/CalendarImpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ public function getInvitationResponseServer(): InvitationResponseServer {
325325
public function export(?CalendarExportOptions $options = null): Generator {
326326
foreach (
327327
$this->backend->exportCalendar(
328-
$this->calendarInfo['id'],
328+
(int)$this->calendarInfo['id'],
329329
$this->backend::CALENDAR_TYPE_CALENDAR,
330330
$options
331331
) as $event

0 commit comments

Comments
 (0)