Need some help coming up with sample project for my library

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Need some help coming up with sample project for my library

Post 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?
Post Reply