ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

SD Google Calendar Combiner

აღწერა

The user can combine multiple public Google calendars into one feed to use on the REST API or generate one agenda calendar on the WordPress frontend.

The user can have multiple combined calendars to use on different API calls or front end views with different shortcodes. This plugin allows the user to enter a list of all public Google Calendars, the number of look-ahead days, and the timezone for displaying the dates and times of the calendar.

The RESTful call generates JSON that looks like the following as an example:
{
‘date’:’2016-03-31′,
‘events’:[
{‘title’:’Mayor's Masters Reception’,
‘link’:’https://calendar.google.com/calendar/event?eid=X2Q…&ctz=America/New_York’},
{‘time’:’10am’,
‘title’:’AARP Tax Help’,
‘link’:’https://calendar.google.com/calendar/event?eid=aWwy…&ctz=America/New_York’}
]
}

The RESTful call can be made by using a custom url to:
/wp-json/sd-google-calendar/v1/sdcalendar/

The agenda calendar can be inserted to your wordpress post using the shortcode:
[sd_show_calendar id=””]

There’s also a “type” parameter which is defaulted to “agenda” for now but will be further developed to eventually use full calendar displays for scrolling different months.

ეკრანული სურათები

  • The list of combined calendars (you can have multiple combined calendars to place on different pages or posts).
  • The edit screen for each individual combined calendar (# calendar items to pull down, timezone, and calendar ids).
  • An example post with a combined calendar.

დაყენება

  1. Upload the plugin files to the /wp-content/plugins/sd-google-calendar directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use Google Calendars admin menu option for setting up combined calendars.

ხდკ

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/sd-google-calendar directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use Google Calendars admin menu option for setting up combined calendars.
Can I use a private calendar?

At the moment, no. It’s not configured to use the Google API so it can’t use private calendars.

What about calendar-type displays?

Right now only an agenda-style format is available. If there’s a strong desire to have a calendar layout then we will consider this in future versions.

What about using my own calendar styles?

The calendar CSS styles are located in the plugin /css folder

მიმოხილვები

There are no reviews for this plugin.

მონაწილეები & დეველოპერები

“SD Google Calendar Combiner” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ SD Google Calendar Combiner თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

1.0.1

  • Updated version to 4.7

1.0

  • The initial version includes WP REST API and Agenda layout