PDA

View Full Version : How customizable is PHP Calendar?


mrloofer
01-06-2008, 10:53 AM
I am looking for an event/calendar to embed into my own applicaiton. Early tests point to EPC as a good choice; it has everything we need from a good event management backend to a nice presentation front-end.

Like others on this forum, I have a need for multiple calendars, one per user in my application. Each user will need the ability to manage their events and then publish the calendar on their own website. By using custom categories and the $showcat variable I am able to leverage one master calendar by setting up each of my own application's userid as a category and filter on that category on the calendar. Works great!

Taking this one step further, I now need to embed the event manager into my own application. One of the problems I can see is that the Event Manager form shows the filter box at the top and allows me to see and select all categories from the list. Since I cannot modify the source (index.php) how am I able to remove this filter from this page or if it cannot be moved how do I limit the entries in the filter box to not show the other categories? Likewise, on the Add Event page there is another dropdown that shows all categories and this too needs to be limited.

Also, how do you prevent the list of events showing up in the list footer of the event manager page, is it possible to hide this too?

Thanks.

Brian
01-06-2008, 02:23 PM
These options aren't possible to modify without the source code. If you really need this feature, there may be something we can do. Please open a support ticket to discuss this further.