iCal icon indicating copy to clipboard operation
iCal copied to clipboard

No exist Method property in EventFactory

Open morojosa opened this issue 2 years ago • 4 comments

Please add in next release the propertie METHOD in Event, for example with value REQUEST.

yield new Property('METHOD', new TextValue("REQUEST"));

morojosa avatar Jun 21 '22 15:06 morojosa

For add feature need next steps.

  1. Create File Eluceo\iCal\Domain\Enum\CalendarMethod.
  2. Update Eluceo\iCal\Presentation\Factory\CalendarFactory.
  3. Update Eluceo\iCal\Domain\Entity\Calendar

morojosa avatar Jun 22 '22 10:06 morojosa

Hello,

Someone have any news for this point ?

rsereir avatar Nov 07 '22 11:11 rsereir

Without this property the invitations in Outlook (for example) are not represented as calendar entries. Google Calendar also sends this property.

paha77 avatar Jan 11 '23 15:01 paha77

Any update on this issue? Is there any way to add the "METHOD: REQUEST"?

ssvraja avatar Feb 25 '23 17:02 ssvraja