Can't Sync Calendar date time when player makes time change. #645
Unanswered
marvin9257
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm in the process of trying to integrate simple-calendar into a system (twodsix). In that system, players make skill rolls that can take a variable amount of time; and I'd like to advance the calendar time by the results of that time roll. I'm using a simple call to the API:
await SimpleCalendar.api.changeDate({ hour: timeUsed});
Also, I've given the players permission to change the time. When the GM rolls (makes this api call), the time is updated as expected. However when a player rolls, the GM's calendar is not updated where as the player's calendar does update. However, if the player click an advance time button on the calendar interface, both calendars are in sync. Is there a way to keep the calendars in sync when the player makes the api call? The issue also happens when using the changeDate call through a macro. Thanks.Beta Was this translation helpful? Give feedback.
All reactions