Implementation of Google Calendar events and invites on P-Space using Uberdust features.
-
Copy 'calendar' folder to 'sites/all/modules'.
-
Download Google API PHP Client (found here: https://code.google.com/p/google-api-php-client/).
-
Uncompress Google API PHP Client under 'sites/all/libraries/'.
-
Enable 'CalendarVis' module from Drupal's modules menu. Make sure PHP Filter is enabled.
-
Visit the module's configuration page and set the Google Calendar's parameters.
-
Go to the page you want the calendar menus to appear, and call 'calendarEventHandler()' function.