The Google calendar we are viewing on this site is very color coded on Google and we need the color coding to come with the calendar. Is that possible?
THX
]]>We have the embed code installed, but receive the error: Events from one or more calendars could not be shown here because you do not have the permission to view them.
Could you help with this?
Thank you!
]]>Thanks for this plugin – it is exactly what I needed! Is it possible to remove the email address that appears at the top of the calendar on my website?
]]>read on the author’s website about an update to support up to 5 calendars. the plugin version published now only supports 1 calendar. anyone know where the update is?
]]>Dear, the plugin is very very useful. And simple (the best).
In italian language if you don’t have the permission for the calendar you will read:
Non è possibile visualizzare questo contenuto in un frame
Dovrebbe esserci del contenuto qui, ma l’editore non ne consente la visualizzazione in un frame. Lo scopo è quello di proteggere le eventuali informazioni che immetti nel sito.
Prova
Apri in un’altra finestra
Funny but obscure phrase… better would be:
Non hai permessi per questo calendario
Ci sarebbe il calendar qui, ma senza una login accreditata non puoi vederlo.
Se hai un account, apri la finestra per accedere qui.
Hoping it’s useful. For me, sure!
P.
]]>I have figured out how to make the calendar smaller to fit my side bar, but when a date is clicked on the text is too big. How do I make that smaller
Below is my code with the changes I made.
<iframe src=”https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=caloosabirdclub%40gmail.com&color=%232F6309&ctz=America%2FNew_York” style=”border-width:0″ width=”225″ height=”400″ frameborder=”0″ scrolling=”no”></iframe>
My website is https://caloosabirdclub.org
I’d like to suggest that you modify the code to allow the calendar to appear at the point in the post/page where the shortcode is inserted. At the moment the calendar only appears at the top of the page/post.
If you modify lines 27 to 32 in link-google-calendar.php from:
public function link_google_calendar_section() {
?>
<div align="center">
<?php echo get_option('link_google_calendar_textarea'); ?>
</div>
<?php
to:
public function link_google_calendar_section() {
$output = '<div align="center">';
$output .= get_option('link_google_calendar_textarea');
$output .= '</div>';
return $output;
}
it works for me with the calendar added to the correct point in the page/post.
]]>