Calendar check Holiday days and Mondays

Hello,

How can check “something” happend on week-end, or on holiday days ?

PS: I checked the calendar activity, but didn’t get much infos…

Thank you

Can you outline what you want exactly please

Do you mean do you want to check if a date is a weekend day? Thats easily enough done. Here’s an example:

Main.xaml (5.0 KB)

3 Likes

@Ellboy

Infact i have a web application that show’s me some alerts, those alerts are related to some applications, so if we have an alert, we should fix it. But sometimes it sends alerts on mondays, or the days after holidays, because on weekends or holidays, those applications arent used by users. So technically, we should just check them as solved, nothing to do.

So i’m trying to figure out how can i check those days… so that my alerts are just checked…

Example of date of alarms 06/06/2019 02:01:16

Thanks

I see well what i attached above will work for those weekend dates but for the holiday dates you’ll need some sort of database/record of the holiday dates for the robot to compare to. Or there may be some web service the robot could check against.

1 Like

@Ellboy

Thank you, i will work that for now

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.