GitHub - utlib/drupal_libcal: This Drupal module provides a method to integrate LibCal Events to Drupal content by accessing and pulling data from LibCal Rest API.

LibCal Integration for Drupal (8/9)

Introduction

This Drupal module provides a method to integrate LibCal Events to Drupal content by accessing and pulling data from LibCal Rest API.

Requirement

Installation.

  • Dowload the source code of this repo to the module directory of your Drupal site.
  • Enable this module by Drupal interface or Drush command.
  • To start configuring the LibCal Rest API infomration by going to Configuration > System > LibCal or visit https://yoursite.com/admin/config/libcal, then fill out the setup form (Screenshot below)

alt text

Usage