Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

views_ical

4,565 sites No security coverage
View on drupal.org

This module allows to create iCal feeds with Views using Fields row style. It comes with two view display options. The "Wizard", which utilizes the eluceo/ical library, provides a very easy to use form in the View's settings interface to set up your iCal feed. The "Legacy" display is no longer actively supported, but might provide some more flexibility in defining iCal field values.

Installation

The recommended installation option is to add the module via composer, this will automatically download and install the necessary eluceo/ical library.
If you are unable to use composer, you can use the legacy display option, however, this option is much more difficult to set up.

composer require drupal/views_ical

Once downloaded, enable the module as you normally would.

Usage

  1. Make sure you have Views module v7.x-3.4 or higher installed.
  2. Install this module as per usual Drupal module installation procedures.
  3. Create a View and add a "Feed" display to it.
  4. For "Format", choose "Views iCal Feed".
  5. For "Show", choose "Views iCal Fields".
  6. Provide a path, such as "events.ics".
  7. Add fields as per usual, providing labels (uppercase) and selecting "Place a colon after the label".
  8. Use iCal date formatter instead of "Short", "Medium" or "Long" for your event date (DSTART). Rewrite output for this field and use its token (replacement pattern) in order to avoid HTML tags from being attached to it.
  9. Save the view and visit the URL (http://yourdomain.com/events.ics). You will receive a file download that contains an iCal feed. If you wish to prompt the browser to open the feed in the default calendar application, you can format your links to use the "webcal://" protocol, e.g. webcal://yourdomain.com/events.ics

Starting in Alpha 3, a new View style is available that utilizes the eluceo/ical library. It also provides a Wizard for a guided set up experience. The style is listed as experimental as it is still very new, but it is in a usable state.

Dev branch

Note, the below release information shows the dev branch as " 8.x-1.x-dev", however, this is not correct. The current official dev branch is "8.x-1.x". We will fix this when we update to a 2.0 version, however, this isn't planned to happen until a major refactor.

Activity

Total releases
1
First release
Aug 2025
Latest release
7 months ago
Release cadence
Stability
0% stable

Releases

Version Type Release date
8.x-1.0-alpha14 Pre-release Aug 28, 2025