How To Install drupal7-date_ical on Fedora 36

In this tutorial we learn how to install drupal7-date_ical in Fedora 36. drupal7-date_ical is Enables import/export of iCal feeds

Introduction

In this tutorial we learn how to install drupal7-date_ical on Fedora 36.

What is drupal7-date_ical

Date iCal is your one-stop shop for iCal support in Drupal. It provides a plugin for Views to enable exporting your site’s calendar as an iCal feed, and a plugin for Feeds to enable importing external iCal feeds into your site’s calendar. Any entity which contains a Date field can be utilized by Date iCal for import and export of iCal feeds. This package provides the following Drupal module * date_ical

We can use yum or dnf to install drupal7-date_ical on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install drupal7-date_ical.

Install drupal7-date_ical on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install drupal7-date_ical using dnf by running the following command:

sudo dnf -y install drupal7-date_ical

Install drupal7-date_ical on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install drupal7-date_ical using yum by running the following command:

sudo yum -y install drupal7-date_ical

How To Uninstall drupal7-date_ical on Fedora 36

To uninstall only the drupal7-date_ical package we can use the following command:

sudo dnf remove drupal7-date_ical

drupal7-date_ical Package Contents on Fedora 36

/usr/share/drupal7/modules/date_ical
/usr/share/drupal7/modules/date_ical/README.txt
/usr/share/drupal7/modules/date_ical/date_ical.api.php
/usr/share/drupal7/modules/date_ical/date_ical.info
/usr/share/drupal7/modules/date_ical/date_ical.install
/usr/share/drupal7/modules/date_ical/date_ical.make
/usr/share/drupal7/modules/date_ical/date_ical.module
/usr/share/drupal7/modules/date_ical/date_ical.utils.inc
/usr/share/drupal7/modules/date_ical/images
/usr/share/drupal7/modules/date_ical/images/ical-feed-icon-34x14.png
/usr/share/drupal7/modules/date_ical/images/ical16x16.gif
/usr/share/drupal7/modules/date_ical/includes
/usr/share/drupal7/modules/date_ical/includes/DateiCalFeedsParser.inc
/usr/share/drupal7/modules/date_ical/includes/date_ical.views.inc
/usr/share/drupal7/modules/date_ical/includes/date_ical_plugin_row_ical_entity.inc
/usr/share/drupal7/modules/date_ical/includes/date_ical_plugin_row_ical_fields.inc
/usr/share/drupal7/modules/date_ical/includes/date_ical_plugin_style_ical_feed.inc
/usr/share/drupal7/modules/date_ical/libraries
/usr/share/drupal7/modules/date_ical/libraries/ParserVcalendar.inc
/usr/share/drupal7/modules/date_ical/libraries/windowsZones.json
/usr/share/drupal7/modules/date_ical/tests
/usr/share/drupal7/modules/date_ical/tests/basic_tests.ics
/usr/share/drupal7/modules/date_ical/tests/date_type_tests.ics
/usr/share/drupal7/modules/date_ical/tests/multiple_rrule_exceptions.ics
/usr/share/drupal7/modules/date_ical/tests/no_dtstart.ics
/usr/share/drupal7/modules/date_ical/tests/no_timezone_tests.ics
/usr/share/drupal7/modules/date_ical/tests/rrule_tests.ics
/usr/share/drupal7/modules/date_ical/tests/until_tests.ics
/usr/share/drupal7/modules/date_ical/tests/vtimezone_test.ics
/usr/share/licenses/drupal7-date_ical
/usr/share/licenses/drupal7-date_ical/LICENSE.txt

References

Summary

In this tutorial we learn how to install drupal7-date_ical on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).