Skip to content

Commit

Permalink
Merge branch 'skashin/jb36134-google-responses' into 'master'
Browse files Browse the repository at this point in the history
[nemo-qml-plugin-calendar] Organizer should have 'Chair' participation role. Contributes to JB#36134

See merge request mer-core/nemo-qml-plugin-calendar!30
  • Loading branch information
pvuorela committed Nov 23, 2018
2 parents 3890a38 + 0bebfd4 commit b91d3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm/nemo-qml-plugin-calendar-qt5.spec
@@ -1,7 +1,7 @@
Name: nemo-qml-plugin-calendar-qt5

Summary: Calendar plugin for Nemo Mobile
Version: 0.3.6
Version: 0.4.2
Release: 1
Group: System/Libraries
License: BSD
Expand Down
2 changes: 1 addition & 1 deletion src/calendarutils.cpp
Expand Up @@ -159,7 +159,7 @@ QList<NemoCalendarData::Attendee> NemoCalendarUtils::getEventAttendees(const KCa
organizer.name = calOrganizer->name();
organizer.email = calOrganizer->email();
organizer.isOwner = organizer.email == ownerEmail;
organizer.participationRole = KCalCore::Attendee::ReqParticipant;
organizer.participationRole = KCalCore::Attendee::Chair;
result.append(organizer);
}

Expand Down

0 comments on commit b91d3fd

Please sign in to comment.