BlueC
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Organiser] Incorrect ics feeds due to daylight savings timeI have tested it (using local copy of updated ical.php in my theme) and it works well – seems to have fixed the issue.
Google calendar is tricky to get to update as it will only refresh every 24 hours so a workaround is to add it as a new calander with a random parameter at the end of your URL.
E.g. instead of http://www.example.com/feed/eo-events/ use http://www.example.com/feed/eo-events/?nocache9128rhdd
Hope this helps, and thanks to Stephen for the fix.
Forum: Plugins
In reply to: [Event Organiser] Incorrect ics feeds due to daylight savings timeAwesome response thanks Stephen. We crossed posts – I added a comment to the github issue tracker at the same time you posted here.
I’m going to patch my install and see how I get along.
Forum: Plugins
In reply to: [Event Organiser] Incorrect ics feeds due to daylight savings timeAhh in fact, the bug is already logged in the github issue tracker:
Forum: Plugins
In reply to: [Event Organiser] Incorrect ics feeds due to daylight savings timeOk basically the ICS file generated has no timezone data and saves every time as UTC. This means it is up to the client application to interpret this, and it does not take account of any DST changes.
From digging around the github repo it looks like the dev has attempted a few fixes for this as there are various branches that mention timezone. I’ll contact the dev.
Forum: Plugins
In reply to: [Event Organiser] Incorrect ics feeds due to daylight savings timeHi Jeff, no I’m not one of the developers but I know my way around PHP and WordPress so I’m going to have a look into it. I suspect that the extension is not Timezone aware. I’ll let you know what I find.
Forum: Plugins
In reply to: [Event Organiser] Incorrect ics feeds due to daylight savings timeHi jeff, did you find a fix for this? I have noticed the precise same issue.
I will have a look through the code and ics documentation to see what is the best way to handle this.
Forum: Plugins
In reply to: Pending Review Email Alertthanks ramon, that is just what i was looking for
Forum: Plugins
In reply to: RSS Feed StatsI’m with you mysticalforum
I was looking for the same thing, and one option seems to be the Fedafi wordpress plugin. It’s proprietary code (and uses ioncube, urgh) but it looks pretty good.
http://fedafi.com/fedafi_wordpress_plugin.php
What do you think?