Skip to content

Instantly share code, notes, and snippets.

View zediir's full-sized avatar

Antti Korhonen zediir

View GitHub Profile
@zediir
zediir / ICS.php
Created August 29, 2017 06:46 — 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):