mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 17:32:16 +00:00
Add explicit timezone declaration to ical interface
This commit is contained in:
@@ -12,6 +12,7 @@ class CalendarICS(ICalFeed):
|
|||||||
#Metadata which is passed on to clients
|
#Metadata which is passed on to clients
|
||||||
product_id = 'PyRIGS'
|
product_id = 'PyRIGS'
|
||||||
title = 'PyRIGS Calendar'
|
title = 'PyRIGS Calendar'
|
||||||
|
timezone = 'Europe/London'
|
||||||
file_name = "rigs.ics"
|
file_name = "rigs.ics"
|
||||||
|
|
||||||
def items(self):
|
def items(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user