+
+
+
+ {event.properties.name}
+
+
+
+ {[
+ event.properties.location.city,
+ event.properties.location.state,
+ event.properties.location.country,
+ ]
+ .filter((x) => x)
+ .join(", ")}
+
+
+
+ {event.properties.description}
+
+
+
+ {`${new Date(event.properties.date.start).toLocaleDateString()} -
+ ${new Date(event.properties.date.end).toLocaleDateString()}`}
+
+
+
+