summaryrefslogtreecommitdiff
path: root/gnus-icalendar-request.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnus-icalendar-request.el')
-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