OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions CalendarEventApiTypeExtension

This topic contains 2 replies, has 1 voice, and was last updated by  zhex900 6 years, 9 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #25429

    zhex900
    Participant

    Hi,

    How do I add an extension to CalendarEventApiType. I have successfully implemented a CalendarEventTypeExtension. I want to copy the same implementation into CalendarEventApiTypeExtension. However I cannot get it to work. No function in CalendarEventApiTypeExtension is fired.

    Is there anything different to the way CalendarEventApiTypeExtension should be implemented?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #25430

    zhex900
    Participant

    Now I realised the CalendarEventApiTypeExtension is fired but I cannot longer make changes to the event here (see the screenshot below). Updates will produce this error Screen_Shot_2017_06_03_at_2_17_01_am

    Screen_Shot_2017_06_03_at_2_13_33_am

    #25431

    zhex900
    Participant

    The problem was that $form->getData() in API events is an array. I fixed it now.

Viewing 2 replies - 1 through 2 (of 2 total)

The forum ‘OroCRM – Programming Questions’ is closed to new topics and replies.

Back to top