google-calendar icon indicating copy to clipboard operation
google-calendar copied to clipboard

Display a proper calendar view with ability to edit

Open joeblew99 opened this issue 8 years ago • 4 comments

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/

joeblew99 avatar Jun 22 '16 23:06 joeblew99

The current calendar elements are fairly limited but there's nothing stopping you from creating a gcal like interface by authoring more elements

ebidel avatar Jun 23 '16 00:06 ebidel

@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 avatar Oct 19 '16 22:10 phidias51

@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 ?

joeblew99 avatar Oct 19 '16 23:10 joeblew99

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.

phidias51 avatar Oct 19 '16 23:10 phidias51