You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to googlecl...@googlegroups.com
Hi all,
I've just discovered googlecl and it's a great project, thanks to the developers for it.
I've a problem with the calendar, when I issue:
$ google calendar add --date='2014-04-25T16:00:00' --reminder='1h' --cal='Talks and alike' --user=xxx --note="Test Descr" "Test Event"
it actually sets the time to 17:00 without any time zone. The calendar has London as default time zone and my computer has BST has time zone. Apart from that, is there any way to specify which time zone I mean? As an expat living in two different countries, this would be very useful to me.
Thanks in advance for any help. Marco.
Bruno Raoult
unread,
Apr 25, 2014, 6:45:43 AM4/25/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to googlecl...@googlegroups.com
I don't think this option exists. But if it does, time zone should be
specified for
starting *and* ending time, possibly different (as you travel, you
know what I mean).
br.
--
2 + 2 = 5, for very large values of 2.
Zak Mc Kracken
unread,
Apr 25, 2014, 6:56:22 AM4/25/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to googlecl...@googlegroups.com
On Friday, 25 April 2014 11:45:43 UTC+1, Bruno Raoult wrote:
I don't think this option exists. But if it does, time zone should be
specified for
starting *and* ending time, possibly different (as you travel, you
know what I mean).
Thanks Bruno. That raises another question: how do I specify the end time or the event duration?
Marco.
Bruno Raoult
unread,
Apr 25, 2014, 7:05:16 AM4/25/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
I never tested it. But if timezone is used, it should be on both sides.
Example:
add "Travelling with Megi from 29 December 23:00 TMZ1 till 28 Dec 2:00 TMZ2"
It becomes complicated.
Bruno.
Zak Mc Kracken
unread,
Apr 25, 2014, 7:18:14 AM4/25/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to googlecl...@googlegroups.com
Thanks again, I see that start/end can be sent to --time, separating them with comma. I really wish I could set the time zone too.