changeset 90:5ace21c3de98

add endDate
author drewp@bigasterisk.com
date Fri, 03 Jan 2025 18:06:08 -0800
parents 9d925c49b005
children 62caecb41dfd
files graphconvert.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/graphconvert.py	Sat Sep 07 16:21:49 2024 -0700
+++ b/graphconvert.py	Fri Jan 03 18:06:08 2025 -0800
@@ -35,6 +35,7 @@
         add(EV['title'], Literal(ev['title']))
         add(EV['start'], Literal(ev['start']))
         add(EV['startDate'], Literal(ev['startDate']))
+        add(EV['endDate'], Literal(ev['endDate']))
         add(EV['end'], Literal(ev['end']))
         add(EV['feed'], URIRef(ev['calendarUrl']))
         if 'htmlLink' in ev: