Simply :
Add Event >>> Day
Select the month and date before your birth day.
Action: something like play music, pop-up, etc...
I am newbie but I think above should help.
Tests titles for that time tomorrow.
Sure, will do tonight.
Use something like this with a daily repeating time context, like every day at 6am or something. If the calendar bday is marked as an all day event then this will work.
Birthday Notice (626)
A1: Variable Set [ Name:%times To:%TIMES + 86400 Do Maths:On Append:Off ]
A2: Test [ Type:Calendar Title Data:%times Store Result In:%caltitle ]
A3: For [ Variable:%notify Items:1:%caltitle(#) ]
A4: Notify [ Title:Bday Text:%caltitle(%notify) Icon:null Number:0 Permanent:Off Priority:1 ] If [ %caltitle(%notify) ~R bday ]
A5: End For
Use something like this with a daily repeating time context, like every day at 6am or something. If the calendar bday is marked as an all day event then this will work.
Birthday Notice (626)