#' Add a TickTick Task from the console
#' @export
add_ticktick_task <-
function(task,
description) {
if (is.null(Sys.getenv("ticktick_email"))) {
stop('ticktick_email is null')
}
postfixR::send_email(to = Sys.getenv("ticktick_email"),
subject = task,
body = description)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.