justsousa
Forum Replies Created
-
Forum: Plugins
In reply to: [List View Google Calendar] Extract the description from an eventHi Kimipooh, that’s just what we need and it works very good!
Thank you very much!
Forum: Plugins
In reply to: [List View Google Calendar] Extract the description from an eventThank you kimipooh. It works but we can’t extract the description as hypertext (we need for text linked in the description). Is there a way to get the hypertext description?
We also can’t filter the events by year. We’re using this shortcode: [gc_list_view start_date=”2017-01-01″ end_date=”2017-12-31″ hook_secret_key=”hogehoge”]
Do we get anything wrong?Thank you
Forum: Plugins
In reply to: [List View Google Calendar] Extract the description from an eventThank you kimipooh. Description won’t be so long: we’ll use google calendar to show our customer’s tour dates in the wp website. We don’t need the link to the event’s calendar, or rather if need there will be a link to the ticket sellers but in the text.
ex. “Event Title Festival x / Buy ticket”
Considering that our customer should set the link (if need), we can’t use the title field so w’re thinking to use the description field: using the description area is possible to add a link to any word.
If I’m not wrong I’ll add a couple of lines to your plugin:
line 131: $gc_description = esc_html($gc_value['description']); line 156: 'gc_description'=> $gc_description,so ee should be able to get the formatted text set in the google calendar event’s description.
What do you think?
Thank you,
Dario