CodeCanyon

Google, iCal & XML Event List Calendar for PHP

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years

if i refresh the site – it works again… really going crazy about that… :(

RikdeVos

Hi,

Please try turning the cache off, and/or make sure you have sufficient write permissions in the cache folder. Also, it’s possible that CURL (which is used by PHP to download the calendar data) isn’t working properly on your server. To fix this, change line 544 in calendar.class.php to:
if(function_exists('curl_init') && $extern && 1==2) {

Best regards, Rik

Default-user

Hi Rik, thanks for your Feedback! But on line 544 in calendar.class.php there is only a comment:

/** * Downloads the data from the URL * @return boolean Success of fail */

line 545 started with: private function _retrieve_data() {

best, D.

RikdeVos

Hi,

We’re probably looking at different versions then. Find the line where it says the following:
if(function_exists('curl_init') && $extern) {
and replace it with:
if(function_exists('curl_init') && $extern && 1==2) {

Best regards, Rik

Default-user

- cache / off: nothing - write permissions in the cache folder: nothing - change line: nothing

:(

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
rewasa Purchased

Hi Rik,

do you have a solution for the header and german Date-Format problem like MrMojoRisin has?
The Header (Month) are still in English (February 2013). Also the Details Time-Format (for example: Februar 21st – i need the german Date-Format “21. Februar”).
RikdeVos

Hi,

If you want to change all the date formats (besides the am/pm and simply translating the months), you will have to go through all the code and find where it the php “date” function is used and change the format. You can find a table here:http://php.net/manual/en/function.date.php

Best regards, Rik

  • Bought between 50 and 99 items
  • Has been a member for 1-2 years

So does this allow me to pull all the data from my google calendar and have it displayed on my site?

RikdeVos

Hi,

Yes, that is exactly what it does.

Best regards, Rik

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

Hi, I love this script, but I want to be able to display the $event_label with the suffix of st, th, rd, nd for each date.

I’m using the year scale, and have changed the date format to what I want by editing line 341 (switch to year scale) and so far it works fine. BUT! The first entry is not displaying the date suffix. Is this is a bug or does the date format need editing somewhere else too?

Great work! Keep it up :)

Kind Regards Jason

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi Rik,

I’m trying to integrate this into a web-site built using RapidWeaver, a Mac web construction tool. The events display, but there’s no formatting. Here’s the link to the page: http://www.crossstrung.com/page11/nc/newCal.php

What am I doing wrong?

RikdeVos

Hi,

The paths to your css and js are wrong. They are:
calendar/css/calendar.min.css
calendar/js/calendar.min.js
and should be:
http://www.crossstrung.com/calendar/css/calendar.min.css
http://www.crossstrung.com/calendar/js/calendar.min.js

Best regards, Rik

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
ycedric Purchased

Hey Rik!

Is there a way to make the script work with repeating events? I’d ideally like to see repeating events on all views once per view if the event falls under that view. Upon expansion I’d like to see the date the event started and when repeating stops. It this possible?

Thanks!

RikdeVos

Hi,

Repeating events are currently not supported, but I might soon be adding this feature.

Best regards, Rik

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

I love the script and the look and ease of it, but my org has repeating events. If this is pulling from a Google calendar will it show the Google repeating events? Or are you saying this calendar script cannot handle any repeating events and they must be entered by hand if they are to repeat?

I’d like to purchase but won’t be able to if it will not pull in ALL Google entries regardless if the are single or recurring.

RikdeVos

Hi,

Recurring events are not supported, and will show only the one time. They will have to be added by hand.

Best regards, Rik

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Anyway to not use iCal or Google calender and have an add event little script with Name Date Time Place ?

RikdeVos

Hi,

No, the calendar gets its data from an ical/xml feed. But I guess you could modify it to get the data from a database and create a form to add events.

Best regards, Rik

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

Hi, I’ve just downloaded this on a mac but the example file is showing up as an aliased file! How can I get to see the example.php file? Kind Regards Jason

RikdeVos

Hi,

What do you mean it’s showing as an aliased file? I’m on a mac too and I have no problem viewing the example file. I recommend you use a PHP text editor to view the php file. I’m using “Sublime Text 2” but any other editor should be fine.

Best regards, Rik

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

Hi, How are two day events handled? I have some events that span 2 days, with day 1 being on the last day of the month, and day 2 on the first day of the next month.

Kind Regards Jason

RikdeVos

Hi,

Is the second day not showing?

Best regards, Rik

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
  • Spain

After hacking together and styling RSS feeds, this is what I needed all along.

RikdeVos

Hi,

Great to hear you needed something like this :)

Best regards, Rik

  • Bought between 10 and 49 items
  • Germany
  • Has been a member for 0-1 years

Hey Guys! Nice Plugin! Just saw you released a Wordpress-Version. So i guess it’s a matter of time until I will purchase this one, too! :)

Please tell me which settings i have to edit to only show upcoming dates. The older ones from the past should not be listed any more!

Greetings from Germany! David

RikdeVos

Hi,

At the moment all events will always be visible. Past events cannot be hidden.

Best regards, Rik

Default-user

Would you be able to fix it? Of course i would pay for it. What would it cost?

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
newzy08 Purchased

Hi, i have a problem with the main file “example.php”, which seems encrypted…it’s not in plain text ?

RikdeVos

Hi,

No idea how that happened, it was indeed hashed or something. Update has been submitted here on Codecanyon, and should be approved within 48 hours.

Best regards, Rik

by
by
by
by
by