@@ -11,16 +11,16 @@ MySQL/JSON integration with FullCalendar and event recurrence capabilities.
11
11
# Features
12
12
13
13
* ** Repeating events (NEW!)**
14
- * Weekday scheduling supported
15
- * Recurring events , all-day events, multi-day events supported
16
- * Recurrence editing restricted to delete only
14
+ * Supports weekly recurrences
15
+ * Supports regular , all-day, and multi-day events
16
+ * Supports recurrence editing - deletion only
17
17
* Available for JSON
18
18
* Event scheduling
19
19
* JSON scheduling added
20
- * Description field added for MySQL/JSON
21
20
* FC updated from v2.6.1 to v3.9.0
22
21
* BS3 to BS4 update
23
22
* Event title/description hover added
23
+ * Added description field
24
24
25
25
## Getting Started
26
26
@@ -45,7 +45,7 @@ JSON Object Event
45
45
```
46
46
[{"id":4,
47
47
"rid":4,
48
- "repeat ":"no ",
48
+ "eventType ":"single event ",
49
49
"title":"Meeting",
50
50
"description":"some text for meeting",
51
51
"start":"2019-01-11 10:30:00",
@@ -61,10 +61,6 @@ MySQL Event Schema
61
61
(5, 'Meeting', 'some text for meeting', '#000', '2019-01-11 10:30:00', '2019-01-11 12:30:00')
62
62
```
63
63
64
- New Properties
65
-
66
- * rid = recurrence id
67
- * repeat = repeat status
68
64
69
65
## Additional Readings & Resources
70
66
@@ -87,7 +83,7 @@ Submit a PR and I'll review. Look for untagged/unassigned issues to help with.
87
83
88
84
## Versioning
89
85
90
- Version 1.1 .0
86
+ Version 1.2 .0
91
87
92
88
## Authors
93
89
@@ -103,5 +99,3 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md
103
99
104
100
* Repo built on Adam Shaw's FC: https://github.com/fullcalendar/fullcalendar
105
101
* Repo forked from jamelbaz's repository: https://github.com/jamelbaz/FullCalendar-BS3-PHP-MySQL
106
- * Code used for JSON event scheduling: https://www.taniarascia.com/how-to-use-json-data-with-php-or-javascript/
107
- * Code used for event scheduling recurrences: https://stackoverflow.com/questions/7061802/php-function-for-get-all-mondays-within-date-range
0 commit comments