Problem/Motivation
The updates to this module are great and working as expected! Thanks so much for your hard work. Is there any way to import images (featuredImage) into the Event pages. Having a more robust event page would be great for displays in views etc.
Also any way to add additional helpful fields ie. roomName, registration, registrationOpens, eventContact, privateEvent
GET /v3/attend/events/{eventId}
{
"eventId": 0,
"recurringId": 0,
"title": "string",
"subTitle": "string",
"status": "string",
"modified": "string",
"newEventId": "string",
"eventStart": "string",
"eventEnd": "string",
"eventLastUpdated": "string",
"shortDescription": "string",
"description": "string",
"setupTime": 0,
"breakdownTime": 0,
"parentRoomId": 0,
"locationId": 0,
"locationName": "Falltown branch",
"roomId": 0,
"roomName": "Large meeting room",
"venueType": "string",
"externalVenueName": "string",
"externalVenueDescription": "string",
"externalVenueRoom": "string",
"eventContact": "string",
"globalFeatured": true,
"branchFeatured": true,
"featuredImage": "/images/featured.jpg",
"registration": true,
"publishDate": "string",
"registrationOpens": "string",
"registrationCloses": "string",
"privateEvent": true,
"minAge": 0,
"maxAge": 0,
"waitlist": true,
"maxWaitlist": 0,
"totalWaitlist": 0,
"maxAttendees": 0,
"totalRegistrants": 0,
"eventImage": "string",
"eventImageAltText": "string",
"types": {},
"ages": {},
"reportingCategory": "string",
"searchTags": {},
"customQuestions": {},
"attendance": {},
"eventNotes": "string",
"staffOnly": true,
"eventRegistrationUrl": "string",
"thirdPartyRegistration": true,
"eventType": "string",
"seriesIds": {},
"forceSeriesRegistration": true,
"wholeSeriesOnly": true
}
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes