Home
last modified time | relevance | path

Searched refs:attendeeByMails (Results 1 – 6 of 6) sorted by relevance

/dports/net/kf5-kcalendarcore/kcalendarcore-5.89.0/src/
H A Dincidencebase.h547 Attendee attendeeByMails(const QStringList &emails, const QString &email = QString()) const;
H A Dincidencebase.cpp435 Attendee IncidenceBase::attendeeByMails(const QStringList &emails, const QString &email) const in attendeeByMails() function in IncidenceBase
/dports/net/akonadi-calendar/akonadi-calendar-21.12.3/src/
H A Dincidencechanger.cpp593 const KCalendarCore::Attendee me(incidence->attendeeByMails(myEmails)); in handleInvitationsAfterChange()
659 const Attendee oldMe = oldInc->attendeeByMails(myEmails); in myAttendeeStatusChanged()
660 const Attendee newMe = newInc->attendeeByMails(myEmails); in myAttendeeStatusChanged()
/dports/net/incidenceeditor/incidenceeditor-21.12.3/src/
H A Dincidencedialog.cpp548 const KCalendarCore::Attendee me = incidence->attendeeByMails(allEmails); in load()
/dports/net/eventviews/eventviews-21.12.3/src/agenda/
H A Dagendaitem.cpp131 …KCalendarCore::Attendee me = mIncidence->attendeeByMails(mEventView->kcalPreferences()->allEmails(… in updateIcons()
/dports/deskutils/korganizer/korganizer-21.12.3/src/
H A Dcalendarview.cpp1784 …const bool groupEvents = !incidence->attendeeByMails(CalendarSupport::KCalPrefs::instance()->allEm… in processIncidenceSelection()