Page MenuHomePhorge

Add the organizer as an attendee
AbandonedPublic

Authored by vanmeeuwen on Aug 18 2017, 8:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 14 2023, 6:05 AM
Unknown Object (File)
Dec 1 2023, 2:20 AM
Unknown Object (File)
Nov 15 2023, 6:04 PM
Unknown Object (File)
Nov 8 2023, 6:17 AM
Unknown Object (File)
Apr 16 2018, 3:30 PM
Unknown Object (File)
Apr 16 2018, 3:29 PM
Unknown Object (File)
Apr 10 2018, 2:31 AM
Unknown Object (File)
Mar 26 2018, 11:16 AM

Details

Summary

Reference Bifrost T39159

  • Add the organizer to the list of attendees, with a proper status, to avoid tagging the event as having been declined by the organizer.
NOTE: : This is one of two proposed ways to fix it.
Test Plan
  • John uses Outlook to create a meeting,
  • John invites anyone else (otherwise, this "meeting" is an "appointment"),
  • John sends out the invitations, saves and closes the creation dialog;

EXPECTED RESULTS

  • When John logs in to the web client, the meeting occurs on John's agenda properly.

ACTUAL RESULTS

  • When John logs in to the web client, the meeting is on the "Declined Invitations" calendar.

TROUBLESHOOTING

The tags used in the SQL caching will include:

`x-partstat:john@kolabsys.com:declined`

After this little patch, the tags will correctly include:

`x-partstat:jack@kolabsys.com:needs-action`

Diff Detail

Repository
rRPK roundcubemail-plugins-kolab
Branch
dev/T39159
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 11681
Build 9275: arc lint + arc unit