Posts by Auberon Vacher • 119 points
1 post
-
2
votes1
answer953
viewsA: Create iCalendar file using PHP
from https://stackoverflow.com/a/12741300/1167333 <?php class ICS { var $data; var $name; function ICS($start,$end,$name,$description,$location) { $this->name = $name; $this->data =…