Event Organizer

Profile photo of Alexis Burson
Alexis Burson

<script>
jQuery.getScript("https://libcal.depaul.edu/js/myscheduler.min.js", function() {
    jQuery("#mysched_12018").LibCalMySched({iid: 123, lid: 0, gid: 0, uid: 12018, width: 560, height: 680, title: 'Make an Appointment - ', domain: 'https://libcal.depaul.edu'});
});
</script>

<!-- Place the following link anywhere in your page. Make sure the id "mysched_12018" matches with the above code: jQuery("#mysched_12018")  //-->
<button id="mysched_12018" href="#">Schedule Appointment</button>
<!-- Below is optional button styling  //-->
<style>
#mysched_12018 {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: #333333;
  font: 14px Arial, Helvetica, Verdana;
  padding: 8px 20px;
  cursor: pointer;
}
#mysched_12018:hover, #mysched_12018:active, #mysched_12018:focus {
  opacity: 0.9;
}
</style>

No Profile image
Jessica Alverson