fm:EventInfo
Component description. Use paragraphs, punctuation and full sentences. Avoid bulletpoints.
Example
<!-- Primary code example. This example should display the simplest use-case possible, but not simpler -->
Supported attributes
| Name | Required | Default | Description |
|---|---|---|---|
| eventId | Optional | N/A | The event id to fetch information for |
Optional notes about the supported attributes.
Template variables
| 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 |
Optional notes about supported template variables.
See also
- List of related pages in the documentation here.
More examples
<!-- 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-->
developer documentation r17362