You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test coverage report uncovered some obscure method add_organizer that was part of my efforts on scheduling some years ago. It has the following problems:
Function is not covered by tests
Function possibly does wrong things if the organizer field already exists
Function can only add the current principal to the organizer field - this contrasts with the name of the method. Should take optional parameter organizer (email string or Principal object)
The test coverage report uncovered some obscure method
add_organizerthat was part of my efforts on scheduling some years ago. It has the following problems:organizer(email string orPrincipalobject)