calendar-links icon indicating copy to clipboard operation
calendar-links copied to clipboard

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

Results 8 calendar-links issues
Sort by recently updated
recently updated
newest added

Committer: Karthik Kumar Bodu ## Context and Purposes **Problem** : The HTML formatting is lost when `DESCRIPTION` is used in the ICS file. **Reference** : https://answers.microsoft.com/en-us/outlook_com/forum/all/outlook-2016-ics-description-shows-no-html/08d06cba-bfe4-4757-a052-adab64ea75a2?page=1 **Solution** : Using `X-ALT-DESC;FMTTYPE=text/html`...

Added tests for PRODID & DTSTAMP properties, which were added to ICS format in [PR 153](https://github.com/spatie/calendar-links/pull/153).

Option to set a url to a website

feature request

## What do you want to achieve? Allow creating links for reoccurring events. This is possible, on the main paid provider (AddEvent). They however have this feature behind a paywall,...

feature request

## Context 1. PHP Version: PHP 8.1.12 1. Package version: 1.8.5 ## Describe the Bug 1) Generate ics using calendar-link package 2) attach in email using laravel mailable 3) send...

bug

Hello. PHP Version: 8.0 Package version: 1.8.5 Chrome browser. Gmail is stripping out the ICS link. I'm seeing this in the "view original": ``` ICS (for iCal & Outl= ook)...

bug

## Context 1. PHP Version: 1.8.5 ## Describe the Bug Google calendar expects details (description) field to be html, while ics download tries to convert the same to plain text...

bug

## What do you want to achieve? Please check [Package principles](https://github.com/spatie/calendar-links#package-principles) before you create a request. Hi, while working on https://github.com/spatie/calendar-links/pull/192 I had experimented with using `http_build_query` in https://github.com/vever001/calendar-links/commit/39a9bbd22ceb0da9dc4f93bef6286324d9a48dba It...

feature request