Skip to content
Snippets Groups Projects
Commit 05a1ae58 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

refactor appointment lib to fit new lib-standard

parent 597ccc59
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,6 @@ function AppointmentUtils() {}
* @param {String} newState partstat
*
* @return {String} updated attendees encoded as multistring
*
* @static
*/
AppointmentUtils.setPartStat = function (currentUserUri, attendees, newState) {
attendeesDecodedArray = text.decodeMS(attendees);
......@@ -73,8 +71,6 @@ AppointmentUtils.setPartStat = function (currentUserUri, attendees, newState) {
* send an exchange action
* @param {String} event to send
* @param {String} newState state to send: "ACCEPT", "DECLINE", ""
*
* @static
*/
AppointmentUtils.sendExchangedAction = function(event, newState)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment