OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions CalendarEvent Attendee API

This topic contains 0 replies, has 1 voice, and was last updated by  zhex900 6 years, 10 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
  • #25434

    zhex900
    Participant

    Hi,

    I have made changes to Attendee so that it includes Contacts. I use it like this.
    $attendee->setContact($contact)
    I can get it to work in CalendarEvent. Now I am trying to duplicate the same behaviour in CalendarEvent API. But I cannot get Attendee to save contact relationships.

    How does CalendarEvent API pass the the selected attendee to CalendarEvent? I cannot find anything meaningfull in CalendarEventAttendeesApiType Is there something similar to CalendarEventAttendeesSelectType?

    I have added contactId to AttendeeSearchHandler. How do I pass the contactId to form->getData() in CalendarEventAttendeesApiType?

    Do I have to modify ?

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

Back to top