Skip to content

Commit 201a97a

Browse files
Merge pull request #57112 from nextcloud/feat/improve-calendar-migrator
feat: improve calendar migrator
2 parents 551973c + f4feec4 commit 201a97a

3 files changed

Lines changed: 988 additions & 417 deletions

File tree

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)