Skip to content

Commit

Permalink
✨ add location to iCal
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildmodeOne committed Oct 14, 2024
1 parent dd461f6 commit aedb9ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rogue-thi-app/pages/api/cl-events.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default async function handler(req, res) {
id: event.id,
summary: event.title,
description: `Veranstalter: ${event.organizer}`,
location: event.location,
start,
end,
})
Expand Down

0 comments on commit aedb9ed

Please sign in to comment.