mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	Merge branch 'Fix_time_zone_calendar.ics' into 'beta'
Update views.py - Fix calendar.ics See merge request bde/nk20!237
This commit is contained in:
		@@ -330,8 +330,8 @@ X-WR-CALNAME:Kfet Calendar
 | 
			
		||||
NAME:Kfet Calendar
 | 
			
		||||
CALSCALE:GREGORIAN
 | 
			
		||||
BEGIN:VTIMEZONE
 | 
			
		||||
TZID:Europe/Berlin
 | 
			
		||||
X-LIC-LOCATION:Europe/Berlin
 | 
			
		||||
TZID:Europe/Paris
 | 
			
		||||
X-LIC-LOCATION:Europe/Paris
 | 
			
		||||
BEGIN:DAYLIGHT
 | 
			
		||||
TZOFFSETFROM:+0100
 | 
			
		||||
TZOFFSETTO:+0200
 | 
			
		||||
@@ -353,10 +353,10 @@ END:VTIMEZONE
 | 
			
		||||
DTSTAMP:{"{:%Y%m%dT%H%M%S}".format(activity.date_start)}Z
 | 
			
		||||
UID:{md5((activity.name + "$" + str(activity.id) + str(activity.date_start)).encode("UTF-8")).hexdigest()}
 | 
			
		||||
SUMMARY;CHARSET=UTF-8:{self.multilines(activity.name, 75, 22)}
 | 
			
		||||
DTSTART;TZID=Europe/Berlin:{"{:%Y%m%dT%H%M%S}".format(activity.date_start)}
 | 
			
		||||
DTEND;TZID=Europe/Berlin:{"{:%Y%m%dT%H%M%S}".format(activity.date_end)}
 | 
			
		||||
DTSTART:{"{:%Y%m%dT%H%M%S}Z".format(activity.date_start)}
 | 
			
		||||
DTEND:{"{:%Y%m%dT%H%M%S}Z".format(activity.date_end)}
 | 
			
		||||
LOCATION:{self.multilines(activity.location, 75, 9) if activity.location else "Kfet"}
 | 
			
		||||
DESCRIPTION;CHARSET=UTF-8:""" + self.multilines(activity.description.replace("\n", "\\n"), 75, 26) + """
 | 
			
		||||
DESCRIPTION;CHARSET=UTF-8:""" + self.multilines(activity.description.replace("\n", "\\n"), 75, 26) + f"""
 | 
			
		||||
 -- {activity.organizer.name}
 | 
			
		||||
END:VEVENT
 | 
			
		||||
"""
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user