[RESOLVED] Scene and calendar data

Hello,

The archived thread about the use of calendars is very interesting, and the example given by @pierre-gilles is exactly what I want to do, namely create a scene linked to a calendar, and retrieve the information of the calendar’s future entries (title, location, start, end, comment) so I can use them in an HTTP block.

However, it says that you must retrieve the information in a block preceding the « message » block. Yet I can only retrieve information from a device, and not from a calendar. Also, will this information be usable in the HTTP block as well?

Would anyone have an idea on how to proceed?
Thanks in advance :slight_smile:

You need to use the trigger « A calendar event is starting »

Then you have access to the event variables in the following actions (using {{ )


1 Like

@cicoub13 My mistake was not putting a space after the two opening curly braces, thanks to you :+1:

1 Like