-
Notifications
You must be signed in to change notification settings - Fork 479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement iCal data export #2179
Comments
Hi, @arkid15r
holidays.JP().to_ical(language='en') # Export in English Would this approach align with the project's direction?
Are there any cases where we would need time/timezone handling? |
Hi @kawazap, thanks for your interest to the project as a part of WoC 4.0!
Please let me know if you have followup questions. |
@arkid15r After sorting through your feedback and iCal export requirements, I understand that
I will proceed to develop a detailed proposal focused on a lightweight custom implementation covering these requirements. Thank you for your guidance! |
It seems we're on the same page! Please consider adding localization related contributions or your native country holidays improvement too as WoC is a month long event. Also feel free to suggest your own ideas in the proposal. Thank you for choosing us for your WoC proposal @kawazap |
@arkid15r I checked the Japanese holidays implementation and it seems pretty well maintained. If I find any issues with Japanese holidays during the project, I'll prioritize those. Otherwise, I'm thinking of helping with countries that don't have holiday support yet when I have extra time. I'll work on polishing up the proposal tonight! |
Based on #2160
The text was updated successfully, but these errors were encountered: