| 1234567891011121314151617181920212223242526 |
- # ============================================================
- # Calendar Cloud Plugin — Abhaengigkeiten
- # ============================================================
- # Alle Pakete sind auskommentiert. Einkommentieren je nach
- # gewuenschtem Provider. Das Plugin laeuft auch ohne diese
- # Pakete — nicht verfuegbare Provider werden uebersprungen.
- # ============================================================
- # ----------------------------------------------------------
- # Microsoft Outlook (Graph API)
- # ----------------------------------------------------------
- # httpx # Async HTTP-Client fuer Graph API Requests
- # msal # Microsoft Authentication Library (Token-Handling, Device Code Flow)
- # ----------------------------------------------------------
- # Google Calendar
- # ----------------------------------------------------------
- # google-auth # Google OAuth2 / Service Account Authentifizierung
- # google-api-python-client # Google Calendar API Client
- # google-auth-oauthlib # OAuth2 Flow fuer Desktop-Anwendungen (nur bei auth_flow=oauth2)
- # ----------------------------------------------------------
- # CalDAV (Nextcloud, iCloud, etc.)
- # ----------------------------------------------------------
- # caldav # CalDAV-Protokoll Client
- # icalendar # iCalendar (VEVENT) Parsing
|