Add schedules

add_schedule(
  cal,
  start,
  end,
  title,
  body = NULL,
  id = NULL,
  calendarId = NULL,
  category = NULL,
  ...
)

add_schedule_df(cal, df)

Arguments

cal

A calendar object.

start

The start time.

end

The end time.

title

The schedule title.

body

The schedule body text which is text/plain.

id

An id for the schedule.

calendarId

An id for the calendar.

category

The schedule type ('milestone', 'task', allday', 'time').

...

Additionnal arguments passed to the JavaScript method, see https://nhn.github.io/tui.calendar/latest/Schedule.

df

a data.frame with schedule data, columns must have valid shedule name option.