php-ug / php.ug

A home for all PHP-related Usergroups
https://php.ug
MIT License
95 stars 47 forks source link

Add PHPx groups #227

Open heiglandreas opened 1 week ago

heiglandreas commented 1 week ago

See https://github.com/php/web-php/issues/1160 for more details

inxilpro commented 1 week ago

I have a REST API for accessing events, but I've been meaning to publish an ical feed as well. I assume it's easier for you to consume an ical feed?

heiglandreas commented 1 week ago

That's the already existing process so there'd not be the need to create something separate. And it'd allow attendees of the groul to subscribe to the events via their calendar 😉

heiglandreas commented 1 week ago

And it could be the same REST endpoint, just called with a different Accept-Header 😁