From 25544d31f91fe97b03360d2285a6317129fdf0ac Mon Sep 17 00:00:00 2001
From: Georg Ehrke <georg.stefan.germany@googlemail.com>
Date: Mon, 3 Oct 2011 12:16:06 +0200
Subject: [PATCH] added mime type for calendar files

---
 lib/mimetypes.list.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php
index 2467925719..e0570e84ea 100644
--- a/lib/mimetypes.list.php
+++ b/lib/mimetypes.list.php
@@ -32,6 +32,8 @@ return array(
 	'gz'=>'application/x-gzip',
 	'html'=>'text/html',
 	'htm'=>'text/html',
+	'ics'=>'text/calendar',
+	'ical'=>'text/calendar',
 	'jpeg'=>'image/jpeg',
 	'jpg'=>'image/jpeg',
 	'js'=>'application/javascript',
-- 
GitLab