merge wrt-plugins-tizen_0.2.0-2
[profile/ivi/wrt-plugins-tizen.git] / src / platform / API / Calendar / CalendarEvent.cpp
index 76b7e52..7bdfa8a 100755 (executable)
@@ -95,7 +95,8 @@ CalendarEvent::CalendarEvent(const CalendarEvent &original)
         attendeePtr->setGroup(original.getAttendees()->at(i)->getGroup());
         attendeePtr->setDelegatorURI(original.getAttendees()->at(i)->getDelegatorURI());
         attendeePtr->setDelegateURI(original.getAttendees()->at(i)->getDelegateURI());
-        attendeePtr->setPersonId(original.getAttendees()->at(i)->getPersonId());
+        attendeePtr->setAddressBookId(original.getAttendees()->at(i)->getAddressBookId());
+        attendeePtr->setContactId(original.getAttendees()->at(i)->getContactId());
         m_attendees->push_back(attendeePtr);
     }