Deprecated function in ICal

Created on 4 August 2023, 11 months ago
Updated 16 August 2023, 10 months ago

Problem/Motivation

When carrying out an import of an iCal, I get this warning logged:

Deprecated function: auto_detect_line_endings is deprecated in ICal\ICal->__construct() (line 500 of /vendor/johngrogg/ics-parser/src/ICal/ICal.php)

This is deprecated in PHP 8.1.

The call to ICal is coming from IcalParser.

Steps to reproduce

Run an iCal feeds importer on a site using PHP 8.1.

Proposed resolution

Remove the use of this deprecated function. Not clear whether there is functionality lost in doing that which would need to be replaced.

πŸ› Bug report
Status

Fixed

Version

2.1

Component

Code

Created by

πŸ‡¨πŸ‡¦Canada ryanrobinson_wlu

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024