Skip to content
Discussion options

You must be logged in to vote

This "one line per day" example illustrates what I'm thinking of (except I'd like decimal time totals), but that's a suggestion, yes? or has it been implemented?

The summary report is not intended to accommodate every possible use case (the file is more a brainstorming, not everything from there has/will be implemented). So a custom extension is the right way to go.

Here's my current mostly-working tempo extension:
...

You could modify your for event in data: loop by adding a second, internal, loop, which would cut each interval into daily chunks. Here's some pseudo code:

  1. Extract the start and end from the interval
  2. Determine startDate from start
  3. Determine the closest midnight after s…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by meonkeys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #685 on July 17, 2025 18:14.