Dynamically generate event calendar #332

Merged
a3thakra merged 25 commits from adi-ical into main 2021-09-27 16:20:20 -04:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 931960e519 - Show all commits

View File

@ -29,8 +29,8 @@ export async function generateCalendar() {
start: new Date(metadata.date),
end: addHours(new Date(metadata.date), 1),
location: metadata.online
? `Online - ${metadata.location}`
: metadata.location,
? metadata.location
: `University of Waterloo - ${metadata.location}`,
organizer: "exec@csclub.uwaterloo.ca",
})),
});