https://github.com/itk-dev/it-kalender
https://github.com/itk-dev/it-kalender
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itk-dev/it-kalender
- Owner: itk-dev
- Created: 2023-08-24T21:09:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T23:55:28.000Z (about 2 years ago)
- Last Synced: 2025-02-13T08:17:24.124Z (about 1 year ago)
- Language: PHP
- Size: 1010 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# IT Kalender
Shows when people are “Out of office” or “Working elsewhere”

* Only appointments lasting more than 2 hours are shown
* An appointment ending on or before 12:00 is show as starting at 08:00 and
ending at 12:00

* An appointment starting on or after 12:00 is show as starting at 12:00 and
ending at 16:00

* An appointment starting before 12:00 and ending after 12:00 is shown as at
08:00 and ending at 16:00, i.e. as a full day

Calendar data is read using ICS feed URLs from Outlook (see [Getting ICS
URL](docs/UserGuide.md#getting-ics-url) in [the user guide](docs/UserGuide.md))
for details on how to get these URLs).
--------------------------------------------------------------------------------
* [deployment](docs/deployment.md)
* [development](docs/development.md)