B
B
best912016-03-16 22:30:07
Google
best91, 2016-03-16 22:30:07

How to create an event in Google Calendar by link?

Hello! It is necessary that when you click on the link, an event is created in the Google calendar. Data in the link: start date, text, reminder time, etc. Are there any ready-made solutions for this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
TyzhSysAdmin, 2016-03-17
@best91

<a href="http://www.google.com/calendar/event?
action=TEMPLATE
&text=[event-title]
&dates=[start-custom format='Ymd\\THi00\\Z']/[end-custom format='Ymd\\THi00\\Z']
&details=[description]
&location=[location]
&trp=false
&sprop=
&sprop=name:"
target="_blank" rel="nofollow">Add to my calendar</a>

https://developers.google.com/google-apps/calendar...
Also
https://support.google.com/calendar/answer/41207?rd=1
The last item "Buttons for saving events on the site"

A
Artemiy Egorov, 2021-10-18
@aaegorof

Use this
or see the code there
carlsednaoui.github.io/add-to-calendar-buttons/gen...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question