Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I add reminder alert time in Google calendar URL

I am trying to create a link in my web page for adding an event in google calendar. The event start and end time are dynamic. The event is getting added in google calendar but the reminder time is taken as default i.e, 30 minutes. I want to make the reminder time as 1 day. The URL for adding the event is http://www.google.com/calendar/event?action=TEMPLATE&dates=20170717T063000Z%2F20170717T073000Z&text=My%20appointment

Could you please advise me if I can pass the reminder/ alert time also in this URL?

like image 929
user6626361 Avatar asked Sep 19 '25 22:09

user6626361


1 Answers

There is currently no way to specify the reminder time vie TEMPLATE action I believe.

like image 151
luc Avatar answered Sep 23 '25 12:09

luc