Wordpress Event calendar + timeline plugin? - wordpress

Are there any paid or free plugins out there that supports an event calendar and timeline display of said calendar?
Currently using Event Calendar by Modern Tribe and Timeline Express for timelines so I have to duplicate two entries.

This plugin looks good:
https://codecanyon.net/item/timetable-for-wordpress/1264400?ref=pxcr
Offers a TV channel / programme listings like timeline with date picker in top left and timeline beneath it.

Related

Full Calendar - Display import.calendar.google.com Calendar from Google

I am using FullCalendar (https://fullcalendar.io) to display a calendar widget on my website and displaying one of my public access Google Calendars succesfully - I have an ICS feed calendar which I would also like to display on the calendar - I dont think FullCalendar supports the sync with an ICS file which is a shame - so... I have created a 2nd Google Calendar which syncs with this ICS feed - I would like to get this 2nd Google Calendar to display on my FullCalendar calendar but I get an error as below:
Google Calendar API: Not Found Object { domain: "global", reason: "notFound", message: "Not Found" }
I think FullCalendar does not support the format of subscribed Google Calendars - e.g. ones in the format of: 123ABC#import.calendar.google.com - It seems ok with 123ABC#group.calendar.google.com only.
Does anyone know how I can get the subscribed calendar feed from Google Calendar into my FullCalendar?

How to add WebCal/iCalendar to Google Calendar by a direct link

You can add a calendar hosted on Google to your Google Calendar account by a direct link (for example as on Holidays in Australia - the button in the bottom left corner - if you click on it, the calendar will be added to your account).
I have a webcal calendar on my site and I want to add a button like in the example which points to my calendar.
How can I do that?
You can do this with this link:
https://www.google.com/calendar/render?cid=
With after the = symbol the link to your ICS file. For example:
https://www.google.com/calendar/render?cid=http://www.example.com/calendar.ics

Wordpress plugin to create custom fields

I am building a wordpress site for local music events (the mvp from a non-tech fouder). I am looking for a wordpress plugin which will let me create custom fields and tags to add multi-day music events. A typical event may be 3-6 days long and will have information like:
Event name,
Day wise s,hedule,
Music Genre,
Bands,
Band Members,
Venue,
city,
Book Ticket button,
Any plugin/theme recommendation will highly appreciated as this will let me get with my customer validation really quickly.
Thanks
Brandon
Try Advanced Custom Fields. I use it all the time and it's awesome. 1 million + downloads and almost a 5 star rating.
http://wordpress.org/plugins/advanced-custom-fields/
Events Manager Pro (http://eventsmanagerpro.com/) is a very robust events calendar that supports multi-day events. It uses custom post types for the events and it's easy to extend it -- the plugin has pretty extensive hooks and filters available and decent API documentation. I use it on a number of projects.

Wordpress: Calendar Widget displaying posts by custom field (date)

I created a website build around a custom post type events. These events have custom fields, one of them is the event-date (the date the event is happening, NOT post publish date). I'd like a calendar widget that simply highlights the days an event is happening (maybe with a link to it). This means i need to plug my custom fields into a calendar widget plugin.
I found this post from 2 years ago, http://wordpress.org/support/topic/display-posts-in-a-calendar-using-custom-field-as-date?replies=8 - it seems they wanted exactly what i'm asking for. Unfortunately i couldn't figure out how to do it with the plugin mentioned by them (FT calendar).
Most calendar widget plugins simply use the pust-publish date. I need them to take their date-data from a custom field.
Do you guys have an idea which calendar-widget-plugin/way would be best for me?
After I've made a search and test of some of the event calendar plugins, calendar that would be closest to your need is All-in-One Event Calendar. After installing it is necessary to upgrade to the Standard version. The plugin has far too many options than it is needed, but is highly configurable so it can be configured to work roughly what you need.
Here is also the link with the analysis of different Wordpress event calendar plugins.

google calendar events list in drupal 7

is there any module in Drupal 7 to integrate google calendar events.
need to display google events into D7 calendar.
Let me start here a list of drupal modules working with google calendars. There are many, different, and some unfinished work.
[name+link],[7.x version or status],[some details]
fullcalendar, 7.x-2.0, integration with google calendar is easy and limited (add a fullcalendar google calendar import field to the view);
gcal, 7.x-1.0-rc1, an implementation on google calendar API, I never tried it. The doc says it can: 1) Create, update, delete, get secondary Calendars; 2) Fetch single Calendar setting and list of settings; 3) Fetch Color settings; 4) Create, update, delete, get, move Events; 5) Create, delete, get Acl; 6) Create, update, delete, get CalendarList; 7) FreeBusy checking with events, quickAdd for events Current release includes. Not yet accomplished: 8) Import events and other features.
gcal_events, 7.x-1.x-dev, I never tried it. It display a block of upcoming events from a google calendar xml feed.
date_ical, 7.x-2.13, I never tried it (yet, but I chose this solution). iCalendar is a standard internet calendar format (google calendar can export ical too). date_ical provides ical support in Drupal, provides a plugin for Views to enable exporting your site's calendar as an iCal feed, and a plugin for Feeds to enable importing external iCal feeds into your site's calendar.
agenda, 7.x-1.4, I never tried it. Display a list of upcoming events from Google Calendar as a block.
event_GCalendar, not finished, Google Calendar API.
Absolutely. Use the Google calendar field in FullCalendar (http://dgo.to/fullcalendar).
FullCalendar is the Drupal module for the Full Calendar jQuery plug-in.
Drop in your Google calendar XML feed and you're good to go.

Resources