155 |
156 | ${getDateHtml(index, eventDateTime, this.config)}
157 | |
158 | openLink(e, linkUrl, this.config)}>
159 | ${event.title}
160 | ${getTimeHtml(event, this.config)}
161 | ${getEventOrigin(event, this.config)}
162 | ${this.config.progressBar ? getProgressBar(event) : ''}
163 | |
164 |
165 | ${getLocationHtml(event, this.config)}
166 | |
167 |
168 | `
169 | });
170 |
171 | return html`
172 | ${htmlTemplate}
173 | ${eventsTemplate}
174 | `;
175 | }, html``);
176 |
177 | this.events = html`
178 |