i need to know persian calendar holidays in react
and i dont want to use paid APIs
is there any way to get persian (shamsi) holidays for **free **?
i need to know holidays with it’s description
{
1402:[
{
date: "1402/1/2",
description: "عیدنوروز",
},
...
]
}
help me to find a free api or free solution
>Solution :
use this script for free at time.ir website to have static holidays in specific years
detect Persian holidays script