1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00

Modify iCal summary

This commit is contained in:
M66B 2022-09-15 22:55:08 +02:00
parent 830f32f59b
commit dd6d2ba33b

View file

@ -202,6 +202,7 @@ import biweekly.property.Method;
import biweekly.property.Organizer;
import biweekly.property.RawProperty;
import biweekly.property.Status;
import biweekly.property.Summary;
import biweekly.property.Transparency;
import biweekly.util.ICalDate;
@ -3735,10 +3736,15 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
attendee.setParticipationStatus(ParticipationStatus.TENTATIVE);
status = context.getString(R.string.title_icalendar_maybe);
}
args.putString("status", status);
ev.addAttendee(attendee);
if (status != null) {
args.putString("status", status);
Summary summary = ev.getSummary();
ev.setSummary(status + ": " + (summary == null ? "" : summary.getValue()));
}
// Microsoft specific properties:
// X-MICROSOFT-CDO-BUSYSTATUS:TENTATIVE
// X-MICROSOFT-CDO-IMPORTANCE:1