In my java application (spring boot), I'm trying to check if a specific date for Malaysia is a public holiday or not and the challenge is each state has its own Regional holidays on top of the national public holidays which has to be considered.
So my question is that can I do such a thing using Google Calendar API?
I've found this Post but I'm not sure if that would do what I'm trying to achieve.