I have a datetime field in my database. When filled I am going to trigger a php script that I would like to post to the users google calendar using the API.
Any examples of how to do this? Would I need to pre-authenticate the script with the users permissions to post to his calender? Any examples of how to do this in php?