Replies: 2 comments
-
You are right, the ics source works fundamentally the same as other sources. The ICS file is processed only the start time will be processed and converted to a date object: All events will be used to create a collection object containing all information about each event. Internally there is always a date representation used not a datetime, the end date is ignored completely. So implementing custom ics start and end times would mean a lot of changes. I do not think that this is currently any priority |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for getting back to me - i fully understand, that this is a bunch of work .... but despiteof this i would love the result ;-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all a big thank you !!! it works like a charm, despite some issues i had at the beginning to get it setup.
Coming to the point: I would like to use this great piece of work, to also get open times of disposal stations made visible - by playing around with ics files (import / export) it looks like, that the times from an entry get removed - is there a chance to make them "visible" ?
thank you !!
Beta Was this translation helpful? Give feedback.
All reactions