Initial Work on Calendar Event Repeat

This commit is contained in:
johnny@pittpc.com
2021-03-27 16:50:30 -04:00
parent 8b1e374148
commit a122f97b99
5 changed files with 41 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ while($row = mysqli_fetch_array($sql)){
$event_title = $row['event_title'];
$event_start = $row['event_start'];
$event_end = $row['event_end'];
$event_repeat = $row['event_repeat'];
$calendar_id = $row['calendar_id'];
$calendar_name = $row['calendar_name'];
$calendar_color = $row['calendar_color'];