mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 02:14:06 +00:00
Use Content-Type: text/calendar for ics files
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
d971e015a6
commit
03dbceea5a
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ class ICalService {
|
|||
header('Expires: 0');
|
||||
header('Cache-Control: must-revalidate');
|
||||
header('Pragma: public');
|
||||
header("Content-Type: text/plain");
|
||||
header("Content-Type: text/calendar");
|
||||
echo $ical_text;
|
||||
exit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue