marblekirby / budibase-calendar-plugin

13 stars 12 forks source link

Link to Event 🆔 #3

Open magedzamzam opened 1 year ago

magedzamzam commented 1 year ago

Can we have an action based on Click on certain event on the Calendar, to navigate to the event itself?

marblekirby commented 1 year ago

Hi @magedzamzam, sorry for the slow replies, I will write up a guide later this week

JCV67 commented 1 year ago

Hi @marblekirby thank you for your plugin. I have the same question, cannot click for the specific event row. Can you help us?

andreaskdev commented 1 year ago

Hello. Any news on that?

JCV67 commented 1 year ago

On click action does not work with {{ Clicked Event._id }}, instead use this javascript code: return $("Clicked Event.extendedProps.event._id") to update state

andreaskdev commented 1 year ago

Thank you for your response. Unfortunately, it does not work. It works on other plugin (full calendar).