“Add to iCal” button on Single event page downloads entire calendar
-
I have Events Calendar PRO. On the single event pages, there are 2 links:
- + Google Calendar
- + Add to iCalendar
The Google link adds the single event to a Google calendar, as expected. However, the iCal link downloads an ics file with every event in my calendar, instead of just the one event.
Maybe unrelated, but for transparency, in my functions.php file, I am using the following filters to hide export/subscribe links on my list/month calendar views:
add_filter( 'tec_views_v2_use_subscribe_links', '__return_false' ); add_filter( 'tec_events_show_ical_link', '__return_false', 10 );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘“Add to iCal” button on Single event page downloads entire calendar’ is closed to new replies.