Results 7 comments of Emil Lindqvist

@TopSwagCode I had the same issue, but when I downgraded to the earlier preiview release of dotnet: `7.0.100-preview.4.22252.9` I managed to run the web app example.

Please let me know if something is missing or if this kind of change is not desireable (since it can be accomplished through the use of the `TypeNameGenerator `).

@RicoSuter Would you be able to take a look at this PR and provide some feedback in case something is amiss?

There is an api available for registering abscences. However we need to find the value for the `reason` parameter that is required. It's documented as an int I'd for matching...

Realised we don't really have to use the API. We can just make a form submission same as the webapp does: So essentially we can make a POST call to...

@marioleed Thanks, I had completely missed that endpoint! The id matches up with the `statusId` used in the POST on Hjärntorget too.

The actual class list is not really available. We can fetch students associated to the same event as a child. However, for my kids that would likely result in a...