Skip to content

Instantly share code, notes, and snippets.

View pietropr's full-sized avatar
🏆
Living

Pietro Pinton Rosa pietropr

🏆
Living
  • Botucatu - São Paulo
View GitHub Profile
@pietropr
pietropr / ICS.php
Created March 20, 2019 17:20 — 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):