mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Resolve #825
This commit is contained in:
parent
02a553c79f
commit
e95b919c1e
5 changed files with 59 additions and 39 deletions
|
|
@ -120,6 +120,7 @@
|
|||
view.message.subscribe(msg => {
|
||||
view.nextcloudICS(null);
|
||||
if (msg && cfg.CalDAV) {
|
||||
// let ics = msg.attachments.find(attachment => 'application/ics' == attachment.mimeType);
|
||||
let ics = msg.attachments.find(attachment => 'text/calendar' == attachment.mimeType);
|
||||
if (ics && ics.download) {
|
||||
// fetch it and parse the VEVENT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue