jobisoft / EAS-4-TbSync

[Thunderbird Add-On] The Exchange ActiveSync provider for TbSync to sync contacts, tasks and calendars to Thunderbird.
https://github.com/jobisoft/EAS-4-TbSync/wiki/About:-Provider-for-Exchange-ActiveSync
Mozilla Public License 2.0
197 stars 28 forks source link

Event description is missing from the invite for invitees #142

Open Kaus1247 opened 3 years ago

Kaus1247 commented 3 years ago

Your environment

TbSync version: 2.20 EAS-4-TbSync version: 1.20.1 Thunderbird version: 78.6.1

Yes, I have installed the latest available beta version from https://tbsync.jobisoft.de and my issue is not yet fixed, I can still reproduce it.

Expected behavior

... Description should be visible for invitees/attendees

Actual behavior

... Description is not visible for invitees/attendees Though the description is visible to organiser even after synchronisation

Steps to reproduce

... Create an event in Thunderbird with Tbsync and EAS-4-TbSync Give some description and one or more invitee. click on "send and close "

To help resolving your issue, enable debug logging (TbSync Account Manager -> Help) and send me the debug.log via e-mail (use the title of your issue as subject of the email).

Tronde commented 2 years ago

Hi there,
I would like to report that I'm experiencing the same issue in the following envirionment:

TbSync version: 3.0.1 EAS-4-TbSync version: 2.0.1 Thunderbird version: 91.4.1 (64-bit)

This is what the invitee sees in the *.ics file:

BEGIN:VCALENDAR
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
VERSION:2.0
METHOD:REQUEST
BEGIN:VTIMEZONE
TZID:Europe/Berlin
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
CREATED:20211223T120851Z
LAST-MODIFIED:20211223T120939Z
DTSTAMP:20211223T120939Z
UID:7af3462e-0762-472f-b373-4bab7bb2d98f
SUMMARY:EAS-4-TbSync-Test mit Beschreibung
ORGANIZER;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT:mailto:<MYEMAIL>
ATTENDEE;RSVP=TRUE;CN=Bob Doe;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIP
ANT:mailto:<EMAIL>
DTSTART;TZID=Europe/Berlin:20211223T140000
DTEND;TZID=Europe/Berlin:20211223T150000
TRANSP:OPAQUE
DESCRIPTION;ALTREP="data:text/html,%3Cbody%3EBeschreibung%3C%2Fbody%3E":Beschreibung
END:VEVENT
END:VCALENDAR

I've sent an email with debug log attached.