An open API service indexing awesome lists of open source software.

https://github.com/itk-dev/it-kalender


https://github.com/itk-dev/it-kalender

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# IT Kalender

Shows when people are “Out of office” or “Working elsewhere”

![Calendar](docs/images/calendar.png)

* 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

![Event 08:00-12:00](docs/images/event-08-12.png)
* An appointment starting on or after 12:00 is show as starting at 12:00 and
ending at 16:00

![Event 12:00-16:00](docs/images/event-12-16.png)
* 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

![Event 08:00-16:00](docs/images/event-08-16.png)

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)