简体   繁体   中英

JQuery FullCalendar Adding Event

I am working on a calendaring application with PHP and I am using jQuery Fullcalendar( http://fullcalendar.io/ ). I am able to get the calendar to display, but I have run up against the wall on adding events to the calendar:

1) With the click of a mouse I want to pop-up a dialog to create the event

2) By clicking an existing event, I would like to update the event

3) By hovering over an event, I would like to pop-up a dialog to show details.

I would be grateful if someone could point me in the right direction.

Thanks

You can find a basic example with CRUD on FullCalendar in my GitHub repo. Check it out here .

The code is not meant to be used in a production environment, but rather help you get started with FullCalendar and PHP.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM