Answer the question
In order to leave comments, you need to log in
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
<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>
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 questionAsk a Question
731 491 924 answers to any question