Skip to content

Commit

Permalink
[nemo-qml-plugin-calendar] Organizer should have 'Chair' participatio…
Browse files Browse the repository at this point in the history
…n role. Contributes to JB#36134
  • Loading branch information
sergkashin committed Nov 22, 2018
1 parent 3890a38 commit 0bebfd4
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 0bebfd4

Please sign in to comment.