private void shareEvent() {
    // Get the current event
    Event event = imin.getUser().getCurrentEvent();

    // Get the path
    Imin.shareEvent(this, event);
  }