Hello Experts,
Could anyone point me in the right direction on how to get started with GMail Calendar Integration.
I'm building an internal web application using PHP/MySQL, JS/jQuery, and I need to schedule follow-up appointments within my app. So, within my app I need to:
-Have a button that would open a popup showing the availability from GMail Calendar.
-Be able to book the appointment within the popup, or otherwise. But, still have it set within GMail, returning the date, time, and any type of Appointment ID.
-At a later time, reschedule the appointment, if needed. That's why I'm thinking I need to have an Appointment ID returned from GMail?
I'm also aware that for this, I may need to use AJAX, which I have done only in JS, but I'm hoping to save and keep any creds within PHP for security purposes?
Any help will be greatly appreciated.
ASKER