feat(event): display user calendars on event creation and edit pages #115
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ export const GET = auth(async function GET(req) {
|
|||
gte: start,
|
||||
},
|
||||
},
|
||||
status: {
|
||||
not: 'DECLINED',
|
||||
},
|
||||
},
|
||||
orderBy: {
|
||||
meeting: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue