iCal
iCal copied to clipboard
No exist Method property in EventFactory
Please add in next release the propertie METHOD in Event, for example with value REQUEST.
yield new Property('METHOD', new TextValue("REQUEST"));
For add feature need next steps.
- Create File Eluceo\iCal\Domain\Enum\CalendarMethod.
- Update Eluceo\iCal\Presentation\Factory\CalendarFactory.
- Update Eluceo\iCal\Domain\Entity\Calendar
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? Is there any way to add the "METHOD: REQUEST"?