Slava
Slava

Reputation: 6650

How to draw a calendar, populated with Google Calendar Events?

I googled all over but couldn't find any component that will draw and populated calendar with google calendar events using AngularJS.

I found ui-calendar (http://angular-ui.github.io/ui-calendar/) which is based on fullCalendar (https://fullcalendar.io/)

but it is not working, doesnt populate calendar with events.

I opened https://fullcalendar.io/js/fullcalendar-3.5.1/demos/basic-views.html

looked in the source code and did exactly the same, created an array of events, exactly as in this example, and nothing is displayed in the calendar.

Is there any other component that actually works ???

Upvotes: 0

Views: 565

Answers (1)

Reza P.
Reza P.

Reputation: 306

Do you try for something like this, [ https://demo.vaadin.com/calendar ] Also Vaadin gives you the same Calendar as Googleand you should be able to use it with AngularJS. I hope it's what you need.

Best Regards..

Upvotes: 0

Related Questions