Skip to content

Instantly share code, notes, and snippets.

@noffr
noffr / ICS.php
Created April 12, 2017 20:19 — forked from jakebellacera/ICS.php
A convenient script to generate iCalendar (.ics) files on the fly in PHP.
<?php
/**
* ICS.php
* =======
* Use this class to create an .ics file.
*
* Usage
* -----
* Basic usage - generate ics file contents (see below for available properties):