Suppose I have a .ics calendar file and I want to construct an instance of the iCal class with the events information imported from the .ics file. How can I do this with your iCalendar scripts?
David
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Suppose I have a .ics calendar file and I want to construct an instance of the iCal class with the events information imported from the .ics file. How can I do this with your iCalendar scripts?
David
i think what you need is a class for importing ical files. my class can't do this, but search at phpclasses.org. i think there is such a class.
Hi,
Thanks for the quick reply. Indeed I'm looking for a class that imports ical files.
I haven't been able to find such a class at phpclasses.org though. Do you think you can add this feature to your class?
https://sourceforge.net/projects/phpicalendar/
Hi,
Did you find the way how to import the data from .ics file in this class?
I need it too!