interface EditCalendarCommentOptions {
    content: string;
}

Properties

Properties

content: string

The new content of the comment.