feat(jour-fixe): backfill o365_series_id for LANdata; raise calendar query top to 500
This commit is contained in:
parent
0679aa013f
commit
4be6c54761
|
|
@ -11,6 +11,7 @@ teilnehmer:
|
||||||
- "[[Johannes Meth]]"
|
- "[[Johannes Meth]]"
|
||||||
- "[[Willhelm Meth]]"
|
- "[[Willhelm Meth]]"
|
||||||
rhythmus: wöchentlich
|
rhythmus: wöchentlich
|
||||||
|
o365_series_id: AAMkADM1ZWEzODc3LTRjMTEtNGExYi04MGMwLWNhZTE0ZjkyNDVjOABGAAAAAAAzJIlWIuj0RaXfYmzBJE-OBwDgTc1JbQW4SJ6rqQ9O1ob4AAAAAAENAAANyBnAnrwiRY4O-WqX95a9AACPsXB9AAA=
|
||||||
---
|
---
|
||||||
|
|
||||||
# LANdata — Agenda
|
# LANdata — Agenda
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@ async function getCalendarEvents(daysAhead = 7) {
|
||||||
})
|
})
|
||||||
.select('id,subject,start,end,body,attendees,seriesMasterId')
|
.select('id,subject,start,end,body,attendees,seriesMasterId')
|
||||||
.orderby('start/dateTime')
|
.orderby('start/dateTime')
|
||||||
.top(50)
|
.top(500)
|
||||||
.get();
|
.get();
|
||||||
|
|
||||||
return (response.value || []).map(parseEventToMeeting);
|
return (response.value || []).map(parseEventToMeeting);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue