-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: add ical parsing support to pixlet #1087
base: main
Are you sure you want to change the base?
Conversation
@matslina Since developing the Universal iCalendar App and inspiring Next Event, I'm adding official support to Pixlet for ICS parsing at your suggestion. Please let me know what I can do to continue to support this PR as needed until it's merged. Thanks. |
@matslina Also, is there a way to test the specific test cases of the new module better? Currently I see only a render function testing if screens exist. |
@matslina Hello, was wondering if I could get a review on this? |
@rohansingh Hello, just checking in here. |
Apps like Next Event and Universal iCal offload processing to a backend in the cloud. Cloud processing is expensive and consumer data privacy is a concern when using this architecture. This PR adds support to parse .ics files (iCalendar) to try and alleviate these concerns.