Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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=secret

DEFAULT_PASSWORD=user-password
API_KEY=google-calendar-api-key
```