I'm new using Google Calendar API and I have some questions. First of all, I need to know if there is some way to grant access all the time to anyone in order to make entries in my calendar.
For example, I'm developing a web application using javascript and php. The scope of the application is make reservations. The user fills a form and then send the information. What I want to do is, at the same time the user is sending the form, send an entry to my google calendar.
I have been reading about that but I only find that is necessary to have a token access all the time for anyone.
Can you give me some advice?
Thanks in advance.