Skip to content

Commit 97f1f7b

Browse files
authored
chore: add content type to ics file (calcom#24069)
* chore: add content type into ics file * Update generateIcsFile.ts
1 parent 0ac460f commit 97f1f7b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/emails/lib/generateIcsFile.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default function generateIcsFile({
3636
status,
3737
t,
3838
}),
39-
method: "REQUEST",
39+
type: "text/calendar; charset=UTF-8; method=REQUEST",
40+
disposition: "attachment",
4041
};
4142
}

0 commit comments

Comments
 (0)