Skip to content

Expanding on the new Event Format #10

@sdenike

Description

@sdenike

Thanks for adding this in! I just tested, and it works great! I am hoping that you might be up for making it a bit more granular?

I was envisioning something like this so when you have multiple sports merged together into the calendar you would be able do preface each kind

`kids/sports.ics:
title: Kids Sports Schedules
urls:
# Shared Misc Schedule
- url_event_format: "🏆 %s" # Optional
- single_event_format: "" # Optional
- https://URL.TO.COMBINED.MISC.SCHEDLE/schedule.ics

# Basketball (This would display something like "🏀 Kid 1 Basketball Game")
- url_event_format:"🏀 %s"  # Optional

# Kids 1 Basketball
- single_event_format: "Kid 1"  # Optional
- https://URL.TO.KID_1.BASKETBALL/schedule.ics

# Kids 2 Basketball
- single_event_format: "Kid 2"  # Optional
- https://URL.TO.KID_2.BASKETBALL/schedule.ics

# Football (This would display something like "🏈 Football Game")
- url_event_format: "🏈 %s"  # Optional

# Kids 1 Football
- https://URL.TO.KID_1.FOOTBALL/schedule.ics

# Kids 2 Football
- https://URL.TO.KID_2.FOOTBALL/schedule.ics

# Golf
# Kids 1 Golf (This would display something like "Kid 1 Golf Practice")
- single_event_format: "Kid 1"  # Optional
- https://URL.TO.KID_1.GOLF/schedule.ics

`

I hope that all makes sense, how I sketched it out, mainly just being able to specify in general the main new combined calendar, and then each event for the calendars that are being merged into it.

There is a work around to this by making new shared subscription URLs for each event, and adding the event format to those, and then using those new subscribe URL's to make a further combined URL, like calendar inception but that seems like it could get messy if it was simply possible to add the event formats to individual URLs when they are being merged in the first place.

Fingers crossed that you think this is doable, and something you feel like adding to it 😀 ... again, it works fine as it is now with this new addition, I guess I am just being picky wanting it more granular with what I feel would be an easier config file than the workaround I was thinking. Happy Holidays and if I dont see anything between now and New Years, Happy New Years as well!

*btw you should add a donate link to the Repository 😉

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions