Skip to content

Instantly share code, notes, and snippets.

View overrode's full-sized avatar
🏠
Working from home

DaniSimon overrode

🏠
Working from home
  • Barcelona
View GitHub Profile
@overrode
overrode / ICS.php
Created February 5, 2018 14:22 — 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):