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,
|
gte: start,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
status: {
|
||||||
|
not: 'DECLINED',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
orderBy: {
|
orderBy: {
|
||||||
meeting: {
|
meeting: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue