29
28
// FIXME: temp location in case there is no vanue is defined
30
29
var location="-15.800513,-47.91378";
31
30
//var location ="Terry' Cafe, 158 Great Suffold St, London, SE1 1PE";
33
32
timeLabel.text = Qt.formatDateTime(e.startTime,"hh:mm") + " - " + Qt.formatDateTime(e.endTime,"hh:mm");
34
33
dateLabel.text = Qt.formatDateTime(e.startTime,"ddd, d MMMM");
37
37
locationLabel.text = location;