Aggiungere tramite link un evento su Google Calendar


Come aggiungere tramite link un evento su Google Calendar

 

E se vi dicessimo che è possibile creare un link che consenta, al click, di aggiungere un evento direttamente su Google Calendar? 
Tramite questo link, un utente può quindi segnarsi un appuntamento sul proprio calendar che voi gli sponsorizzate, senza ulteriori azioni e perdite di tempo.

Questa è la struttura base che deve avere il link:

https://www.google.com/calendar/event?action=TEMPLATE&dates=(inizio)%2F(fine)&text=(titolo)&location=(dove)&details=(note)


Le parti in nero non vanno toccate, solo quelle in rosso possono essere modificate e costituiscono tutti i dati dell'evento.

  • (inizio) - data e ora inizio evento. È scritta nel formato aammggToommss (anno mese giorno, il separatore T, ora minuti secondi). Alcuni esempi:
    • se un evento inizia il 25/11/2018 alle ore 15:30 il codice è 20181125T153000
    • se un evento inizia il 05/05/2017 alle ore 09:30 il codice è 20170505T093000
    • se un evento inizia il 31/08/2018 alle ore 10:00 il codice è 20180831T100000
  • (fine) - data e ora fine evento. È scritta nel formato aammggToommss (anno mese giorno, il separatore T, ora minuti secondi). Alcuni esempi:
    • se un evento finisce il 25/11/2018 alle ore 15:30 il codice è 20181125T153000
    • se un evento finisce il 05/05/2017 alle ore 09:30 il codice è 20170505T093000
    • se un evento finisce il 31/08/2018 alle ore 10:00 il codice è 20180831T100000
  • (titolo) oggetto dell'appuntamento
  • (dove) location dell'evento. Esempio: via della chiatta 29, Alessandria
  • (note) dettagli dell'evento


NB: usare funzione URLENCODE inserendo il %20 al posto degli spazi:
quindi nel caso della location dell'evento "via della chiatta 29, Alessandria" il corretto modo di inserirla è via%20della%20chiatta%2029,%20Alessandria

Ora un esempio pratico!
Vogliamo creare un link per una convention sulle Web Agency con pranzo a buffet, che inizia il 25 Maggio 2018 alle 09:00 e finisce il 25 Maggio 2018 alle 15:30, e che si terrà in Piazza Duomo a Milano:

https://www.google.com/calendar/event?action=TEMPLATE&dates=20180525T090000%2F20180525T153000&text=Convention%20sulle%20Web%20Agency&location=Piazza%20Duomo%20Milano&details=pranzo%20a%20buffet
 

PROVA! Aggiungi Evento!


How to create a link that will add a single event to a users Google Calendar

 

Do you know that there is a way to have a link on a website that will add a single event directly to a users Google calendar? 
With this link, any user can add an event on its own Google Calender, easily and without loosing time in the process.

This is the base format of the link:

https://www.google.com/calendar/event?action=TEMPLATE&dates=(start)%2F(end)&text=(title)&location=(location)&details=(details)


Black code must be kept as it is, the red one can be modofied and represents event's informations.

  • (start) - date and time of the event's start. The format is yymmddThhmmss (year month day, character T as separator, hour minutes seconds). Some examples:
    • if an event starts on 25/11/2018 at 15:30 the format will be 20181125T153000
    • if an event starts on 05/05/2017 at 09:30 the format will be 20170505T093000
    • if an event starts on 31/08/2018 at 10:00 the format will be 20180831T100000
  • (end) - date and time of the event's end. The format is yymmddThhmmss (year month day, character T as separator, hour minutes seconds). Some examples:
    • if an event ends on 25/11/2018 at 15:30 the format will be 20181125T153000
    • if an event ends on 05/05/2017 at 09:30 the format will be 20170505T093000
    • if an event ends on 31/08/2018 at 10:00 the format will be 20180831T100000
  • (title) event title
  • (location) event location. Example: 14, Vasey Street, London
  • (details) event details


NOTE: use URLENCODE function, insert %20 in place of spaces:
The event location "14, Vasey Street, London" will be 14,%20Vasey%20Street,%London

Here you can have a complete example!
We want a link for a Convention about Web Agency with buffet lunch, that will start on May 25 2018 at 09:00 and will end on May 25 2018 at 15:30 and will take place at Piazza Duomo a Milano:

https://www.google.com/calendar/event?action=TEMPLATE&dates=20180525T090000%2F20180525T153000&text=Convention%20about%20Web%20Agency&location=Piazza%20Duomo%20Milano&details=buffet%20lunch

TRY NOW! Add Event!