feat(event): display user calendars on event creation and edit pages #115

Merged
lima merged 3 commits from feat/114-calendar_on_events_page into main 2025-06-29 18:11:55 +00:00
Showing only changes of commit 9f0a5813be - Show all commits

View file

@ -72,6 +72,9 @@ export const GET = auth(async function GET(req) {
gte: start,
},
},
status: {
not: 'DECLINED',
},
},
orderBy: {
meeting: {