Skip to content

importing .ical file sends extraneous email to other attendees #836

@dauith

Description

@dauith

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.json mentions "For calendar migration tasks, consider using the Events.import method instead"), but gcalcli/cli.py calls 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

Entirely possible I'm misunderstanding the whole situation; either way, is this a known issue, that might get addressed?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions