nekken / ng2-fullcalendar

95 stars 47 forks source link

Cannot use correctly the 'locale' option and the Google Calendar options #45

Open dpasquali opened 7 years ago

dpasquali commented 7 years ago

1) Using 'locale' options (for example setting 'it'), most of the (textual) content of the calendar is traslated using 'italian' language, but a part of it remains in english (for example the buttons 'month', 'list', 'today' etc, ).

2) Then in my application I can't use the option to get the GoogleCalendar holiday events:

     [..]
googleCalendarApiKey: 'AIzaSyDcnW6WejpTOCffshGDDb4neIrXVUA1EAE',
   // US Holidays
events: 'it.italian#holiday@group.v.calendar.google.com',
    [..]

I've copy this code from a (working) demo in javascript, adding those lines into the options array of the angular component, but does not work . This error compare in Chorme console:

the server responded with a status of 404 (Not Found)

:4200/it.italian?start=2017-05-29&end=2017-07-03&_=1497630053596#holiday@group.v.calendar.google.com Failed to load resource:

ruucm-working commented 6 years ago

same here