Open Calendar Macro #194
Answered
by
vigoren
thecodex101
asked this question in
Q&A
-
Hi, I use the Trigger Happy Modual and want to set a button that will open the Calnedar in Full Mode for the Players to look at. Is there a Macro way to open the Calendar specifically in Full Mode for Players? Cheers Ian |
Beta Was this translation helpful? Give feedback.
Answered by
vigoren
Aug 28, 2021
Replies: 1 comment 1 reply
-
I apologize for answering this so late, I missed the notification. There is indeed a macro way to open the calendar!
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vigoren
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I apologize for answering this so late, I missed the notification.
There is indeed a macro way to open the calendar!
SimpleCalendar.api.showCalendar();
that will open it up in full mode.