Skip to main content
Solved

Can a custom block render a calendar?

  • May 24, 2020
  • 2 replies
  • 25 views

Kamille_Parks11
Forum|alt.badge.img+27

I want my custom block to include a calendar with a similar look to Calendar views. Do custom blocks have access to whatever Calendar views use for calendars, perhaps a react package, or would I need to import another react package?

Best answer by JonathanBowen

Hi @Kamille_Parks - I haven’t tried this, but it looks likes a decent option:

https://fullcalendar.io/

This could be imported into your custom block

JB

2 replies

JonathanBowen
Forum|alt.badge.img+18
  • Inspiring
  • 1110 replies
  • Answer
  • May 25, 2020

Hi @Kamille_Parks - I haven’t tried this, but it looks likes a decent option:

https://fullcalendar.io/

This could be imported into your custom block

JB


Kamille_Parks11
Forum|alt.badge.img+27
  • Author
  • Brainy
  • 2679 replies
  • May 25, 2020

Looks promising I’ll check it out, thanks