{"id":22020812,"url":"https://github.com/digitalutsc/drupal_libcal","last_synced_at":"2025-05-07T06:05:31.817Z","repository":{"id":43410178,"uuid":"292105663","full_name":"digitalutsc/drupal_libcal","owner":"digitalutsc","description":"This Drupal module provides a method to integrate LibCal Events to Drupal content by accessing and pulling data from LibCal Rest API.","archived":false,"fork":false,"pushed_at":"2024-09-12T04:54:51.000Z","size":273,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"1.x","last_synced_at":"2025-05-07T06:05:25.534Z","etag":null,"topics":["libcal"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/digitalutsc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-01T20:55:29.000Z","updated_at":"2024-09-12T04:54:54.000Z","dependencies_parsed_at":"2024-04-19T20:04:21.972Z","dependency_job_id":null,"html_url":"https://github.com/digitalutsc/drupal_libcal","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalutsc%2Fdrupal_libcal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalutsc%2Fdrupal_libcal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalutsc%2Fdrupal_libcal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalutsc%2Fdrupal_libcal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digitalutsc","download_url":"https://codeload.github.com/digitalutsc/drupal_libcal/tar.gz/refs/heads/1.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252823918,"owners_count":21809713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["libcal"],"created_at":"2024-11-30T06:08:02.944Z","updated_at":"2025-05-07T06:05:31.791Z","avatar_url":"https://github.com/digitalutsc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LibCal Integration for Drupal (8/9)\n\n## Introduction\n\nThis Drupal module provides a method to integrate LibCal Events to Drupal content by pulling data from the LibCal Rest API. It is intended to be a sync of events found in libcal, meaning that if an event is deleted from libcal, it will be deleted from Drupal next time the sync runs.\n\n## Requirements\n\n* Already established LibCal API setup with client ID and secret. For more information, visit \u003chttps://ask.springshare.com/libcal/faq/1407\u003e\n* Drupal 8/9 installed and setup\n\n## Installation\n\n* Under the `repositories` section of your `composer.json` file, add this repo.\n\n```json\n{\n  \"type\": \"vcs\",\n  \"url\": \"https://github.com/digitalutsc/drupal_libcal\"\n}\n```\n\n* Add the module by running `composer require digitalutsc/drupal_libcal`\n* Enable the module via the Drupal interface or `drush` command\n* Configure the LibCal Rest API information by going to Configuration \u003e System \u003e LibCal or visit \u003chttps://yoursite.com/admin/config/libcal\u003e, then fill out the setup form (Screenshot below)\n\n![alt text](https://raw.githubusercontent.com/digitalutsc/drupal_libcal/main/man_config.png \"Screenshot of the libcal configuration page\")\n\n## Configuration\n\n* The only required configuration parameters are `LibCal Host`, `Client ID`, `Client Secret` and `Calendar ID(s)`. If you wish to pull data from multiple calendars, list all the calendar IDs separated by a comma `,`.\n* You can also specify `Tag ID(s)` if you only want to pull in events with specific [internal event tags](https://ask.springshare.com/libcal/faq/1186). Multiple tags should be comma-separated, just like the calendar IDs.\n* `Limit` is the maximum number of events to retrieve. The default to 20 and the maximum is 500.\n* `Days` is the number of days in to the future to pull events. The default is 30 and the maximum is 365 days.\n* If you check the box `Remove past events?`, event nodes in Drupal will be deleted if the event has passed. This prevents events from showing up in searches. This feature is enabled by default.\n\n## Usage\n\n* When the module is enabled, the Event content type will be created. For more details, visit Structure \u003e Content Types or \u003chttp://yoursite.com/admin/structure/types/manage/event\u003e\n* Events will be downloaded whenever your site's scheduled cron job runs. To modify how often this process runs, visit \u003chttp://yoursite.com/admin/config/system/cron\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalutsc%2Fdrupal_libcal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigitalutsc%2Fdrupal_libcal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalutsc%2Fdrupal_libcal/lists"}