How to get all approved Time Offs

Hey, I try to get all the approved time offs (with make) and then automatically update a shared google calender & update an asana project. The steps 2+3 I understand, but I am not sure, how to get all approved time off request in a certain time frame.

Hi @Lasse_Giese

You can use the Get all Time Off requests on workspace call for this purpose.
Then, in the body of the request, you can use the Start and End parameters to set the time range
and then for approved time off requests you can use:

"statuses": [
 "APPROVED"
],

I hope this helps! If you need further assistance, you can reach out to us at support@clockify.me

Cheers!