slowcar
slowcar
We have reproduced the issue two times, the -i parameter takes only the 50 recent posts into account. We try to run the script daily now, but a fix would...
Looks like it was my mistake, i assumed that vEvent.getDateEnd().getValue() returned a Date with an UTC timestamp, but on further inspection i saw that there are other components in the...
On further inspection, i think i found the issue. The timezone in the ics is "W. Europe Standard Time", which is parsed by biweekly to a timezone with the id...
The timezone in the ics switches from +0200 to +0100 at the last sunday of october (BYDAY=-1SU;BYMONTH=10), but the parsed timezone does not. Microsoft does not use Olson ids, which...
This morning i clicked "load more" 4 (or 5?) times. Didn't use the app over the day yesterday and posts cut off at ~9h, posts below that were 19h old....
On saturday i had 23 posts, no "load more" button and a gap to 14h ago. I can use the web interface on mobile firefox to see the posts.
Any update on this? Found this issue as my build fails with the same error message after adding the beta sdk Zip64 EOCD locator found but Zip64 format is not...
I am on Android Studio 2024.3.2 Patch 1 (22.05.2025), Gradle 8.9.2, Wrapper 8.12-bin I did not find anything related to zip64 in the gradle release notes. Can you use the...
Could i ask what command exactly is used to generate the client? I have succeeded in building the sdk with kiota, but the generated class ContactsRequestBuilder does not contain a...
Thanks, that worked. I have copied the CustomBatchRequestBuilder and GraphServiceClient from the git project, the rest is now generated.