Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: AI (Artificial Intelligence) 1.5.0 — Minor update available for module ai (1.5.0). Release: Search and Replace Scanner 2.0.1 — Minor update available for module scanner (2.0.1). Release: TMGMT DeepL Integration 2.3.1 — Minor update available for module tmgmt_deepl (2.3.1). Release: Media Directories 3.0.0 — Major update available for module media_directories (3.0.0). Release: Field Widget Actions 1.5.0 — Minor update available for module field_widget_actions (1.5.0). Release: Field Widget Actions 1.4.3 — Minor update available for module field_widget_actions (1.4.3). Release: Commerce Quick Node Clone 2.0.3 — Minor update available for module commerce_quick_node_clone (2.0.3). Release: Commerce Quick Node Clone 1.2.3 — Minor update available for module commerce_quick_node_clone (1.2.3). Usage Milestone: Facebook Page Plugin — Module fb_likebox crossed 1,000 active installs. Module Revived: Automated Logout Alterable 1.4.2 — Module autologout_alterable updated after 6 months of inactivity (1.4.2).

Managing calendar events is really tough - particularly with repeating events, rule exceptions, etc. Instead of managing this information directly in Drupal, this module provides a way to import Google Calendar events from a publicly available calendar into Drupal.

Once into Drupal, you can layer on additional fields, theming, access control, and all the other things that make Drupal Entities so excellent to work with.

Maintainers

Project creator @dtraft got the module to version 1.0, and @rivimey and @hanoii have pushed it onwards to a 2.0 release, bringing new features:

  • A verbose configuration wizard for the Google API;
  • List calendars visible from Google and enable auto-import of them;
  • Some drush commands to call the Google API and display calendars and events, delete events for one or all calendars, and to do a google synchronize on just the calendar to avoid running cron on the whole site very frequently;
  • Additional fields imported into the Calendar entity, and also timestamps for sync progress;
  • Additional fields imported into the Event entity;
  • A container-service and Interface to manage the google credential storage, with two options (managed, static file) - now in new module "google_secrets";
  • Statistics collected and recorded in the logs, to simplify operation checks.
  • Expose as config options the timespan covered by the calendar, disposition of old events, minimum intervals for resync, and more;
  • Proper Incremental resync;

Roadmap

This is a much more complex module than I had expected, so it seems reasonable to set some goals.

8.x-2.n

Old Stable branch, changes only as required.

8.x-3.0 => 3.0

Current stable branch.

  • Move to semantic versioning, support D9 fully.
  • Change from google_secrets module to google_api_client module.
  • Additional documentation and examples.
  • Possibly, move the wizard into google_api_client, as that's it's natural home, remove here.
  • Testing

Per-User / OAuth Calendars: 4.x branch

For those wondering about per-user google calendars, implementation means:

  • some configuration elements will need to become config entities;
  • the authentication setup must be in a config entity and that entity linked to by the calendar entities that use it;
  • for OAuth accounts, an OAuth2 callback made available and configurable for display when needed. "google_client_api" can help with this;
  • resync activity must be able to change auth method per calendar entity;
  • there are probably several places where currently the auth method is implicit and it must become explicit;
  • permissions checks need to be more carefully considered;

At least the google_api_client module includes OAuth support, though that is only a part of the battle.

As a result this is likely (if ever done) to be a version 4.x (or beyond) branch goal, and to be fair is is not likely to be started without help.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Sep 2026
Latest release
1 hour ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

Version Type Core Release date
3.1.x-dev Dev 10–11 Sep 25, 2026