WPIntell

Source evidence

Plugin Rewrite

iCal Feeds · support · 2017-10-25T21:07:00+00:00

mixedsentiment
mediumseverity
0.78relevance
7replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 33 rows with source links

12.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
contemplate resolved
Hey @maximevalette I’ve majorly rewritten the plugin to better implement some of the features we’ve added in the last few revisions like the custom datefield, timezone support for the custom datefield, and a new control of how many days into the future to show events. Improvements include: – New Number of Future Posts setting – Replaced get_results with Wp_Query – Better implementation of the custom date field to filter results returned – Timezone support for the custom date field – Reorganized code & Added comments Here is my revised php file: https://www.dropbox.com/s/tgicm1fv7ergg9v/ical-feeds.php?dl=0 Let me know what you think. Hi @contemplate ! Looking good, thanks a lot for this! I’ve just updated the plugin to version 1.5 🙂 Hi @maximevalette I have a few more additions/fixes. NEW: Default Start Time per post setting ADDED: ORGANIZER field to iCal file for better validation FIX: encoded UID field in iCal file for better validation Updated file here: https://www.dropbox.com/s/yy8cbhkfgkj4fl6/ical-feeds.php?dl=0 Thanks! Could you just send me the “patch” (the updates you did) so I can check and insert them? Did you see the dropbox link above? Do you have this on Github or somewhere I could create a pull request if that is easier? Posting all the edits here isn’t always the best but can do it if you want to. Here you go: https://github.com/maximevalette/ical-feeds Thanks! Perfect! Pull Request submitted. Updated, thanks!

Comments

7 shown
maximevalette 2017-10-28T09:42:00+00:00

Hi @contemplate ! Looking good, thanks a lot for this! I’ve just updated the plugin to version 1.5 🙂

contemplate 2017-11-02T13:45:00+00:00

Hi @maximevalette I have a few more additions/fixes. NEW: Default Start Time per post setting ADDED: ORGANIZER field to iCal file for better validation FIX: encoded UID field in iCal file for better validation Updated file here: https://www.dropbox.com/s/yy8cbhkfgkj4fl6/ical-feeds.php?dl=0

maximevalette 2017-11-02T18:08:00+00:00

Thanks! Could you just send me the “patch” (the updates you did) so I can check and insert them?

contemplate 2017-11-03T05:46:00+00:00

Did you see the dropbox link above? Do you have this on Github or somewhere I could create a pull request if that is easier? Posting all the edits here isn’t always the best but can do it if you want to.

maximevalette 2017-11-03T07:43:00+00:00

Here you go: https://github.com/maximevalette/ical-feeds Thanks!

contemplate 2017-11-03T12:44:00+00:00

Perfect! Pull Request submitted.

maximevalette 2017-11-04T19:37:00+00:00

Updated, thanks!