Skip to content

Instantly share code, notes, and snippets.

@petertwise
petertwise / addtogcal.php
Last active January 29, 2026 23:34
Function to create Add to Google Calendar link
<?php
if ( ! function_exists( 'squarecandy_add_to_gcal' ) && ! function_exists( 'squarecandy_add_to_gcal_url' ) ) :
/**
* Create a Google Calendar "add to calendar" link.
*
* This function is convienient because it does not require an API connection.
* Note that this only allows for adding a single event.
* The data does not have to exist already on any Google Calendar anywhere.
* This just adds your event data to the end-users GCal one item at a time.