salimoha / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Default Reminders are not applied to new calendar items. #237

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set up default reminders for your calendar.  Find under Calendar Settings > 
Notifications > Default Reminder.  
2. Use GoogleCL to add an appointment. 
   calendar add "lunch with Ryan at noon"

What is the expected output? What do you see instead?
The event is added but the default reminder will be missing.
I would like to see the default reminder applied as expected.

What version of the product are you using? 0.9.8
On what operating system? Windows 7

Original issue reported on code.google.com by jer...@thegollys.com on 27 Jul 2010 at 4:01

GoogleCodeExporter commented 9 years ago
Fortunately, just fixed this! Use 0.9.9, and say

calendar add "lunch with Ryan at noon" --reminder 10 for your default reminder 
10 minutes before the event.

Original comment by tom.h.mi...@gmail.com on 30 Jul 2010 at 4:20

GoogleCodeExporter commented 9 years ago
OK, just tried this out.
Do I understand correctly that this fix adds the --reminder argument and must 
be used with googlecl to add a calendar reminder?

I was also hoping a googlecl added event would pick up the default reminder 
setting of the calendar.  This would mimic the behavior when using the quick 
add feature on the google calendar site.

Original comment by jer...@thegollys.com on 2 Aug 2010 at 5:31