PHPackages                             marcustansoon/spatie-calendar-links-adapter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. marcustansoon/spatie-calendar-links-adapter

ActiveLibrary

marcustansoon/spatie-calendar-links-adapter
===========================================

PHP Adapter for Spatie/CalenderLinks (Google/iCal/Yahoo Calendar)

v1.1(5y ago)0113MITPHPPHP &gt;=7.0.0

Since Oct 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/marcustansoon/spatie-calendar-links-adapter)[ Packagist](https://packagist.org/packages/marcustansoon/spatie-calendar-links-adapter)[ RSS](/packages/marcustansoon-spatie-calendar-links-adapter/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

php-spatie-calendar-links-adapter
=================================

[](#php-spatie-calendar-links-adapter)

#### [![#28ed5d](https://camo.githubusercontent.com/ca052a6356eb4ff137e76c6fbbf16f1aac28b52d0761b2cb5c6e27d48ddf9111/68747470733a2f2f7669612e706c616365686f6c6465722e636f6d2f31352f3238656435642f3030303030303f746578743d2b)](https://camo.githubusercontent.com/ca052a6356eb4ff137e76c6fbbf16f1aac28b52d0761b2cb5c6e27d48ddf9111/68747470733a2f2f7669612e706c616365686f6c6465722e636f6d2f31352f3238656435642f3030303030303f746578743d2b) Require PHP version &gt;= 7

[](#-require-php-version--7)

#### [![#28ed5d](https://camo.githubusercontent.com/ca052a6356eb4ff137e76c6fbbf16f1aac28b52d0761b2cb5c6e27d48ddf9111/68747470733a2f2f7669612e706c616365686f6c6465722e636f6d2f31352f3238656435642f3030303030303f746578743d2b)](https://camo.githubusercontent.com/ca052a6356eb4ff137e76c6fbbf16f1aac28b52d0761b2cb5c6e27d48ddf9111/68747470733a2f2f7669612e706c616365686f6c6465722e636f6d2f31352f3238656435642f3030303030303f746578743d2b) Require Spatie/CalendarLinks plugin (install the package via composer. For more info, do visit )

[](#-require-spatiecalendarlinks-plugin-install-the-package-via-composer-for-more-info-do-visit-httpsgithubcomspatiecalendar-links)

```
composer require marcustansoon/spatie-calendar-links-adapter
```

#### [![#28ed5d](https://camo.githubusercontent.com/ca052a6356eb4ff137e76c6fbbf16f1aac28b52d0761b2cb5c6e27d48ddf9111/68747470733a2f2f7669612e706c616365686f6c6465722e636f6d2f31352f3238656435642f3030303030303f746578743d2b)](https://camo.githubusercontent.com/ca052a6356eb4ff137e76c6fbbf16f1aac28b52d0761b2cb5c6e27d48ddf9111/68747470733a2f2f7669612e706c616365686f6c6465722e636f6d2f31352f3238656435642f3030303030303f746578743d2b) Example usage:-

[](#-example-usage-)

```
// Import script
require_once __DIR__ . '/vendor/autoload.php';

use marcustansoon\SpatieCalendarLinksAdapter;

// Create calendar links
        $calendarLinks = SpatieCalendarLinksAdapter::create(
            (object)[
                'from' => '2020-10-28 18:00',
                'to' => '2020-10-28 21:40',
                // List of supported timezones -> https://www.php.net/manual/en/timezones.php
                'timezone' => 'America/Chihuahua',
                'title' => "Elon Musk",
                'description' => 'Elon Reeve Musk FRS is a business magnate, industrial designer, engineer, and philanthropist. He is the founder, CEO, CTO and chief designer of SpaceX; early investor, CEO and product architect of Tesla, Inc.For more information, please visit our website here.',
            ]
        );

        echo $calendarLinks->google; // https://calendar.google.com/calendar/render?action=TEMPLATE&dates=20200929...
        echo $calendarLinks->ics; // data:text/calendar;charset=utf8;base64,QkVHSU46VkNBTEVOREFS...
        echo $calendarLinks->yahoo; // https://calendar.yahoo.com/?v=60&view=d&type=20&st=202009...
        echo $calendarLinks->webOutlook; // https://outlook.live.com/calendar/deeplink/compose?path=/calendar/action/compos...
```

[![PHPSandbox Notebook](https://camo.githubusercontent.com/941d7a990f5ba5f4706c54008f64e752f72fb3374deee2ce3d10f8bd4cf529b1/68747470733a2f2f70687073616e64626f782e696f2f696d672f6272616e642f62616467652e706e67)](https://phpsandbox.io/n/red-hill-aorj)

#### [![#28ed5d](https://camo.githubusercontent.com/ca052a6356eb4ff137e76c6fbbf16f1aac28b52d0761b2cb5c6e27d48ddf9111/68747470733a2f2f7669612e706c616365686f6c6465722e636f6d2f31352f3238656435642f3030303030303f746578743d2b)](https://camo.githubusercontent.com/ca052a6356eb4ff137e76c6fbbf16f1aac28b52d0761b2cb5c6e27d48ddf9111/68747470733a2f2f7669612e706c616365686f6c6465722e636f6d2f31352f3238656435642f3030303030303f746578743d2b) Disclaimer:

[](#-disclaimer)

This repository is mainly for educational purpose only. Author doesn't affiliated with Spatie or any other related platforms

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2029d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5edec9ad4419ccea6ea3af48f39388f8e94af249cdb71ce268c3b8aa958de345?d=identicon)[Marcus Tan](/maintainers/Marcus%20Tan)

---

Top Contributors

[![marcustansoon](https://avatars.githubusercontent.com/u/36304030?v=4)](https://github.com/marcustansoon "marcustansoon (40 commits)")

---

Tags

calendarcalendar-linkslaravelphpphp-calendarphp-calendar-generatorphp-spatiespatiespatie-calendar-linksspatie-links-generator

### Embed Badge

![Health badge](/badges/marcustansoon-spatie-calendar-links-adapter/health.svg)

```
[![Health](https://phpackages.com/badges/marcustansoon-spatie-calendar-links-adapter/health.svg)](https://phpackages.com/packages/marcustansoon-spatie-calendar-links-adapter)
```

###  Alternatives

[verbb/calendar-links

Generate add-to-calendar links for Google, iCal and other calendar systems.

169.4k](/packages/verbb-calendar-links)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
