| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "enabled": true,
- "sync": {
- "interval_minutes": 30,
- "lookahead_hours": 48,
- "retry_on_failure": true,
- "max_retries": 3
- },
- "notifications": {
- "reminder_enabled": true,
- "reminder_sound": "calender_remember.wav",
- "start_enabled": true,
- "start_sound": "calender.wav",
- "default_reminder_minutes": 15,
- "quiet_hours": {
- "enabled": false,
- "start": "22:00",
- "end": "07:00"
- }
- },
- "providers": {
- "outlook_patrick": {
- "type": "microsoft",
- "auth_flow": "device_code",
- "tenant_id": "consumers",
- "client_id": "",
- "user_mapping": {
- "patrick": "ausbrecher201bp@hotmail.com"
- }
- }
- },
- "calendars": {
- "patrick_privat": {
- "provider": "outlook_patrick",
- "calendar_id": "AAMkAG",
- "display_name": "Patrick Outlook",
- "user": "patrick",
- "readonly": false
- }
- },
- "satellite_mapping": {
- "global_calendars": [],
- "satellites": [
- {
- "alias": "Patrick",
- "room": "",
- "person_name": "Patrick",
- "calendars": ["patrick_privat"],
- "default_write_calendar": "patrick_privat"
- }
- ]
- }
- }
|