Okay, that makes sense. However, the README file in the 4.x-versions is a bit misleading.
It appears that the time zone definition is not handled correctly. My site's time zone is Brussels and all meetings are formatted in Brussels timezone.
In the heading of my .ics (generated by Date iCal), the time zone is defined as follows:
TZID:Europe/Brussels
TZUNTIL:20251026T010000Z
BEGIN:STANDARD
TZNAME:CET
DTSTART:20231029T030000
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
RDATE:20241027T030000
END:STANDARD
BEGIN:DAYLIGHT
TZNAME:CEST
DTSTART:20230326T020000
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
RDATE:20240331T020000
RDATE:20250330T020000
END:DAYLIGHT
END:VTIMEZONE
However, when I chance this time zone definition to a more general apporach (using rules), I get the correct times in my calendar app:
BEGIN:VTIMEZONE
TZID:Europe/Brussels
X-LIC-LOCATION:Europe/Brussels
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
END:DAYLIGHT BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:STANDARD
END:VTIMEZONE
Is this a Date iCal issure, or rather something to do with iCalcreator?
Sorry for opening this issue.
Can the code above (#4) be used directly in a custom module (where the access token is used as a Bearer to access a API), or do I need to add some extra code in order to work outside of the OIDC module?
robbe03 → created an issue.
Is there any more documentation on this topic? The Github link is broken, so there is just very little documentation available.
I'm running into the same issue, but cannot find the user.role.[role].yml files. Where do I find these files?
Are there any plans to update this submodule to Drupal 10?
robbe03 → created an issue.
robbe03 → created an issue.