mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
update: different colors for suggested rehersal and validated rehersal
This commit is contained in:
parent
b056af78ac
commit
a3d62200ce
10 changed files with 102 additions and 24 deletions
|
|
@ -26,7 +26,12 @@ router.get(
|
|||
const baseUrl = `${req.protocol}://${req.get('host')}`;
|
||||
res
|
||||
.type('text/calendar; charset=utf-8')
|
||||
.send(buildRehearsalsFeed(rehearsals, { threshold: settings.rehearsalConfirmThreshold, baseUrl, allUsers }));
|
||||
.send(buildRehearsalsFeed(rehearsals, {
|
||||
threshold: settings.rehearsalConfirmThreshold,
|
||||
hostUserId: settings.rehearsalHostUserId,
|
||||
baseUrl,
|
||||
allUsers,
|
||||
}));
|
||||
})
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue