requirements.txt 1.3 KB

1234567891011121314151617181920212223242526
  1. # ============================================================
  2. # Calendar Cloud Plugin — Abhaengigkeiten
  3. # ============================================================
  4. # Alle Pakete sind auskommentiert. Einkommentieren je nach
  5. # gewuenschtem Provider. Das Plugin laeuft auch ohne diese
  6. # Pakete — nicht verfuegbare Provider werden uebersprungen.
  7. # ============================================================
  8. # ----------------------------------------------------------
  9. # Microsoft Outlook (Graph API)
  10. # ----------------------------------------------------------
  11. # httpx # Async HTTP-Client fuer Graph API Requests
  12. # msal # Microsoft Authentication Library (Token-Handling, Device Code Flow)
  13. # ----------------------------------------------------------
  14. # Google Calendar
  15. # ----------------------------------------------------------
  16. # google-auth # Google OAuth2 / Service Account Authentifizierung
  17. # google-api-python-client # Google Calendar API Client
  18. # google-auth-oauthlib # OAuth2 Flow fuer Desktop-Anwendungen (nur bei auth_flow=oauth2)
  19. # ----------------------------------------------------------
  20. # CalDAV (Nextcloud, iCloud, etc.)
  21. # ----------------------------------------------------------
  22. # caldav # CalDAV-Protokoll Client
  23. # icalendar # iCalendar (VEVENT) Parsing