Poschi
Poschi
Tested snapshot of Fahrplan with current master. Problem was resolved by #98.
@johnjohndoe Yes and I checked it now again. There is a correct time column for day 2 to 4. But now I noticed that there is no time column on...
@johnjohndoe You are right. So that's how day 1 is looking for the mentioned schedule XML snapshot: 
Oh, I found the templates :heart_eyes: and I see that there is a lot of functionality! I have to check if it would be better to extend this!
Ok, wow, the templates are a very powerful tool. I was able to [produce a great statistic](https://podcast.entbehrlich.es/statistik/) out of the box! The [template code](https://github.com/poschi3/podlove-publisher-templates/blob/main/statistik.twig) is really simple. The stats I'm...
Thank you :-) I'm thinking of the values from `prev_month_downloads()`, `last_7days_downloads()`, `last_24hours_downloads()` and `total_downloads()`. Great would be something like "Total Downloads per Month" for a chart. I would like to...
Without JavaDoc and sources it is really hard to work with the SDK. The problem still exists in version 6.13.0. 
I would appreciate it if someone could help me. I also tried to use the ID I got from `driveItem.getId()` in my "proof" section (`014ICIUEH23MWGBJOMZRF3RFLCCU7KXWAI`) to make the request instead...
Hi @Ndiritu thank you for your reply. In the meantime I've done something like this: ```java private FieldValueSet sendListItemFieldsPatch(final String siteId, final String listId, final String unescapedPath, final FieldValueSet body)...
Now I'm doing something like this. It's may be helpful for someone. ```java private String urlGenerator(final String urlTemplate, final Map pathParameters, final Map queryParameters) { final RequestInformation requestInfo = new...