Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

1.7.21 (Unreleased)
-------------------------
- Fix #620: Fix CalendarQuery error

1.7.20 (October 20, 2025)
-------------------------
- Enh #608: Improved `Upcoming events` widget to include events from followed spaces and profiles
Expand Down
2 changes: 2 additions & 0 deletions interfaces/event/AbstractCalendarQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,8 @@ public function filterIsParticipant()
throw new FilterNotSupportedException('Participant filter not supported for this query');
}

public function filterOrIsParticipant() {}

/**
* Can be used to pre filter the result list
* @param $result
Expand Down
Loading