Giter VIP home page Giter VIP logo

Comments (12)

lasombra avatar lasombra commented on August 16, 2024 2

Maybe an explicit option to import to not include attendees?

I don't know what is causing this either but when I import a new .ics
files, generated from Google Calendar, all the attendees receive a
notification and, as they accept or refuse the meeting, I see their
acceptance or refusal on my calendar as it was the primary source.

On 29/04/2016 23:13 , Brian Hartvigsen wrote:

My understanding is that this should be controlled by the
"sendNotifications" url parameter
https://developers.google.com/google-apps/calendar/v3/reference/events/insert#parameters.
This parameter defaults to false and we don't override that (at least
not as far as I can see.) Not sure there is anything else we can do this...


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#27 (comment)

from gcalcli.

lasombra avatar lasombra commented on August 16, 2024 1

I am very sorry to comment on this but I'm seeing an issue where when I import a file all attendees are invited as well to the imported event on my calendar. Can this be optional during import please?

from gcalcli.

lasombra avatar lasombra commented on August 16, 2024 1

I can test whatever's needed in case there's a need.

from gcalcli.

Azulinho avatar Azulinho commented on August 16, 2024

awesome tool by the way!

from gcalcli.

Azulinho avatar Azulinho commented on August 16, 2024

I achieved part of it,
the following bit adds the organizer

1179 if hasattr(ve, 'description'):
1180 DebugPrint("DESCRIPTION: %s\n" % ve.description.value)
1181 if verbose:
1182 print "Description:\n%s" % ve.description.value
1183 event.content = atom.Content(text=ve.description.value)
1184
1185 if hasattr(ve, 'organizer'):
1186 DebugPrint("ORGANIZER: %s\n" % ve.organizer.value)
1187 if verbose:
1188 print "organizer:\n%s" % ve.organizer.value
1189 event.organizer = atom.Content(text=ve.organizer.value)

however to add the attendee the code needs to loop through the list of attendees and I haven't figured out how to do this yet in your code

from gcalcli.

insanum avatar insanum commented on August 16, 2024

I like this. If you're still pursuing this please submit a pull request.

from gcalcli.

insanum avatar insanum commented on August 16, 2024

@tresni's pull request was merged. Please use the latest gcalcli code from git.

from gcalcli.

tresni avatar tresni commented on August 16, 2024

My understanding is that this should be controlled by the "sendNotifications" url parameter. This parameter defaults to false and we don't override that (at least not as far as I can see.) Not sure there is anything else we can do this...

from gcalcli.

samsunix avatar samsunix commented on August 16, 2024

lasombra - mind to share your ics file and method you use to import it to google calendar. I am stuck here.

Here's mine: https://pastebin.com/fv81LFsw when importing manually by using google calendar web client, it's still missing attendees

Thank you very much in advance.

from gcalcli.

jahagirdar avatar jahagirdar commented on August 16, 2024

Is there any update on this? I installed gcalcli today, imported my first calender invite via the following mutt macro
macro attach ,c "gcalcli --reminder=10 --detail_url=short --calendar='Dyumnin' import\n"

and it looks like it sent out invites to other participants...

from gcalcli.

lasombra avatar lasombra commented on August 16, 2024

@samsunix Unfortunately it took me 1 year to see your update.

I used the following command: gcalcli import --calendar="[email protected]" calendar_test_issue.ics

I still see the issue. Here's the screenshot, https://imgur.com/a/aRCWB6O. Notice that both guests are "awaiting"

from gcalcli.

lasombra avatar lasombra commented on August 16, 2024

This issue still persists. Should I file a new issue to track this down?

from gcalcli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.