how to create an event on google calendar using php
问题 am trying to sync. events from my website to google * calendar * after user give me a permission to write on calendar . am using PHP , google calendar API not zend framword 回答1: Have you tried to read the reference? Using quickAdd (which creates an event based on a simple string) https://developers.google.com/google-apps/calendar/v3/reference/events/quickAdd require_once 'google-api-php-client/src/Google_Client.php'; require_once 'google-api-php-client/src/contrib/Google_CalendarService.php';