PDA

View Full Version : Create a view named epc_calendar ???


bkathler
04-30-2008, 12:45 PM
Hi !

I already have a fairly complex event booking / management system that I am converting from ASP to PHP and I love easy php calendar, my question is:

can I / has anyone already created a view to their existing data, named the view epc_calendar so that this calendar will work with their system ?

Or is there a better way I should be going about this...

Any help would be appreciated.

Cheers,

Brian

Brian
04-30-2008, 01:15 PM
Are you trying to convert your old data? There won't be an official way to do this. But you can try yourself.

Database FAQ:

https://www.easyphpcalendar.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=29

bkathler
04-30-2008, 01:25 PM
What I have is a mysql database already in place for managing online events, people involved etc. And my thought was to create a view from my event information, that matched the data that easyphpcalendar was expecting, call the view epc_calendar so that easy calendar would work with my data. I dont need or want to be able to add / edit events through epc, I just want to use it to display calendar data.

Cheers,

Brian

Brian
04-30-2008, 01:28 PM
That's why I provided a link to the FAQ so you can see the database format the calendar is expecting.