I've been using phpical for almost 3 months now and I'm still happy with it!
I already made some modifications to the code to better suit my needs:
- fixed display of german "umlaute"
- added display of a calendar's "last modified" timestamp in the legend
- added navigation arrow to month view
- changed event.tpl
What I'm trying to achieve now is the display of the category tag in the event-pop-up. I've looked into my ics-files and there's a line like:
- Code: Select all
CATEGORIES: Meeting
When looking through the forums I noticed that this line is currently not supported by phpical.
I tried to understand the concept of reading the ics-files (and therefore putting the content of "CATEGORIES" into some variable...) but failed miserably...
What do I have to do to read this line into the master array?
I simply don't understand how the variables are set in "ical_parser.php"...
Could somebody please help me...
TIA, Jan
