From 6c866e860fdef6bcf634a5541066e91fd99c3d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 21 Sep 2017 22:08:33 +0200 Subject: Add the X-WR-CALNAME property to the ICS Giggity doesn't like when it's missing. --- lps_gen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lps_gen.py b/lps_gen.py index 5139255..e3b77e5 100644 --- a/lps_gen.py +++ b/lps_gen.py @@ -127,6 +127,7 @@ class LPiCal(object): self.cal = Calendar() self.cal.add('prodid', '-//lpschedule generator//mxm.dk//') self.cal.add('version', '2.0') + self.cal.add('x-wr-calname', 'LibrePlanet %s' % self.lp_year) # RFC 2445 requires DTSTAMP to be in UTC. DTSTAMP is used in # VEVENT (Event object, see `add_event` method). -- cgit v1.2.3