Closed vinitkumar closed 10 years ago
From tom.h.mi...@gmail.com on July 08, 2010 19:29:52
Status: Accepted
Labels: -Type-Defect Type-Enhancement
From tom.h.mi...@gmail.com on July 08, 2010 19:30:05
Issue 208 has been merged into this issue.
From towolf on July 12, 2010 14:31:26
My issue 205 is a dupe of this.
From tom.h.mi...@gmail.com on July 12, 2010 14:46:06
Issue 205 has been merged into this issue.
From tom.h.mi...@gmail.com on July 14, 2010 14:04:20
Issue 108 has been merged into this issue.
From tom.h.mi...@gmail.com on July 14, 2010 14:04:37
Turns out this isn't (properly) supported, but I'm working on a fix. Sorry it took so long to get to!
Status: Started
From tom.h.mi...@gmail.com on July 14, 2010 15:24:54
This issue was closed by revision r348 .
Status: Fixed
From tom.h.mi...@gmail.com on July 14, 2010 15:28:46
Alright, could some intrepid users try out r348 in the trunk? You should be able to use --reminder to set a reminder. Unfortunately, it seems impossible to get your default reminder time, but doing --reminder 20m should add one of each of your default reminders to the event during calendar add.
On the upside, you can so something wacky like --reminder 0.6w for 3/5ths of a week advance notice!
(Tip: Use the config file ~/.googlecl/config to set your default reminder time)
Let me know if you run into any problems!
From gianluca...@gmail.com on July 15, 2010 00:23:57
How I can try it? I don't see any "download" option Thank you very much for fix!
From bmar...@gmail.com on July 15, 2010 00:58:06
Thanks for picking this up! Running into some problems.
Ran python setup.py install in trunk r348 Error when executing google:
Traceback (most recent call last):
File "/usr/local/bin/google", line 58, in
Gdata 1.2.4 Python 2.6.5 Ubuntu 10.04
Thanks
From tom.h.mi...@gmail.com on July 15, 2010 07:29:52
Ah, I suspect it's loading the old googlecl library.
To test this, try:
$ mkdir test_directory $ python setup.py install --home test_directory --record files.txt $ cd test_directory/lib/python $ ../../bin/google calendar add "etc, etc" --reminder etc.
Then you can remove all the files installed via rm -rf test_directory. (consult files.txt to make sure you got them all)
From bmar...@gmail.com on July 17, 2010 07:37:25
Ok, so i didn't manage to get things working the way you discribed.
But here is how i got it working:
For debian based systems: (!you might have to install subversion first) $ svn checkout http://googlecl.googlecode.com/svn/trunk/ googlecl-read-only $ apt-get remove googlecl $ cd /path_to/googlecl-read-only $ python setup.py install
now try $ google calendar add "test at 16h today" --reminder 20m
Hope this helps!
Thanks again for adding this functionality!
Bart
From tom.h.mi...@gmail.com on July 30, 2010 09:20:41
Issue 237 has been merged into this issue.
From mtorrinh...@gmail.com on February 10, 2011 07:11:02
Hi there,
I have just used the following command to create an event with a reminder:
$ google calendar add "Test event" --reminder 10m
It creates the event WITH the reminder just fine, BUT I get no sms notification. I have configured the mobile phone on my google account correctly as I receive an sms if I create the same event "by hand".
Could this be happening because the event is being added with googlecl?
Thanks in advance, please reply.
Tiago
From aloksha...@gmail.com on July 04, 2010 12:47:39
What steps will reprouce the problem? 1.add an event using the following command google calendar add "meet Jim today 3:00pm" 2. 3. What is the expected output? What do you see instead? Expect to create an event with the default reminders. The event is created but it does not add any reminders. What version of the product are you using? On what operating system? What version of gdata-python-client (aka python-gdata)? Using gdata-2.0.10 and googlecl 0.9.8 Please provide any additional information below. When I create an event from the web interface in my default calendar it automatically adds the default reminders to the event. Same thing is true for when an event is added via SMS. But when I add an event from googlecl it creates an event but does not add the reminders. I have uninstalled and reinstalled gdata and googlecl but the problem is still there.
Original issue: http://code.google.com/p/googlecl/issues/detail?id=207