I am experiencing an issue when importing `.ics` files into a Google Calendar integrated with Thunderbird. Specifically, when I attempt to import an `.ics` file containin… (了解更多)
I am experiencing an issue when importing `.ics` files into a Google Calendar integrated with Thunderbird. Specifically, when I attempt to import an `.ics` file containing multiple events into my Google Calendar through Thunderbird, only the first event is imported; the subsequent events are not added. However, when I import the same `.ics` file into a local calendar within Thunderbird, all events are imported correctly.
Steps to Reproduce:
1. Open Thunderbird and navigate to the Calendar section.
2. Ensure that a Google Calendar is integrated and active.
3. Attempt to import an `.ics` file containing multiple events into the Google Calendar.
4. Observe that only the first event is imported, while the others are omitted.
Additional Information:
- Thunderbird Version: 128.4.3esr (64 bit)
- Operating System: windows 11 64bit
- The `.ics` file in question has been validated and functions correctly when imported into other calendar applications and local calendars within Thunderbird.
I have researched this issue and found that other users have encountered similar problems when importing `.ics` files into network calendars, such as Google Calendar, via Thunderbird.
Request for Assistance:
Could you please provide guidance on how to resolve this issue? Is there a known workaround or a planned update to address this problem? Any assistance or recommendations would be greatly appreciated.
Here, as a sample, the ics structure that I've tried to import:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Your Company//NONSGML v1.0//EN
BEGIN:VEVENT
UID:event-2@_EXPORT_ICS.xlsm
SUMMARY:prova 1
DTSTART:20241118T100000Z
DTEND:20241118T120000Z
DESCRIPTION:prova 1
LOCATION:
END:VEVENT
BEGIN:VEVENT
UID:event-3@_EXPORT_ICS.xlsm
SUMMARY:prova 2
DTSTART:20241120T140000Z
DTEND:20241120T160000Z
DESCRIPTION:prova 2
LOCATION:
END:VEVENT
BEGIN:VEVENT
UID:event-4@_EXPORT_ICS.xlsm
SUMMARY:prova 3
DTSTART:20241122T100000Z
DTEND:20241122T120000Z
DESCRIPTION:prova 3
LOCATION:
END:VEVENT
END:VCALENDAR
Thank you for your support.