https://github.com/brean/worktime
Python program to get my timesheet from an owncloud-calendar
https://github.com/brean/worktime
Last synced: about 2 months ago
JSON representation
Python program to get my timesheet from an owncloud-calendar
- Host: GitHub
- URL: https://github.com/brean/worktime
- Owner: brean
- License: apache-2.0
- Created: 2022-12-09T13:26:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T18:48:45.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T08:44:43.791Z (7 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# worktime
Python program to get my timesheet from an caldav-calendar## Installation
run `pip install -r requirements.txt && pip install -e .`## Usage
Create a `secrets.txt`-file with your credentials in the form `username:password` as content
Then you can run `worktime https://your-owncloud-uri/remote.php/dav`