Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Calendar

// Add Shortcode
function custom_shortcode() {

	<iframe src="https://calendar.google.com/calendar/embed?src=76eafmfag0ntje5nstqesfnvkk%40group.calendar.google.com&ctz=America%2FNew_York" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>

}
add_shortcode( '', 'custom_shortcode' );