Skip to content

Add support for RSVPing to Indie Events

Jamie Tanna requested to merge feature/other-hevents into develop

Support for non-Meetup.com events was not possible until now as I didn't support the parsing of MF2 data.

This reaches out to php.microformats.io as it handles the parsing of the h-event for us.

We need to add some extra validation for the HugoMicroformats2 object, as it now may have an Event property, but it may not be correctly formed (as it may be missing date / location details).

Closes #28 (closed), #33 (closed).

Edited by Jamie Tanna

Merge request reports