Add the ability to fetch Public/Religious holidays from Google Calendar as demoed here with US holidays: https://fullcalendar.io/docs/google-calendar-demo
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | fullcalendar-3067509-5x-11-google-calendar-holidays.patch | 27.48 KB | sweetchuck |
| #6 | fetch_holidays_from_google_calendar-3067509-6.patch | 22.49 KB | kiwimind |
Issue fork fullcalendar_view-3067509
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3067509-5-1-14
changes, plain diff MR !72
- 3067509-add-option-to
changes, plain diff MR !50
- 5.x
changes, plain diff MR !49
Comments
Comment #2
spokjeAttached patch gives the ability to show public/religious holidays for a large variety of countries/religions.
They are fetched from Google Calendar, an API key for that service is required.
A link to the procedure on how to obtain that key is included in the View Display Settings Form.
Comment #3
spokjeComment #4
spokjeUpdated patch with the choice to render holidays as an Event (so the same as the Events from Drupal, with title and clickable) or as just a background colour (CSS class
.fc-bgevent)Comment #5
mingsongThanks for the awesome work. I will test it when I have a chance.
Comment #6
kiwimind commentedRealise that this is an old issue now, but we're still using a patch from it, so thought I'd re-roll against latest head of this branch (6530f38), especially as we need this for D9 upgrades, which our previous pinned dev commit did not support.
Comment #7
mingsongAppreciate your works.
I am wondering if it is possible to make it work with 5.1.x ?
I will be more than happy to release is with next 5.1 release.
Comment #8
mingsongComment #9
w01f commentedJust came across this - this would indeed be extremely useful for a number of sites where clients either already have or need to add days such as federal holidays, public events, or even other company/organization event dates already stored on a google calendar for internal use.
+1
Comment #10
mingsongComment #11
sweetchuckPatch #6 ported to drupal/fullcalendar_view:5.x-dev
Comment #12
ikit-claw commentedWe have been using this for awhile now in production. Thanks Sweetchuck
Comment #16
johnalbinThe patch no longer applied after 5.1.8's release. I've updated the patch for 5.1.11. Needs testing.
Comment #19
begrafx commentedWhile we're working on rolling this into things, it would really be nice if there were the option to include Sunrise/Sunset times for selected days. (i.e. "Display Sunrise times every Tuesday" or "Show Sunrise and Sunset times on the 4th Thursday of each month" or whatever.)
Comment #22
mingsongThanks everyone.
Merged into the develop branch.