Skip to content

FullCalendar 3 integration with a json event form

License

Notifications You must be signed in to change notification settings

webbler/fullcalendar-json-eventForm

Repository files navigation

fullcalendar-json-eventForm

FullCalendar 3 integration with a json event form

Purpose

Developed primarily as a learning tool to understand how to manipulate json data using php. Can be used to add/change/delete events using the provided php forms.

Getting Started

  • Go to localhost and navigate to the project directory.

  • index.html contains the calendar with the populated events

  • To add an event, use add-event.php

  • To change an event, use change-event.php

  • To delete an event, use delete-event.php

Features

  • Dynamically add/change delete events using php forms

  • Modify event title, description, start date/time, end date/time, and color

  • Event info stored in a json array (does not require a database)

  • Utilizes popper.js to show event title and description on hover

Limitations

  • Does not utilize built-in FullCalendar event methods for easy click/drag event creation/updating/deletion

Additional Readings & Resources

Built With

  • PHP5
  • JSON/jQuery/JavaScript
  • HTML5
  • CSS3

Contributing

When contributing to this repository, you may fork and submit a pull request. Add a description of what you are doing and I'll review it.

Versioning

Version 1.0.0

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

About

FullCalendar 3 integration with a json event form

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published