I had been in search of a good calendar application that would allow me to insert my own customizations. I stumbled upon Advanced Power of PHP's Calendar and it is the perfect solution. I ran into an issue, and the support team contacted me almost instantly, but they were correct when I should have posted in a forum. It's only fair to share my problem and solution, should another developer out there seek the same assistance. So the problems I faced included:
1. Adding fields. The solution was to edit the file events_add_form.tpl.
2. Email the submitted event dates along with the added form field data. Solution: Added the php email script to calendar.class.php in the HandleEventsOperations function -> $event_action.
I want to thank the support team and developers in this project and I hope that this post is useful for another developer out there.
Thank you.
