Component description. Use paragraphs, punctuation and full sentences. Avoid bulletpoints.
<!-- Primary code example. This example should display the simplest use-case possible, but not simpler -->
Name | Required | Default | Description |
---|---|---|---|
eventId | Optional | N/A | The event id to fetch information for |
Optional notes about the supported attributes.
Name | Description |
---|---|
event.id | Event id. |
event.name | Event name. |
event.description | Description. |
event.note | The note field can be used to specify additional information about the event, generally this is only used within the mediafactory |
event.logo | The logo is actually a media-id, use this in conjunction with the mediaviewers. |
event.created | The creation date in YYYY-MM-DD HH:MM:SS format |
event.createdBy | This is a user-id |
event.memberCount | This variable contains the total number of event attendees |
event.geo_longitude | The longitude of the event. |
event.geo_latitude | The latitude of the event. |
event.startDate | The startdate of the event in YYYY-MM-DD HH:MM:SS format |
event.endDate | The enddate of the event in YYYY-MM-DD HH:MM:SS format |
event.address | Address of the event. |
event.city | City the event is in. |
event.state | 2-letter state or province |
event.postalcode | Postal/zip-code |
event.country | 2-letter country code |
event.otherJS | Javascript object containing data from the "other" field. |
event.custom1 | A string of custom text, maximum 32 characters long |
Optional notes about supported template variables.
<!-- Complex code examples. Note that the goal is not to write an entire application here,
instead it should focus on advanced usage patterns of the component. This section is optional-->