Warning, /pim/kitinerary/src/lib/scripts/atlatos.json is written in an unsupported language. File is not indexed.
0001 [ 0002 { 0003 "filter": [ 0004 { 0005 "field": "summary", 0006 "match": "^Ihr Flug nach", 0007 "mimeType": "internal/event", 0008 "scope": "Current" 0009 }, 0010 { 0011 "field": "productId", 0012 "match": "//Atlatos-Traveller//", 0013 "mimeType": "text/calendar", 0014 "scope": "Parent" 0015 } 0016 ], 0017 "function": "extractEvent", 0018 "mimeType": "internal/event", 0019 "script": "atlatos.js" 0020 }, 0021 { 0022 "filter": [ 0023 { 0024 "field": "text", 0025 "match": "\\nAtlatos-Vorgang", 0026 "mimeType": "application/pdf", 0027 "scope": "Current" 0028 } 0029 ], 0030 "function": "extractPdf", 0031 "mimeType": "application/pdf", 0032 "script": "atlatos.js" 0033 } 0034 ]