Skip to content

Python simple script creating calendar file of czech name holidays (jmeniny).

Notifications You must be signed in to change notification settings

Nert53/iCal-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

iCal name day generator

  • Simple script that create .ics (alternatively .ical) file with 365 events for your calendar. Events are name days made of czech names. Replacing the .txt file with your own, you can use is as a template for you own language.

What you might want to know

  • As source for the list of names was used wikipedia page. This table was converted using excel into .txt file. It is important to have this file in UTF-16 LE encoding due to some special characters in Czech.

  • The output file did not include VALARM atribute for one very important reason. Google calendar doesn't want to accept notifications from files that wasn't created by google. I found that this problem is due to UID, that needs to be known by Google calendar (it is impossible to generate one like this).

About

Python simple script creating calendar file of czech name holidays (jmeniny).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages