We have a system that schedules 'meetings' and we want to integrate a sync button that would pretty much take the meeting data(time and hour) and sync it with one of the three calendars (Google, Outlook or iCalendar)
I was curious if there is any library(js or php) that eases this syncing so I don't have to go and create a syncronization for all 3 APIs.
Thank you!