Hi,
I run a high school website that uses a MySQL and PHP to display our sports calendar. I was wondering if it is possible to export the data from the MySQL database, so that visitors could sync to their Google calendars (our students all have Google accounts).
Example, a player/parent wants to upload the Varsity Volleyball schedule to their Google calendar. I'd like for them to be able to click a link to either directly upload the calendar, or download a file they can save and upload to Google.
- fall_sports (table)
Fields - event_date
- event_time
- sport
- gender
- level
- location
Thanks in advance!