-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move some calendarService calls into Calendar and subscription model #209
move some calendarService calls into Calendar and subscription model #209
Conversation
@georgehrke, thanks for your PR! By analyzing the history of the files in this pull request, we identified @tcitworld, @tomneedham and @raghunayyar to be potential reviewers. |
bd23022
to
1b14243
Compare
@@ -415,11 +419,20 @@ app.service('CalendarService', function(DavClient, StringUtility, XMLUtility, Ca | |||
}; | |||
|
|||
/** | |||
* get properties for a calendar without instantiate a new calendar/webcal object |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo -> instantiating
@@ -285,27 +285,29 @@ app.service('CalendarFactory', function($window, DavClient, Calendar, WebCal) { | |||
|
|||
/** | |||
* get a calendar object from raw xml data | |||
* @param {CalendarService} CalendarService |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not the CalendarService, but its private API
add proper jsdoc
1b14243
to
6c7fb2f
Compare
6c7fb2f
to
3179f20
Compare
please review @tcitworld |
Will give a try this afternoon. |
👍 |
move
update
,delete
,share
,unshare
,publish
andunpublish
straight into the calendar respectively the webcal object to use these functions without having the CalendarService as dependency everywherethis will come very handy at implementing: