-
Notifications
You must be signed in to change notification settings - Fork 328
Closed
Description
When I run gcalcli import --calendar "Tech - Networking" --default-reminders ~/Downloads/invite.ics the event is added to my calendar, but Google Calendar tries to send email to all the other original recipients of the invite.
I'm not sure how much of this is relevant:
- the source invite.ics arrived as an email attachment, so this is a case of importing an event into a different calendar (and why there are other invitees, and why they wouldn't want email about my copy of the event)
- it seems the GCal API has events.import and events.insert, and maybe the former method is what is needed for my attempted use (
googleapiclient/discovery_cache/documents/calendar.v3.jsonmentions "For calendar migration tasks, consider using the Events.import method instead"), butgcalcli/cli.pycalls the latter method. (It's mostly just ironic that the gcalcli subcommand which calls insert() is itself named "import", although that did cause me some confusion at first :) - this is gcalcli 4.5.1
- it looks like this issue has been raised before
- add attendees when importing a ICS file #27 -- quite old, and only the comments at the end apply
- Importing calendar event to different calendar re-emails all invitees #587 -- relevant and recent; ended with a suggestion to open an enhancement request, but I can't find such a request
Entirely possible I'm misunderstanding the whole situation; either way, is this a known issue, that might get addressed?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels