Module Description
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
* Make sure you have Views module v7.x-3.4 or higher installed.
* Install this module as per usual Drupal module installation procedures.
* Create a View and add a "Feed" display to it.
* For "Format", choose "Views iCal Feed".
* For "Show", choose "Views iCal Fields".
* Provide a path, such as "events.ics".
* Add fields as per usual, providing labels (uppercase) and selecting "Place a colon after the label".
* 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.
* 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.

Project Usage
6290
Creation Date
Changed Date
Security Covered
Not Covered By Security Advisory
Version Available
Production
Module Summary
This module solves the problem of creating iCal feeds with Views using Fields row style, providing a Wizard for easy set up and a Legacy option for more flexibility in defining iCal field values.
Data Name
views_ical

OPENAI CHATBOT

OPENAI CHATBOT

14:32:15
Generic Chatbot
Hi, I'm a Drupal module expert powered by OpenAI, answering your questions about the Drupal module ecosystem. How can I be helpful today? Please note that we will log your question.