Skip to content
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

Add functionality that allows users to send links to specific dates and/or events #127

Open
5 tasks
TheJuanAndOnly99 opened this issue Mar 26, 2024 · 12 comments
Labels
enhancement New feature or request

Comments

@TheJuanAndOnly99
Copy link
Member

TheJuanAndOnly99 commented Mar 26, 2024

The ability to create links that point to specific events and/or dates would be very useful as it can be hard to parse through the calendar to find an event.

Tasks

@TheJuanAndOnly99 TheJuanAndOnly99 added the enhancement New feature or request label Mar 26, 2024
@gautamjuyal
Copy link
Contributor

I think we'll need to introduce react router to the project, that way we can use event UID in the shareable URL, and parse the URL to access the event. Is there any other way to access route params/query apart from using react router?

@winmorgan
Copy link

Hi everyone. Just wanted to put a little background in here.

  1. The specific event link would be very useful for CTAs in general everywhere
  2. Less important, but also useful would be the ability to call out a specific date as we could incorporate that into our weekly TWAF email reducing the number of links significantly. (Thursday Meetings --> click --> I'm on calendar for Thursday)

@mimiflynn
Copy link
Member

This might be the same as issue #106

@mimiflynn
Copy link
Member

I think we'll need to introduce react router to the project, that way we can use event UID in the shareable URL, and parse the URL to access the event. Is there any other way to access route params/query apart from using react router?

Lets use React Router. There are ways to access the route info in plain JS, but React Router makes it easier to deal with.

@maoo
Copy link
Member

maoo commented Apr 4, 2024

Thanks @mimiflynn and @gautamjuyal for the input, are you planning to work on a poc?

Agreed that this is a dup of #106, I'd suggest to keep the conversation here, but update the description of the issue here with the contents of #106, plus the content posted by @winmorgan.

@gautamjuyal
Copy link
Contributor

Yes, I'm planning to work on it. I'll post here in case there is any blocker.

@mimiflynn
Copy link
Member

I added tasks in alignment with the description from #106 which I'm including below


"Deeplinks" are url parameters that enable a user to share a view state.

Consistent deeplinks should be available for the following view states:

month view
week view
day view
selected event
downloadable calendar event .ics

@mimiflynn
Copy link
Member

Thanks @gautamjuyal !

@winmorgan
Copy link

@gautamjuyal Any update on this? thanks for taking it on.

@gautamjuyal
Copy link
Contributor

Sorry about the delay. I haven't made any progress on it yet. Are you planning to pick this up?

@winmorgan
Copy link

@gautamjuyal I don't have the necessary skills to pick this one up. My background is less coding and more marketing / data analytics & strategy.

@gautamjuyal
Copy link
Contributor

@winmorgan not a problem at all. I'll see if I can do anything on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants