mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22: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
|
||||
product_id = 'PyRIGS'
|
||||
title = 'PyRIGS Calendar'
|
||||
timezone = 'Europe/London'
|
||||
file_name = "rigs.ics"
|
||||
|
||||
def items(self):
|
||||
|
||||
Reference in New Issue
Block a user