derekantrican / GAS-ICS-Sync

A Google Apps Script for syncing ICS/ICAL files faster than the current Google Calendar speed
GNU General Public License v3.0
1.5k stars 192 forks source link

Sync Failure with Attachments #415

Closed cjam28 closed 6 months ago

cjam28 commented 6 months ago

The problem

When a google doc link is included in the ICS invite it fails to sync due to a missing parameter value:

ParserError: Missing parameter value in 'ATTACH;FILENAME=Notes Document;FMTTYPE=application/vnd.google-apps.document;https://docs.google.com/document/d/DOC_ID_Removed_For_Privacy/editATTACH;FILENAME=Notes Document;FMTTYPE=application/vnd.google-apps.document;https://docs.google.com/document/d/DOC_ID_Removed_For_Privacy/edit?usp=sharing' at ICAL.parse.parser._handleContentLine(ical.js:1894:9) at unknown function at ICAL.parse.parser._eachLine(ical.js:2243:11) at parser(ical.js:1769:12) at parseResponses(Helpers:209:25) at startSync(Code:207:17)

Version of GAS-ICS-Sync

5.8

Additional information & file uploads

No response

jonas0b1011001 commented 6 months ago

351