powered by
Currently supports changing the name of a calendar.
UpdateCalendar(calendarId, name = NULL)
An S3 object of class "dataRobotCalendar"
character. The ID of the calendar to retrieve.
character. The new name to name the calendar.
if (FALSE) { calendarId <- "5da75da31fb4a45b8a815a53" UpdateCalendar(calendarId, name = "New name for calendar") }
Run the code above in your browser using DataLab