Initial commit

This commit is contained in:
2019-10-13 18:38:03 +02:00
commit 759eb88ef8
10124 changed files with 838037 additions and 0 deletions

16
composer.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "nicost/gcalendar",
"type": "october-plugin",
"description": "Calendar plugin which uses the Google Calendar API. Provides a component to show the next upcoming events from google calendars.",
"keywords": ["october", "cms", "google", "calendar", "events", "schedule", "kalender"],
"authors": [
{
"name": "Nico Störzbach"
}
],
"require": {
"php": ">=7.0",
"google/apiclient": "^2.0",
"mobiledetect/mobiledetectlib": "^2.8"
}
}