CocoaHeadsNL/CocoaHeadsNL-iOS

When loading info from meetup, a meetup can actually be without a venue

jeroenleenarts opened this issue · 1 comments

Name of venue is dereferenced here:
https://github.com/CocoaHeadsNL/CocoaHeadsNL-iOS/blob/master/CocoaHeadsNL/CloudCode/cloud/jobs/loadEventInfo.js#L46

The whole venue field is actually optional.

Need to investigate what the effect of a missing venue is on the app, if the app can deal with it, implement proper checks to prevent crash due to dereferencing an undefined.

Tested to work with missing location, geoLocation and locationName fields