Download the PHP package ivastly/ats-calendar-integration without Composer
On this page you can find all versions of the php package ivastly/ats-calendar-integration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ivastly/ats-calendar-integration
More information about ivastly/ats-calendar-integration
Files in ivastly/ats-calendar-integration
Package ats-calendar-integration
Short Description Exports vacations from any ATS to any Calendar system, e.g. Securex => MS Outlook Calendar
License MIT
Informations about the package ats-calendar-integration
Rationale
Surprised to see your key colleague ran out for vacation again? Yes, there was an email about it 2 months ago.. Usually we forget about it same minute, and realize the fact when it is too late. You don't want another vacation to ruin your sprint again, do you?
Then welcome a solution to sync all vacations from any HR system to any Calendar, so you always know who is going to be AFK!
How To Start
Docker way
-
create and fill
app/config/config.php
file - put dockerized script to cron
Classic way
-
install node and puppeteer
-
install dependencies
-
create and fill
app/config/config.php
file - finally, run the script in the background. It will export all vacations to your Outlook Calendar.
Security concerns
Anything -> MS Exchange integration
MS Exchange API (known as Exchange Web Services) requires plain-text user password to be specified. To workaround this, the password is requested when the script starts. Thus, it is never stored on disk or github as plain text. It makes the solution to be enterprise ready and 100% IT-security compliant.
Known Limitations
- only Securex HR Online -> MS Exchange Calendar is supported
- please be patient, local Outlook client needs some time to synchronize calendar events (< 1 min)
TODO
- delete vacation events from Calendar if they disappear from Securex
- support custom observable periods (currently hardcoded to 1 month)
- if a vacation occupies more than 1 week, it is represented as multiple Calendar events - fix it
- support more Calendars - Google Calendar, Zoho Calendar, etc.
- support more ATS - BambooHR, Recruitee, Manatal, Oracle Taleo, etc.
dockerize- tests
LICENSE
See LICENSE file
All versions of ats-calendar-integration with dependencies
php-ews/php-ews Version ~1.0
nesk/puphpeteer Version ^1.6
ext-readline Version *