mirror of
https://github.com/skoelle/calender_sync.git
synced 2026-09-18 10:40:25 +00:00
Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2fbfe31ffb | ||
|
|
1b5e09a342 | ||
|
|
25a38f886d | ||
|
|
a84e27844b | ||
|
|
d925ac1253 |
@@ -114,9 +114,3 @@ GitHub Actions Workflow:
|
|||||||
- Baut Docker Image bei Push zu `main`
|
- Baut Docker Image bei Push zu `main`
|
||||||
- Published nach `ghcr.io/skoelle/calender_sync:latest`
|
- Published nach `ghcr.io/skoelle/calender_sync:latest`
|
||||||
- Keine Tests im Workflow (derzeit)
|
- Keine Tests im Workflow (derzeit)
|
||||||
|
|
||||||
## Lizenz
|
|
||||||
|
|
||||||
MIT License - Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
|
||||||
- Vollständiger Text in `LICENSE`
|
|
||||||
- Lizenz-Header in allen Python-Dateien
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ WORKDIR /app
|
|||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY LICENSE .
|
|
||||||
COPY sync.py .
|
COPY sync.py .
|
||||||
COPY api/ ./api/
|
COPY api/ ./api/
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
MIT License
|
|
||||||
|
|
||||||
Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
||||||
@@ -187,4 +187,4 @@ ghcr.io/skoelle/calender_sync:latest
|
|||||||
|
|
||||||
## Lizenz
|
## Lizenz
|
||||||
|
|
||||||
Lizenziert unter der [MIT License](LICENSE) - Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
Keine Lizenz angegeben.
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
# Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
|
||||||
# Licensed under the MIT License. See LICENSE file in project root for details.
|
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
# Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
|
||||||
# Licensed under the MIT License. See LICENSE file in project root for details.
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import mysql.connector
|
import mysql.connector
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
# Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
|
||||||
# Licensed under the MIT License. See LICENSE file in project root for details.
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
from datetime import datetime, timezone
|
from datetime import datetime, timezone
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
|
||||||
# Licensed under the MIT License. See LICENSE file in project root for details.
|
|
||||||
"""
|
"""
|
||||||
Google Calendar (privater ICS-Feed) -> MariaDB Sync
|
Google Calendar (privater ICS-Feed) -> MariaDB Sync
|
||||||
Homelab: laeuft als Docker Container, pollt periodisch, expandiert RRULE/EXDATE/RECURRENCE-ID
|
Homelab: laeuft als Docker Container, pollt periodisch, expandiert RRULE/EXDATE/RECURRENCE-ID
|
||||||
|
|||||||
Reference in New Issue
Block a user