gcalviews

Categories

Component ID

2223053

Component name

gcalviews

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

gcalviews integrates Google Calendars with the Views module. It provides a database table for Google Calendar resources such as Events that is in turn exposed to the Views module. First release only supports Events and exposes (most) Event data to Views.

Optionally geocodes event location strings if geocoder module is installed and stores lat/lon for each event.

Runs a cron task every 24 hours to rebuild calendars.

Events are added on a per-calendar basis using gauth to call the Google Calendar API.

Relies on #2217857-3: Function to get calendar events to be implemented.