|
|
|
@ -2179,7 +2179,7 @@ public class FragmentCompose extends FragmentBase {
|
|
|
|
EntityAttachment attachment = new EntityAttachment();
|
|
|
|
EntityAttachment attachment = new EntityAttachment();
|
|
|
|
attachment.message = draft.id;
|
|
|
|
attachment.message = draft.id;
|
|
|
|
attachment.sequence = 1;
|
|
|
|
attachment.sequence = 1;
|
|
|
|
attachment.name = ics.getName();
|
|
|
|
attachment.name = "meeting.ics";
|
|
|
|
attachment.type = "text/calendar";
|
|
|
|
attachment.type = "text/calendar";
|
|
|
|
attachment.disposition = Part.ATTACHMENT;
|
|
|
|
attachment.disposition = Part.ATTACHMENT;
|
|
|
|
attachment.size = ics.length();
|
|
|
|
attachment.size = ics.length();
|
|
|
|
|