Good morning everyone,
we don’t want you to miss the next meetup and so we added a handy little ical version of our meetup calendar, which you can subscribe to in your calendar app of choice. Click on the “Add to calendar” button on https://getkirby.com/meet or use the following link: https://getkirby.com/meet.ical to subscribe.
This has also been another great example how powerful content representations are. @ahmetbora simply added a new meet.ical.php template file and implemented the iCal code in there. https://github.com/getkirby/getkirby.com/blob/main/site/templates/meet.ical.php
There’s also a snippet for each individual event: https://github.com/getkirby/getkirby.com/blob/main/site/snippets/templates/meet/calendar.php The standard isn’t too complicated. It has a couple weird quirks to watch out for, such as a max line length of 75. You can find the code for that in our event model https://github.com/getkirby/getkirby.com/blob/main/site/models/event.php