7
edits
| Line 3: | Line 3: | ||
= Create a Todo = | = Create a Todo = | ||
(this snippet requires the lightning extension to work) | (this snippet requires the lightning extension to work) | ||
<source lang= | <source lang=javascript> | ||
var todo = Components.classes["@mozilla.org/calendar/todo;1"]. | var todo = Components.classes["@mozilla.org/calendar/todo;1"]. | ||
createInstance(Components.interfaces.calITodo); | createInstance(Components.interfaces.calITodo); | ||
edits