Skip to content

PlannedLessons are getting wrong start and endTimes #23

@finnmargraf

Description

@finnmargraf

When parsing a plannedLesson, the start and end date shouldn't be relative to the current date when parsing the plan, but using the actual date of the plan

startTime: parseDate(xml.Beginn, 'HH:mm', new Date()),
endTime: parseDate(xml.Ende, 'HH:mm', new Date()),

Metadata

Metadata

Assignees

Type

No type

Projects

Status

On Ice

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions