google-calendar
google-calendar copied to clipboard
Display a proper calendar view with ability to edit
the cal component is able to only list my cas, and then open the selected on in the standard google web cal view. its pretty terrible style and not usable for Material Design apps.
What about a proper MD Cal View ? It would be very useful, because it can also sync with the google cal.
Here is a great base example: http://fullcalendar.io/docs/google_calendar/
The current calendar elements are fairly limited but there's nothing stopping you from creating a gcal like interface by authoring more elements
@joeblew99 There's an interesting set of design ideas in this Google Calendar app demo: https://4.bp.blogspot.com/-zyHaLKx42xE/V-yJri16NLI/AAAAAAAAB90/NH7Forzfvocw5E6p7S4WehP0_9XjWgJowCLcB/s1600/iOS-GIF_for%2Bblog%2Band%2Bsocial.gif
@phidias51 Mark, thanks for the link. Its very close to what i need to do for my project.
I guess this is android / ios native app ?
It looks like it.
It would be nice if there were more fully fledged components that used Material Design, but also some of the basic functionality that you see here. It would make it easier for people to create custom calendar views that leverage the Google Calendar APIs. You might have behaviors for event lists, and events. It would also be nice if there was an ES6 CalendarEvent class that could serve as the "model" -- although this might be a 2.0 specific feature.