Page 1 of 1

Need some help coming up with sample project for my library

Posted: Mon Aug 24, 2009 11:44 pm
by Luke
As many of you know, I am working on an iCalendar library for PHP. I am at the point now that the library has the majority of the RFC (RFC2445) implemented, but the interface could use some love. I need help coming up with a project to make use of the library so I can get a feel for what kind of interface will be most convenient.

Here is what the library is capable of, with this information, what kind of sample application could I build to get an idea of how easy it is to use:

- Reads (parses) iCalendar files
- Writes (renders) iCalendar files
- Allows building of iCalendar files from scratch
- Allows modifying iCalendar files (parse file or raw input, modify via OOP interface, and force download, write to file, or output to screen)

Any idea what I could do with this that is relatively simple?