Add CalDAV calendar support for multiple providers
@L0ndra check out the first (and dirty approach) for caldav support. It is NOT well tested and should be treated as a dirty initial thoughts about not-only-google refactoring
What do you think about moving Calendar creation to separate module, so you shouldn't know anything about provider inside the commands logic?
i am thinking about something like getAllCals that return array of CalendarProvider
All other aspects appear satisfactory.
Not quiet sure about quality but does it look like you're talking about?
yes the idea is correct, i left a comment about calendar provider, it may simplify the interface