Don't wanna be here? Send us removal request.
Text
thunderbird lightning import csv calendar events
1) create csv from this template: Subject\tStart Date\tStart Time\tEnd Date\tEnd Time\tAll day event\tReminder on/off\tReminder Date\tReminder Time\tCategories\tDescription\tLocation\tPrivate test\t04/23/18\t02:00:00 am\t04/23/18\t04:00:00 am\tFalse\tTrue\t\t\t\t\t\tFalse 2) convert csv to ics here: https://manas.tungare.name/software/csv-to-ical/ 3) import to thunderbird lightning
0 notes
Text
.startsWith() breaks in ie11
//if(sHash.startsWith("#")){ // 19:36 08.12.2016 breaks in ie11 if (sHash.match("^#")){
0 notes