Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.27 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.27 KB

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