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
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๐