summaryrefslogtreecommitdiff
path: root/gnus-icalendar-request.el
diff options
context:
space:
mode:
authorfpi2024-09-16 10:55:42 +0200
committerfpi2024-09-16 10:55:42 +0200
commit7f1b8c3142d9c7fab3099e36b04d115c9a11dbda (patch)
treefd5e3a189c5e7e1cc4bd00cad3d7b788a7f164c9 /gnus-icalendar-request.el
parentRemove VTIMEZONE component (diff)
Update PRODID
Diffstat (limited to '')
-rw-r--r--gnus-icalendar-request.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnus-icalendar-request.el b/gnus-icalendar-request.el
index 96d52c1..61b5078 100644
--- a/gnus-icalendar-request.el
+++ b/gnus-icalendar-request.el
@@ -83,7 +83,7 @@
(defun gnus-icalendar--build-vcalendar-from-vevent (event)
"Create VCALENDAR part with VEVENT part EVENT."
(mapconcat #'identity `("BEGIN:VCALENDAR"
- "PRODID:Gnus"
+ "PRODID:-//Emacs//NONSGML gnus-icalendar.el//EN"
"VERSION:2.0"
"METHOD:REQUEST"
,event