jmbtechnologylimited / icaldissect
Parses a ICAL file.
Installs: 4 063
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 1
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2024-10-25 21:23:43 UTC
README
ICalDissect PHP Composer Library ================================= Parses an ICalendar (*.ics) file. Returns objects. Note. this does not expand RRULES but instead returns them for you to note. If you want to expand them try https://github.com/JMB-Technology-Limited/RRuleUnravel Used for http://ican.openacalendar.org/ Install via composer: https://packagist.org/packages/jmbtechnologylimited/icaldissect Rules for version numbers: Minor upgrades (x.x.+1) will not change the API. Other upgrades (x.+1.0 or +1.0.0) might.