-
-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow to use other fields than summary in ical source for event title #663
Conversation
1f3a7d5
to
4809837
Compare
Interesting enhancement! Instead of specifying title and separator, I would prefer to specify a format string like the Example: value_template: '{{summary}} {{location}}' Do you think this is feasible? |
I like this idea, let me think a bit more and try to implement it. |
4809837
to
4c41b25
Compare
Alright, I finally found some time to implement this using template. What do you thing? |
4c41b25
to
ebc05e2
Compare
is there anything I can help or change to get this merged? |
@mampfes What's your opinion on this? |
Anything I can do to get this merged? Or no interest? |
Oh, sorry I missed that! Thanks for your contribution. LGTM |
Looks good I added jinja2 to requirements.txt and fixed a spelling error in the ICS.md file Thanks for your contribution |
My city uses the Location field in the ical calendar to spererate between different areas while having the same summary. So I need to use the location for distinction