Hi,
I'm a relatively new developer trying to make a windows 8 app that that includes as a feature the ability for users to post events that other users of the app can view and attend. I'm confused on how to best go about this though. Is it possible to use the
share contract to allow the user to send their created event to the other users of the app regardless of whether or not it is currently in use, or would I have to use some sort of server to store the information and then have the user download new events upon
startup? Otherwise, is there some better way to do this?
Thanks for the help!