insanum / gcalcli

Google Calendar Command Line Interface
MIT License
3.26k stars 307 forks source link

Importing calendar event to different calendar re-emails all invitees #587

Open espg opened 3 years ago

espg commented 3 years ago

I have multiple email accounts, so invariably someone will email me a calendar invite to different account then my primary calendar setup. Importing the ical event into a different calendar is easy enough, but there's an annoying quirk... when you import using gcalcli --calendar="someone@example.com" import invite.cal to a different calendar than the original message recipient, the duplicated event lists you as the owner and resends the invitation out to the other calendar attendees. This creates spam-- other recipients will either accept the duplicate invitation and have two entries in their calendar, or will decline and clutter up my inbox with declined invitation messages.

How do you import a calendar event into a different calendar and not duplicate the invitation for other attendees?

ferdinandyb commented 1 year ago

I am also very much interested in this, because currently this makes import for me unusable :(

jonjamesjr commented 9 months ago

Another symptom of the same underlying issue: I added an event to my Google Calendar via gcalcli import, subsequently deleted it from my Google Calendar, and all the original invitees then received a message, apparently from me, telling them that the event was cancelled (which it was not). I'd love an option to not import any ORGANIZER or ATTENDEE information from the ical event.