JGoogleDataCalendar
class JGoogleDataCalendar extends JGoogleData
Google Calendar data class for the Joomla Platform.
Methods
Set an option for the JGoogleData instance.
Method to remove a calendar from a user's calendar list
Method to get a calendar's settings from Google
Method to add a calendar to a user's Google Calendar list
Method to retrieve calendar list from Google
Method to edit a Google Calendar's settings
Method to clear a Google Calendar
Method to delete a calendar from Google
Method to create a Google Calendar
Method to edit a Google Calendar
Method to delete an event from a Google Calendar
Method to get an event from a Google Calendar
Method to create a Google Calendar event
Method to retrieve a list of events on a Google calendar
Method to retrieve a list of events on a Google calendar
Method to move an event from one calendar to another
Method to edit a Google Calendar event
Details
mixed
addCalendar(
string $calendarID,
array $options = array())
Method to add a calendar to a user's Google Calendar list
mixed
listCalendars(
array $options = array(),
int $maxpages = 1)
Method to retrieve calendar list from Google
mixed
editCalendarSettings(
string $calendarID,
array $options)
Method to edit a Google Calendar's settings
boolean
deleteEvent(
string $calendarID,
string $eventID)
Method to delete an event from a Google Calendar
mixed
getEvent(
string $calendarID,
string $eventID,
array $options = array())
Method to get an event from a Google Calendar
mixed
createEvent(
string $calendarID,
mixed $start,
mixed $end = false,
array $options = array(),
mixed $timezone = false,
boolean $allday = false,
boolean $notify = false)
Method to create a Google Calendar event
mixed
listRecurrences(
string $calendarID,
string $eventID,
array $options = array(),
int $maxpages = 1)
Method to retrieve a list of events on a Google calendar
mixed
listEvents(
string $calendarID,
array $options = array(),
int $maxpages = 1)
Method to retrieve a list of events on a Google calendar