Display date if the calendar event has a specific text

Is it possible for the date of a calendar event to be displayed if it has a specific text in the calendar event.

You can try with this

$if(ci(title,0)=specific text here,df(EEE hh:mm,ci(start,0)), "")$

You seem quite good at this ๐Ÿ™‚. Unfortunately it works for some events but not others not sure why ๐Ÿ˜ž. Is it only checking a few days ahead?

Hi๐Ÿ˜๐Ÿ‘ this formula check only for the first event in your calendar, tomorrow or in one week but only the first. If you want to check for many events(0 or 1,2,3) maybe a regex loop to find its can work, but this is out of my knowledge๐Ÿคฃ๐Ÿ˜‚

If you want and this is what you are looking for, you can make the question with all of your requirements here

https://discord.gg/y7hAS2

Thank you.

What I am actually trying to achieve is to get the date for the last Sunday of March and October as they are the dates for Daylight saving. Do you think that is possible?

Maybe with a loop search with regex codes you can, but I don't know๐Ÿ˜