@@ -6,49 +6,39 @@ A drag & drop event calendar with data permanence.
6
6
7
7
## Purpose
8
8
9
- MySQL/JSON integration with fullcalendar
9
+ MySQL/JSON integration with FullCalendar with event recurrence capabilities.
10
10
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
16
15
* Recurring events, all-day events, multi-day events supported
17
16
* Recurrence editing restricted to delete only
18
17
* Available for JSON
19
18
* Event scheduling
20
19
* JSON scheduling added
21
20
* 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
22
24
23
25
## Getting Started
24
26
25
27
MySQL
26
28
27
29
1 . 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
31
33
32
34
JSON
33
35
34
36
1 . Copy files to localhost
35
- 2 . Open index-json.php
37
+ 2 . Open * index-json.php* from browser
36
38
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 ```
50
40
51
- # Usage
41
+ # Event Structure
52
42
53
43
JSON Object Event
54
44
0 commit comments