\JGoogleDataCalendar
Google Calendar data class for the Joomla Platform.
Synopsis
class JGoogleDataCalendar
extends JGoogleData
{
- // methods
- public void __construct()
- public boolean removeCalendar()
- public mixed getCalendar()
- public mixed addCalendar()
- public mixed listCalendars()
- public mixed editCalendarSettings()
- public boolean clearCalendar()
- public boolean deleteCalendar()
- public mixed createCalendar()
- public mixed editCalendar()
- public boolean deleteEvent()
- public mixed getEvent()
- public mixed createEvent()
- public mixed listRecurrences()
- public mixed listEvents()
- public mixed moveEvent()
- public mixed editEvent()
- // Inherited methods from JGoogleData
- public void __construct()
- public boolean authenticate()
- public boolean isAuthenticated()
- protected static SimpleXMLElement safeXML()
- protected mixed listGetData()
- protected mixed query()
- public mixed getOption()
- public JGoogleData setOption()
Hierarchy
Extends
Members
protected
- $auth — JGoogleAuth
- $options — JRegistry
Methods
public
- __construct() — Constructor.
- addCalendar() — Method to add a calendar to a user's Google Calendar list
- clearCalendar() — Method to clear a Google Calendar
- createCalendar() — Method to create a Google Calendar
- createEvent() — Method to create a Google Calendar event
- deleteCalendar() — Method to delete a calendar from Google
- deleteEvent() — Method to delete an event from a Google Calendar
- editCalendar() — Method to edit a Google Calendar
- editCalendarSettings() — Method to edit a Google Calendar's settings
- editEvent() — Method to edit a Google Calendar event
- getCalendar() — Method to get a calendar's settings from Google
- getEvent() — Method to get an event from a Google Calendar
- listCalendars() — Method to retrieve calendar list from Google
- listEvents() — Method to retrieve a list of events on a Google calendar
- listRecurrences() — Method to retrieve a list of events on a Google calendar
- moveEvent() — Method to move an event from one calendar to another
- removeCalendar() — Method to remove a calendar from a user's calendar list
Inherited from JGoogleData
protected
- listGetData() — Method to retrieve a list of data
- query() — Method to retrieve data from Google
- safeXML() — Method to validate XML
public
- authenticate() — Method to authenticate to Google
- getOption() — Get an option from the JGoogleData instance.
- isAuthenticated() — Check authentication
- setOption() — Set an option for the JGoogleData instance.