This is an auto-generated support/comment thread for
GoogleEvents.
Use this forum to post any comments about this addition or any questions you have regarding its use.
Brief Description:
Will display information from your Google Calendar in a list and/or calendar format Fully customizable with Chunks and CSS.
Known Issues:
This snippet has trouble correctly finding the "Where" information. I am likely going to completely overhaul this snippet on 1/9/07, and hopefully will have solved that issue. However, it might lose the ability to do recurring events (I have to look into a solution for that). FIXED (Hopefully) -
http://modxcms.com/forums/index.php/topic,8563.msg60320.html#msg60320
Jesse R.
Consider trying something new and extraordinary.
Illinois Wine
Have you considered donating to MODx lately?
Donate now. Every contribution helps.
remove <?php from the fist line of the snippet code and ?> from the end if there is one.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
<!-- Text container -->
<div class="content1-container">
<a id="titleunderline"></a>
<div class="content1-container-1col">
<p class="content-title-shade-size2 bg-red10 txt-white box-on">[+eventNumber+] </p>
<p class="content-title-shade-size2 bg-red05 txt-white">[+title+]</p>
<div class="content-txtbox-shade bg-red03">
<p><b>[+startDate+] from [+startTime+] - [+endTime+]</b></p>
<p>[+content+]
</div>
</div>
</div>
Now of course, I had CSS to style all the classes. But, you just need the placeholders. The stuff that is [+xxxxx+] to grab the information, and place it inside the appropriate HTML to style it as you want.
Jesse R.
Consider trying something new and extraordinary.
Illinois Wine
Have you considered donating to MODx lately?
Donate now. Every contribution helps.
If the parameter in the call is incorrectly given, it won’t be overridden. Can you paste your call that you are using? Also, the full provides more information than the basic.
Jesse
Jesse R.
Consider trying something new and extraordinary.
Illinois Wine
Have you considered donating to MODx lately?
Donate now. Every contribution helps.