Hi,

Sorry, i make a typo in the previous mail, i use the "org-icalendar-export-to-ics" method and not the org-caldav method...

* Heading 1
SCHEDULED <...-....-...>
:PROPERTIES:
:ID: xxxxxxxxxxx
:END:
foo

In my case, this Schedule event don't export with "org-icalendar-export-to-ics" ... 

I'm using emacs 26.2 




Sébastien Rey-Coyrehourcq
Research Engineer UMR IDEES
02.35.14.69.30

{Stronger security for your email, follow EFF tutorial : https://ssd.eff.org/}


Le dimanche 01 septembre 2019 à 09:29 +0000, Fraga, Eric a écrit :
On Saturday, 31 Aug 2019 at 20:42, rey-coyrehourcq wrote:
I'm trying to create a day-to-day workflow with org-mode, org-agenda Schedule
and iCalendat-export backend.

[...]

Normally org-caldav-generate-ics export command reuse the ID from
property block to generate the *.ics, but it only works if the
SCHEDULED block is after the property block.

I don't know about org-caldav-generate-ics but
org-icalendar-export-to-ics works fine with the standard org format
(deadline & scheduled entries ahead of properties drawer).  That
function is in ox-icalendar.el.  Maybe try that instead of the
org-caldav-... method?