silasmontgomery / CakePHP-Full-Calendar-Plugin

Simple and Sleek Event Calendar Plugin for CakePHP
Other
99 stars 60 forks source link

FullCalendar Integration with My Application #29

Open mhtchong1989 opened 9 years ago

mhtchong1989 commented 9 years ago

So I downloaded this plugin and used it on my web application and fortunately, it's working. I can save events to the database either. Everything is working fine.

Since the CakePHP documentation is somewhat lacking in explanation I have some questions I needed to be answered. I hope someone can help me out.

Like what the author said in his post you can access the calendar plugin on this url: localhost/app_name/full_calendar

So in my application there are 3 users. One user will be the staffs who will handle the calendar feature of the application. Its url is: localhost/app_name/staffs/index.

These are my questions:

  1. How can I do it in such a way that I can load the full_calendar using my staff controller? Right now I can only access the calendar using this one: localhost/app_name/full_calendar. But I want it to be accessible using this one: localhost/app_name/staffs/full_calendar.
  2. I want to redesign the UI of full_calendar to match the UI of my application. So I just have to edit the codes inside the plugin folder?

Thanks in advance!

AimanMRT commented 3 years ago

How it work after resolve?