diff --git a/mozilla/calendar/base/src/calAttendee.js b/mozilla/calendar/base/src/calAttendee.js index 9be43cf079f..5e0c0b71007 100644 --- a/mozilla/calendar/base/src/calAttendee.js +++ b/mozilla/calendar/base/src/calAttendee.js @@ -93,7 +93,7 @@ calAttendee.prototype = { clone: function() { var a = new calAttendee(); - var allProps = ["id", "commonName", "rsvp", "role", "participantStatus", + var allProps = ["id", "commonName", "rsvp", "role", "participationStatus", "userType"]; for (var i in allProps) a[allProps[i]] = this[allProps[i]];