Is there anywhere providing world holidays? [The calendar]

I'm going to develop a calendar solution with support for several languages, but I'm not sure how I can save and display all the different holiday data that users in different countries need?

Is there anywhere information on world holidays, so I can just parse and display? if not, would you recommend a better way to develop it?

+3
source share
1 answer

http://qppstudio.net has an updated list of holidays almost all over the world. However, free service is limited this year.

There are two general ways to save holidays:

  • Keep them all in the database and query from there.
  • , , .

:

  • , . . OTOH, , " " . , , , ( , "/ " ), ( , ).
  • , , .. (. ) , , , , .

, , , № 2, , , №1. # 2, , .

+3

All Articles