-
Notifications
You must be signed in to change notification settings - Fork 165
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
No exist Method property in EventFactory #427
Comments
For add feature need next steps.
|
Hello, Someone have any news for this point ? |
Without this property the invitations in Outlook (for example) are not represented as calendar entries. Google Calendar also sends this property. |
Any update on this issue? |
It's very surprising that this is not supported and that this issue has been left alone for so long. Without this, the accept/decline buttons don't even show up in our invite render on our client. This needs to be supported! Anyone know how to hack it in if its not going to get support by iCal? |
Please add in next release the propertie METHOD in Event, for example with value REQUEST.
yield new Property('METHOD', new TextValue("REQUEST"));
The text was updated successfully, but these errors were encountered: