Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
MIT License

Copyright (c) 2019 Matthew Waldron

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
MIT License
Copyright (c) 2019 Matthew Waldron
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
154 changes: 75 additions & 79 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,79 +1,75 @@
# fullcalendar-BS4-PHP-MySQL-JSON
FullCalendar 3 integration with boostrap4, php, mysql, json

## Purpose

Updates and expands on jamelbaz's FullCalendar-BS3-PHP-MySQL repository.

* Supports event scheduling using JSON
* MySQL event scheduling updated
* FullCalendar updated from 2.6.1 to 3.9.0
* Clickable calendar date numbers
* Added the calendar list view
* Includes business hours and now indicator
* Bootstrap updated from BS3 to BS4
* Event title and description display on hover integration (popper.js)
* Added event description field
* Revamped delete button
* Calendar resizing for optimal screen real estate
* Week and Day views set to display times 8:00AM to 4:30PM without scroll

## Getting Started

* Go to your MySQL via localhost, create a table called "calendar", and create the tables found in calendar.sql

* Open bdd.php and enter your database password

* Go to localhost and navigate to the project directory

* index.php enables event scheduling integration with PHP and MySQL

* index-json.php and associated files enable event scheduling integration with PHP and JSON

# Features

* Add events by clicking and dragging on the calendar

* Edit/delete events by double clicking them

* Supports event title, description, start date/time, end date/time, and color attributes

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

## Additional Readings & Resources

* FullCalendar documentation: https://fullcalendar.io/docs#toc

## Built With

* Bootstrap4
* PHP5
* SQL/MySQL
* JSON/jQuery/JavaScript
* HTML5
* CSS3
* FullCalendar v3.9
* FullCalendar-BS3-PHP-MySQL Framework

## 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

* **Matthew Waldron** - (http://waldronmatthew.com)
* **FullCalendar** - (https://fullcalendar.io)
* **jamelbaz** https://github.com/jamelbaz/FullCalendar-BS3-PHP-MySQL

## License

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

## Acknowledgments

* Project forked from jamelbaz's repository: https://github.com/jamelbaz/FullCalendar-BS3-PHP-MySQL
* JSON blog code used in the creation of event php forms: https://www.taniarascia.com/how-to-use-json-data-with-php-or-javascript/
# fullcalendar-BS4-PHP-MySQL-JSON
FullCalendar 3 integration with boostrap4, php, mysql / bootstrap4, php, json

## Purpose

Updates and expands on jamelbaz's FullCalendar-BS3-PHP-MySQL repository.

* Supports event scheduling using JSON / MySQL event scheduling updated
* FullCalendar updated from 2.6.1 to 3.9.0
* Clickable calendar date numbers
* Added the calendar list view
* Includes business hours and now indicator
* Bootstrap updated from BS3 to BS4
* Event title and description display on hover integration (popper.js)
* Added event description field
* Revamped delete button
* Calendar resizing for optimal screen real estate
* Week and Day views set to display times 8:00AM to 4:30PM without scroll

## Getting Started

* Go to your MySQL via localhost, create a table called "calendar", and create the tables found in calendar.sql

* Open bdd.php and enter your database password

* Go to localhost and navigate to the project directory

* index.php enables event scheduling integration with PHP and MySQL

* index-json.php and associated files enable event scheduling integration with PHP and JSON

# Features

* Add events by clicking and dragging on the calendar

* Edit/delete events by double clicking them

* Supports event title, description, start date/time, end date/time, and color attributes

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

## Additional Readings & Resources

* FullCalendar documentation: https://fullcalendar.io/docs#toc

## Built With

* Bootstrap
* PHP5
* MySQL
* JSON / jQuery / JavaScript
* HTML / CSS

## 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

* **Matthew Waldron** - (http://waldronmatthew.com)
* **FullCalendar** - (https://fullcalendar.io)
* **jamelbaz** https://github.com/jamelbaz/FullCalendar-BS3-PHP-MySQL

## License

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

## Acknowledgments

* Project forked from jamelbaz's repository: https://github.com/jamelbaz/FullCalendar-BS3-PHP-MySQL
* JSON blog code used in the creation of event php forms: https://www.taniarascia.com/how-to-use-json-data-with-php-or-javascript/
Loading