diff --git a/app/src/routes/api/subscribe/+server.ts b/app/src/routes/api/subscribe/+server.ts index 74be331..f21e733 100644 --- a/app/src/routes/api/subscribe/+server.ts +++ b/app/src/routes/api/subscribe/+server.ts @@ -24,7 +24,7 @@ export const GET: RequestHandler = async () => { } ); - const icalFeed = Buffer.from(calendar.toString()); + const icalFeed = calendar.toString(); return new Response(icalFeed, { headers: {