PHPackages                             ubc-web-services/ubc\_add\_to\_calendar - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ubc-web-services/ubc\_add\_to\_calendar

ActiveDrupal-module[Utility &amp; Helpers](/categories/utility)

ubc-web-services/ubc\_add\_to\_calendar
=======================================

Adds a block with Add to Calendar functionality to UBC Events

1.0.0(11mo ago)04.4k↓33.3%

Since Aug 25Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/ubc-web-services/ubc_add_to_calendar)[ Packagist](https://packagist.org/packages/ubc-web-services/ubc_add_to_calendar)[ RSS](/packages/ubc-web-services-ubc-add-to-calendar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)DependenciesVersions (8)Used By (0)

Usage
=====

[](#usage)

This module adds three content variables to the 'ubc\_event' content type, that will be available in the node template:

- google\_cal\_link
- ical\_link
- outlook\_link

Required fields
---------------

[](#required-fields)

The fields this module relys on are hard coded, but they are in the default `ubc_event` content type. They are:

- title
- body
- field\_event\_location (and address field)
- field\_event\_date (a daterange field)

If these fields are not present, the output will not work correctly.

Typical implementation
----------------------

[](#typical-implementation)

There is no UI for this module, so you need to modify your templates to get it to output correctly. In a `node--ubc-event.html.twig` template, something like:

```

        Google Calendar

        iCal

        Outlook

```

If the module is enabled but you don't want the fields to display, update the `{{ content }}` variable to use the `without` filter in your `node--ubc-event.html.twig` template. For example:

```
{{ content|without('field_some_other_field', 'google_cal_link', 'ical_link', 'outlook_link') }}

```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance51

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.7% 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 ~201 days

Recently: every ~249 days

Total

6

Last Release

347d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bb2057c95b72281166d1223f90909ff8440a29a5ee5f450cf0d71194563dda94?d=identicon)[occupant](/maintainers/occupant)

![](https://www.gravatar.com/avatar/b6c1e9ad0b426341d05e305d124a5e013c722962ce6ce98c036318e6f1e8dc76?d=identicon)[gocaps](/maintainers/gocaps)

---

Top Contributors

[![occupant](https://avatars.githubusercontent.com/u/130125?v=4)](https://github.com/occupant "occupant (13 commits)")[![christopherdegroot](https://avatars.githubusercontent.com/u/47255795?v=4)](https://github.com/christopherdegroot "christopherdegroot (2 commits)")

### Embed Badge

![Health badge](/badges/ubc-web-services-ubc-add-to-calendar/health.svg)

```
[![Health](https://phpackages.com/badges/ubc-web-services-ubc-add-to-calendar/health.svg)](https://phpackages.com/packages/ubc-web-services-ubc-add-to-calendar)
```

PHPackages © 2026

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