332place
WatchMaker Feature Requests All the ideas and discussions
2 votes Vote

Event within the next 12hours

Please add new variables that tells if an event starts/ends within the next 12 hours. Currently we do not have informations about the date of an event so it's hard to draw a calendar ring for the next 12 hours.

D-Kalck, 23.01.2015, 09:04
Idea status: under consideration

Comments

Reid Kersey, 09.03.2015, 04:58
In the beta 3.4 version you can do the following in the script section

function checkEventDispaly(time)
if time < ({dtp} + 0.5) then
return true
else
return false
end
end
Bram, 28.03.2015, 13:58
Does this work even in the evening?

Leave a comment