GoogleWebComponents / google-calendar

Google Calendar web components
https://elements.polymer-project.org/elements/google-calendar
Other
97 stars 38 forks source link

Display a proper calendar view with ability to edit #20

Open joeblew99 opened 8 years ago

joeblew99 commented 8 years ago

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/

ebidel commented 8 years ago

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

phidias51 commented 7 years ago

@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

joeblew99 commented 7 years ago

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

phidias51 commented 7 years ago

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.