List of all agendas available for the project. You may find the agendas in the picture shown below.
window.GEVME.agenda
{{agenda}}
Name | Type | Description | Rebar Syntax | JS Syntax |
---|---|---|---|---|
String | Description string is in HTML format. Eg: “<p>Description</p>”. | {{description}} | window.GEVME.description | |
String | String of date and time formatted in UTC Timezone. Eg: “2021-06-24T08:35:00.000Z”. | {{endTime}} | window.GEVME.endTime | |
String | URL of the logos. | {{logos}} | window.GEVME.logos | |
String | Session title of the agenda. | {{name}} | window.GEVME.name | |
String | Session livepage of the agenda, appended with a token to ensure value is unique. Eg: Session Livepage: Project –> showcaseSlug: Project-cbdnxU80. | {{projectShowcase.showcaseSlug}} | window.GEVME.projectShowcase.showcaseSlug | |
Array of Objects | Speakers that are relevant to the agenda on a specific livepage. For full description, click here. | {{speakers}} | window.GEVME.speakers | |
String | String of date and time formatted in UTC Timezone. Eg: “2021-06-24T08:35:00.000Z”. | {{startTime}} | window.GEVME.startTime |