Adds image support to Discourse post events in the calendar plugin.
Users can attach an image to an event in the modal and it will display
above the event as a banner. It will also cook that image into the
post/topic `image_upload_id` so that things like topic list images will
display properly.
Also adds the image and some attributes to the webhook payload.
---------
Co-authored-by: Ty Correll <tytekkit@gmail.com>