forked from u01jmg3/ics-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
28 lines (23 loc) · 1.46 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This ics-parser is under MIT license. You may use it for your own sites for
free, but I would like to get a notice when you use it ([email protected]).
If you use it for another software project, please let the information / links
to this project in the files.
It was originally hosted at http://code.google.com/p/ics-parser/ and PEAR coding standard is
used.
It was modified by John Grogg to properly handle recurring events (specifically with regards
to Microsoft Exchange)
################################################################################
# Requirements #
################################################################################
* PHP
################################################################################
# Installation #
################################################################################
* Copy all files to a folder where PHP can be executed
* Include class.iCalReader.php to your project
################################################################################
# Credits #
################################################################################
Martin Thoma (programming, bug-fixing, project management)
Frank Gregor (programming, feedback, testing)
John Grogg (programming, addition of event recurrence handling)