Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 1.19 KB

README.md

File metadata and controls

40 lines (35 loc) · 1.19 KB

Personio tool

How to use

  • Download personio_tool_mac.zip/personio_tool_windows.zip, extract the folder, update config.json (example below), run app in the terminal.

  • if "untilToday": false, app will use startDay and endDay to fill the calendar.

  • if "untilToday": true, app will fill days backward from today until the first worked filled day.



{
 "credentials": {
  "email": "your_email@personio",
  "password": "your_password"
 },
 "dates": {
  "startDay": "2022-01-24",
  "endDay": "2022-01-26",
  "untilToday": false
 },
 "times": {
  "breakStartHour": "14:00:00.0",
  "breakDurationMinutes": 30,
  "breakRandomMinutesDelta": 30,
  "workStartHour": "08:00:00.0",
  "workDurationHours": 8,
  "workRandomMinutesDelta": 30
 },
 "params": {
  "delayBetweenRequestsMs": 1000,
  "timeoutRequestSeconds": 20
 }
}

  • Open the terminal, execute the file
    • Windows: .\personio_tool
    • Mac: ./personio_tool