@@ -6,49 +6,39 @@ A drag & drop event calendar with data permanence.
66
77## Purpose
88
9- MySQL/JSON integration with fullcalendar
9+ MySQL/JSON integration with FullCalendar with event recurrence capabilities.
1010
11- * FC updated from v2.6.1 to v3.9.0
12- * BS3 to BS4 update
13- * Event title/description hover added
14- * Repeating events (NEW!)
15- * Weekday scheduling supported!
11+ # Features
12+
13+ * ** Repeating events (NEW!)**
14+ * Weekday scheduling supported
1615 * Recurring events, all-day events, multi-day events supported
1716 * Recurrence editing restricted to delete only
1817 * Available for JSON
1918* Event scheduling
2019 * JSON scheduling added
2120 * Description field added for MySQL/JSON
21+ * FC updated from v2.6.1 to v3.9.0
22+ * BS3 to BS4 update
23+ * Event title/description hover added
2224
2325## Getting Started
2426
2527MySQL
2628
27291 . Copy files to localhost
28- 2 . Create a table in DB called " calendar" , and create the tables found in calendar.sql
29- 3 . Open bdd.php and enter DB credentials
30- 4 . Open index.php
30+ 2 . Create a table in DB called * calendar* , and create the tables found in * calendar.sql*
31+ 3 . Open * bdd.php* and enter your DB credentials
32+ 4 . Open * index.php* from browser
3133
3234JSON
3335
34361 . Copy files to localhost
35- 2 . Open index-json.php
37+ 2 . Open * index-json.php* from browser
3638
37- # Features
38-
39- * Repeating events (NEW!)
40- * Weekday scheduling supported!
41- * Recurring events, all-day events, multi-day events supported
42- * Recurrence editing restricted to delete only
43- * Available for JSON
44- * Event scheduling
45- * JSON scheduling added
46- * Description field added for JSON/MySQL
47- * FC updated from v2.6.1 to v3.9.0
48- * BS3 to BS4 update
49- * Event title/description onhover added
39+ Note: If event editing not "sticking" on refresh, verify file permissions are sufficient. ``` ls -l ```
5040
51- # Usage
41+ # Event Structure
5242
5343JSON Object Event
5444
0 commit comments