AncientTiger
Programmer
This may be the wrong forum, but didn't really see any others that seemed appropriate, so sorry if I'm in the wrong place
Trying to import a CSV file into Google calendar, and even thought I've set the reminder to FALSE, once the import is done, it's automatically setting reminders on each event I'm importing. I've tried everything I know to try, inclucing turning notificationis OFF in google calendar, but to no avail. I'm stuck, any suggestions/help would be greatly appreciated
Here's the CSV content:
------------------------------------
Over 30 years of programming, and still learning every day!
Trying to import a CSV file into Google calendar, and even thought I've set the reminder to FALSE, once the import is done, it's automatically setting reminders on each event I'm importing. I've tried everything I know to try, inclucing turning notificationis OFF in google calendar, but to no avail. I'm stuck, any suggestions/help would be greatly appreciated
Here's the CSV content:
Code:
SUBJECT,START DATE,START TIME,END DATE,END TIME,ALL DAY EVENT,REMINDER ON/OFF,REMINDER DATE,REMINDER TIME,MEETING ORGANIZER,DESCRIPTION,LOCATION,PRIVATE
DAYSHIFT,03/05/19,7:00,03/05/19,15:00,FALSE,FALSE,,,,WORKING WITH:----,,TRUE
DAYSHIFT,03/06/19,7:00,03/06/19,15:00,FALSE,FALSE,,,,WORKING WITH:----,,TRUE
OFF,03/06/19,,,,TRUE,FALSE,,,,,,TRUE
EVENING,03/08/19,15:00,03/08/19,23:00,FALSE,FALSE,,,,WORKING WITH:----,,TRUE
EVENING,03/09/19,15:00,03/09/19,23:00,FALSE,FALSE,,,,WORKING WITH:----,,TRUE
OFF,03/09/19,,,,TRUE,FALSE,,,,,,TRUE
EVENING,03/11/19,15:00,03/11/19,23:00,FALSE,FALSE,,,,WORKING WITH:----,,TRUE
EVENING,03/12/19,15:00,03/12/19,23:00,FALSE,FALSE,,,,WORKING WITH:----,,TRUE
EVENING,03/13/19,15:00,03/13/19,23:00,FALSE,FALSE,,,,WORKING WITH:----,,TRUE
OFF,03/13/19,,,,TRUE,FALSE,,,,,,TRUE
DAYSHIFT,03/15/19,7:00,03/15/19,15:00,FALSE,FALSE,,,,WORKING WITH:----,,TRUE
DAYSHIFT,03/16/19,7:00,03/16/19,15:00,FALSE,FALSE,,,,WORKING WITH:----,,TRUE
------------------------------------
Over 30 years of programming, and still learning every day!