aboutsummaryrefslogtreecommitdiff
path: root/varuga.el
diff options
context:
space:
mode:
Diffstat (limited to 'varuga.el')
-rw-r--r--varuga.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/varuga.el b/varuga.el
index 0c5070c..16c3f6e 100644
--- a/varuga.el
+++ b/varuga.el
@@ -108,6 +108,8 @@ KEY is the name of the ical property and VALUE is its value."
"Insert ical calendar EVENT at point."
(varuga-insert-calendar-line 'begin "VEVENT")
(varuga-insert-calendar-line 'uid (org-id-uuid))
+ (varuga-insert-calendar-line 'dtstamp
+ (varuga-format-time-string (current-time)))
(varuga-insert-calendar-line 'organizer
(format "CN=%s:MAILTO:%s"
(varuga-calendar-event-organizer event)