R undocumented/EventFunctions.R

# This function creates a Event object for use in creating and modifying Event objects.
createEventObject = function(title  = NULL, description  = NULL, start  = NULL, has_end  = NULL, end  = NULL, all_day  = NULL, rsvp  = NULL, comments_enabled  = NULL, type  = NULL){
object = as.list(environment()) 
 object = userObject[as.character(userObject) != "NULL"] 
 return(userObject) 
 }
sterfa02/SchoologyAPI documentation built on Jan. 10, 2023, 11:27 p.m.