Hi!
I've noticed that when using org-icalendar-combined-agenda-files to generate a .ics file, the current time (i.e., the time when generating the file) is used as scheduled time in the resulting .ics file. Is there any way to de-activate this and keep those TODOs without scheduled time? (I have checked the configuration variables here but I cannot find anything for this purpose)
Perhaps it is a problem with my configuration (see below)?
(setq org-icalendar-categories '(category)
org-icalendar-use-deadline '(todo-due)
org-icalendar-use-scheduled '(todo-start))
Thanks!