Skip to content

Instantly share code, notes, and snippets.

<?php
namespace App\Concerns;
use App\Models\Tag;
use App\Models\Taggable as TaggableMorph;
trait Taggable
{
/**
@JoshuaDoshua
JoshuaDoshua / addtogcal.php
Last active August 3, 2018 13:32 — forked from petertwise/addtogcal.php
Function to create Add to Google Calendar link
<?php
function squarecandy_add_to_gcal(
$name,
$startDate,
$endDate = false,
$isAllDay = false,
$description = null,
$location = null
) {