Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikaeljorhult/webcalendar
Fetch and display multiple Google calendars as one single schedule.
https://github.com/mikaeljorhult/webcalendar
Last synced: about 2 months ago
JSON representation
Fetch and display multiple Google calendars as one single schedule.
- Host: GitHub
- URL: https://github.com/mikaeljorhult/webcalendar
- Owner: mikaeljorhult
- Created: 2014-03-02T10:44:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T19:27:34.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T12:36:35.798Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 1.17 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webCalendar
Fetch and display multiple Google calendars as one single schedule.
## Installation
Just place the files on your web server and run `composer install`.## Environment variables
Database credentials as well as default password is determined by a `.env` file. Change the database credentials and
the last two lines to match your environment.```
DB_HOST=localhost
DB_DATABASE=webcalendar
DB_USERNAME=homestead
DB_PASSWORD=secretDEFAULT_PASSWORD=user-password
API_KEY=google-calendar-api-key
```