How do I use Calendar addevent to add reminders/notifications to event?

224 views
Skip to first unread message

Dan Haywood

unread,
Jul 27, 2017, 12:02:57 PM7/27/17
to GAM for G Suite
I'm using the following to add events in calendars and it works GREAT:
    gam calendar dhay...@ncf.edu  addevent attendee "dhay...@ncf.edu" location "PMD223" summary "Testing GAM2" description "Test Today" start "2017-07-27T16:45:00Z" end "2017-07-27T17:30:00Z"
I've tried several different syntax to add a reminder/notification to the event, it returns errors such as:

C:\GAM>gam calendar dhay...@ncf.edu  addevent attendee "dhay...@ncf.edu" location "PMD223" summary "Testing GAM2" description "Test Today" start "2017-07-27T16:45:00Z" end "2017-07-27T17:30:00Z" reminder 20
    ERROR: 20 is not a valid argument for "gam calendar <email> addevent"

C:\GAM>gam calendar dhay...@ncf.edu  addevent attendee "dhay...@ncf.edu" location "PMD223" summary "Testing GAM2" description "Test Today" start "2017-07-27T16:45:00Z" end "2017-07-27T17:30:00Z" reminder email "15"
ERROR: 400: Invalid value for Integer: email - invalid

Can anyone assist?
THANKS MUCH!
Dan

Ross Scroggs

unread,
Jul 27, 2017, 12:36:08 PM7/27/17
to google-ap...@googlegroups.com
Dan,

reminder email|popup|sms <Number>

C:\GAM>gam calendar dhay...@ncf.edu  addevent attendee "dhay...@ncf.edu" location "PMD223" summary "Testing GAM2" description "Test Today" start "2017-07-27T16:45:00Z" end "2017-07-27T17:30:00Z" reminder email 15

--
You received this message because you are subscribed to the Google Groups "GAM for G Suite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/16c2d867-b945-4ca7-86df-a5147bf3a530%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Dan Haywood

unread,
Jul 27, 2017, 12:41:03 PM7/27/17
to google-ap...@googlegroups.com, ross.s...@gmail.com
Ross,
thanks but still get error:

C:\GAM>gam calendar dhay...@ncf.edu  addevent attendee "dhay...@ncf.edu" location "PMD223" summary "Testing GAM2" description "Test Today" start "2017-07-27T18:45:00Z" end "2017-07-27T19:30:00Z" reminder email 15


ERROR: 400: Invalid value for Integer: email - invalid

C:\GAM>

Dan Haywood
Systems Administrator
Office of Information Technology
New College of Florida
(941) 487-4319
dhay...@ncf.edu

On Thu, Jul 27, 2017 at 12:35 PM, Ross Scroggs <ross.s...@gmail.com> wrote:
Dan,

reminder email|popup|sms <Number>

C:\GAM>gam calendar dhay...@ncf.edu  addevent attendee "dhay...@ncf.edu" location "PMD223" summary "Testing GAM2" description "Test Today" start "2017-07-27T16:45:00Z" end "2017-07-27T17:30:00Z" reminder email 15

Ross

On Jul 27, 2017, at 9:02 AM, Dan Haywood <dhay...@ncf.edu> wrote:

I'm using the following to add events in calendars and it works GREAT:
    gam calendar dhay...@ncf.edu  addevent attendee "dhay...@ncf.edu" location "PMD223" summary "Testing GAM2" description "Test Today" start "2017-07-27T16:45:00Z" end "2017-07-27T17:30:00Z"
I've tried several different syntax to add a reminder/notification to the event, it returns errors such as:

C:\GAM>gam calendar dhay...@ncf.edu  addevent attendee "dhay...@ncf.edu" location "PMD223" summary "Testing GAM2" description "Test Today" start "2017-07-27T16:45:00Z" end "2017-07-27T17:30:00Z" reminder 20
    ERROR: 20 is not a valid argument for "gam calendar <email> addevent"

C:\GAM>gam calendar dhay...@ncf.edu  addevent attendee "dhay...@ncf.edu" location "PMD223" summary "Testing GAM2" description "Test Today" start "2017-07-27T16:45:00Z" end "2017-07-27T17:30:00Z" reminder email "15"
ERROR: 400: Invalid value for Integer: email - invalid

Can anyone assist?
THANKS MUCH!
Dan

--
You received this message because you are subscribed to the Google Groups "GAM for G Suite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsub...@googlegroups.com.
To post to this group, send email to google-apps-manager@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "GAM for G Suite" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-apps-manager/Rbl-WBgu5hc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-apps-manager+unsub...@googlegroups.com.
To post to this group, send email to google-apps-manager@googlegroups.com.

+KimNilsson

unread,
Jul 30, 2017, 5:49:47 AM7/30/17
to GAM for G Suite, ross.s...@gmail.com
Wouldn't you also need reference to minutes/hours/days?

Samps Okholm

unread,
May 23, 2018, 12:01:20 AM5/23/18
to GAM for G Suite


On Sunday, July 30, 2017 at 7:19:47 PM UTC+9:30, +KimNilsson wrote:
Wouldn't you also need reference to minutes/hours/days?



No, hours are entered as multiples of 60 minutes.... and days as multiples of 24 x 60 minutes 

+KimNilsson

unread,
May 23, 2018, 1:17:28 AM5/23/18
to GAM for G Suite
Switch the order of the last two.

gam calendar dhay...@ncf.edu  addevent attendee "dhay...@ncf.edu" location "PMD223" summary "Testing GAM2" description "Test Today" start "2017-07-27T18:45:00Z" end "2017-07-27T19:30:00Z" reminder 15 email

Samps Okholm

unread,
May 23, 2018, 1:32:52 AM5/23/18
to google-ap...@googlegroups.com
Yes... And if you are using time zone correction then a leading zero is required:

as in

start "2018-05-27T15:00:00+9:30" will fail. Correct syntax is: start "2018-05-27T15:00:00+09:30" 

On Wed, May 23, 2018 at 2:47 PM +KimNilsson <there.is.no...@gmail.com> wrote:
Switch the order of the last two.

gam calendar dhay...@ncf.edu  addevent attendee "dhay...@ncf.edu" location "PMD223" summary "Testing GAM2" description "Test Today" start "2017-07-27T18:45:00Z" end "2017-07-27T19:30:00Z" reminder 15 email

--
You received this message because you are subscribed to a topic in the Google Groups "GAM for G Suite" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-apps-manager/Rbl-WBgu5hc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-apps-man...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
--
Samps Okholm
Computer Systems Manager
Renmark High School
Reply all
Reply to author
Forward
0 new messages