Alarm everyday using RTC
You failed.
You failed to read the stickies at the top of the forum.
You failed to post your code correctly.
You failed to remove unused code before posting.
You failed to say what the problem with the code is.
If you have an RTC, there is no real reason to be using the Time and TimeAlarm classes.
start of loop()
read time from RTC
if RTC hour equals alarm hour and RTC minute equals alarm minute
perform alarm actions
end if
end of loop()