-
Notifications
You must be signed in to change notification settings - Fork 24
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
How should iCal notifications with no X-MAINTNOTE-STATUS be handled? #115
Comments
Actually, reviewing the BCOP, I have not found where the |
Making |
Ok, let's do this small change then, making |
Environment
Proposed Functionality
Per the BCOP,
X-MAINTNOTE-STATUS
can be omitted from an iCal notification (the only example I see of this in the BCOP is for a rescheduled maintenance window), but ourMaintenance
class definesstatus
as a mandatory field. In general how should we handle iCal notifications that omit this field?Use Case
I have a real-world example received from a provider for a "completed" notification that omits the X-MAINTNOTE-STATUS, so simply assuming that "no X-MAINTNOTE-STATUS implies "status=re-scheduled"" would not be correct in this case. We could possibly parse the
DESCRIPTION
orSUMMARY
fields -- in this particular case the word "completed" is present in both -- but that's probably not desirable as a general solution? Looking for suggestions here.The text was updated successfully, but these errors were encountered: