unb-libraries / calendar_hours
Maintain hours through external calendars.
Installs: 15 839
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-module
Requires
- drupal/gapi: 1.x-dev
This package is auto-updated.
Last update: 2025-03-19 17:57:47 UTC
README
The Calendar Hours module lets businesses and institutions administer their hours via an externally hosted calendar service, such as Google Calendars.
Module overview
Module | Description |
---|---|
calendar_hours_server | This module provides a REST interface through which clients can query hours. The module provides the means to configure which externally hosted calendars to sync with. |
calendar_hours_client | The module connects to the REST interface provided by the calendar_hours_server module to integrate queried hours information into the front end of any Drupal application. |
calendar_hours_google | This module provides allows to work with Google Calendar API. |