-
Notifications
You must be signed in to change notification settings - Fork 22
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
Parsing Error when Event has No Title #125
Comments
The HA calendar no longer allows events without a title/summary. I could probably either ignore such an event, or put in a dummy title, like “no summary”. If people will weigh in with their opinions, it’s an easy change when I get some time to do the next release. Oh, or better, take the first several characters (or words) of the description? |
Hi, |
Do you have an opinion on what to put in the summary? The requirement that it have something is from HA, but it's easy for me to put something in there. I'd like to at least pretend I'm putting something useful there. :) |
I had a closer look at my calendar subscription. There are a few events without summary. In my case they could simply be ignored, or the summary could maybe replaced with a configurable string. |
Hello franc,
Firstly, I want to express my appreciation for the seamless integration provided.
I encountered an issue while using a Google ICS for this integration. It seems that when an event is created without a title, the calendar fails to load, displaying a parsing error: "Failed to validate CalendarEvent: required key not provided @ data['summary']".
Upon removing the event without a title, the calendar functions normally. It would be great if this issue could be addressed in future updates.
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered: