Show earliest, latest and event in sitemap

Is it possible to show parameters like this (earliest, latest, geolocation, etc.)

astro:sun:home [ geolocation="47.59732,9.54703,401", interval=60 ]{
    Channels:
        Type rangeEvent : set#event [
            offset=20
        ]
		Type rangeEvent : rise#event [
            earliest="07:30",
			latest="08:30"
        ]		
}

in an item in a sitemap?

Think about it … how could you show an instantaneous event? Don’t blink or you’ll miss it :smiley:

You can also set up “regular” astro channels with the same offset etc, assign Items to those channels, and display those Items

Hmmm… just want to show “07:30” and “08:30” (fixed values like in the example above)

Oh right, look into REST API