ryancjmp
2 years agoAce
Occasion context object
On an occasion page, is there any way to get context info about that page? I'm trying to build a custom event page and need to get the information about the event. It seems that the page and message objects don't work on occasion pages. I can't even find a way to get the numeric id of the message. If i could get that, I could use liql to retrieve the info about the event. Although, that would seem a little redundant. env.context.message.id returns an incorrect id, and page.context.message.id just throws and error.