We currently use two different widgets with different layouts and different styles that have the same events but display on different pages. We use it for displaying our upcoming games with various other info (time, stadium, opposing team, etc.) in some of those other fields.
So, for example, if we need to update a game’s time, we currently need to do it twice.
If we could copy all events (or copy the style to a duplicated widget, which might be easier to develop, I’m guessing) or have them sync between widgets, that’d make it super easy to keep multiple updated with different styles.