aboutsummaryrefslogtreecommitdiffstats
path: root/api/handlers/ical.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/handlers/ical.go')
-rw-r--r--api/handlers/ical.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/handlers/ical.go b/api/handlers/ical.go
index c4b3989..52dfcdb 100644
--- a/api/handlers/ical.go
+++ b/api/handlers/ical.go
@@ -38,6 +38,7 @@ func GetIcal(icalService ical.Service, calendarService calendar.Service) fiber.H
return err
}
+ c.Set("Content-Type", "text/calendar")
return c.SendString(ical)
}
}