Load ics sources from Space Config

This commit is contained in:
Marek S. Lukasiewicz
2025-01-05 16:56:39 +01:00
parent 968353ce80
commit 9d234428d4
4 changed files with 98 additions and 28 deletions

View File

@@ -6,3 +6,21 @@ functions:
path: ./icalendar.ts:queryEvents
events:
- query:ical-event
config:
schema.config.properties.icalendar:
type: object
required:
- sources
properties:
sources:
type: array
minItems: 1
items:
type: object
required:
- url
properties:
url:
type: string
name:
type: string