PipedreamHQ/pipedream

SEVDESK - TimeTracker2Excel or Sheets

Open

#18301 opened on Sep 6, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (7,438 stars) (5,305 forks)batch import
enhancementgood first issuehelp wantedquestiontriagedtrigger / source

Description

I use Sevdesk for invoices and credit notes, and now I’d like to be able to export the integrated time tracking. Ideally either to Google Sheets or into an Excel table. I’d like to have the option to either select a specific time period or simply export the entire current year.

The table should include: date, duration (whether given as a time span or a total duration—what matters is that the duration is clear), the client, the project name, and a text field. Everything neatly arranged in the table so it can be further processed afterwards.

So basically, I need a feature or script that pulls exactly these data points from the Sevdesk API and puts them into the desired table format. When I trigger a task, it should ask me whether I want a specific time period or simply all time entries from the current year.

In short: a friendly little export helper that sends my Sevdesk time tracking straight into Google Sheets or Excel/Sharepoint [

(https://api.sevdesk.de/)

Henning

Contributor guide