Gudn!
Könnt Ihr mir da weiterhelfen?
Du musst mit Headern arbeiten. Wenn ich untenstehende (gekürzte) Datei aufrufe, wird sofort die Datei zum download angeboten:
<?php
/* Hier finden verschiedene Abfragen statt */
header("Content-Type: text/x-vCalendar");
header("Content-Disposition: inline; filename=\"event.vcs\"");
header('Expires: 0');
header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
header('Pragma: public');
echo "BEGIN:VCALENDAR
VERSION:1.0
BEGIN:VEVENT
DTSTART:".gmdate("Ymd",$gmt)."T".gmdate("His",$gmt)."Z
DTEND:".gmdate("Ymd",$gmt)."T".gmdate("His",$gmt)."Z
LOCATION;ENCODING=QUOTED-PRINTABLE:".$result[0]['ev_location']."
SUMMARY;ENCODING=QUOTED-PRINTABLE:".$result[0]['ev_title']."
DESCRIPTION;ENCODING=QUOTED-PRINTABLE:".$result[0]['ev_text']."
UID:".md5(gmdate("Ymd",$gmt).gmdate("His",$gmt).$result[0]['ev_location'].time())."
PRIORITY:3
END:VEVENT
END:VCALENDAR";
?>
Gruß aus Fürth in Mittelfranken,
Samoht
--
fl:| br:> va:) ls:< n4:( ss:) de:] js:| mo:}
fl:| br:> va:) ls:< n4:( ss:) de:] js:| mo:}