add-schedule: Add schedules

Description Usage Arguments

Description

Add schedules

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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.


dreamRs/tuicalendr documentation built on Aug. 4, 2021, 12:02 a.m.