gcalcli
gcalcli copied to clipboard
Avoid errors when using aliases in calendar invites
If the calendar ID (i.e. the primary email) doesn't exactly match the invitee's email, gcalcli agenda --nodeclined will throw an error.
This change changes makes use of the 'self' property of the attendee to determine identity instead of comparing strings, thus enabling support for alias-based invitations.
Now it's possible for [email protected] to be invited as [email protected] and still use gcalcli agenda --nodeclined.
https://github.com/insanum/gcalcli/issues/620
Hi @insanum! Would you mind merging it?