mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +00:00
98_todoist: UTF8 fix and docu
git-svn-id: https://svn.fhem.de/fhem/trunk@24386 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
45c01910a3
commit
f056409e5d
@ -17,7 +17,7 @@ eval "use Date::Parse;1" or $missingModule .= "Date::Parse ";
|
||||
|
||||
#######################
|
||||
# Global variables
|
||||
my $version = "1.3.10";
|
||||
my $version = "1.3.11";
|
||||
|
||||
my $srandUsed;
|
||||
|
||||
@ -636,7 +636,7 @@ sub todoist_CreateTask($$) {
|
||||
|
||||
my $title=encode_utf8($tmp[0]);
|
||||
|
||||
$title = $h->{"title"} if ($h->{"title"});
|
||||
$title = encode_utf8($h->{"title"}) if ($h->{"title"});
|
||||
|
||||
my $check=1;
|
||||
|
||||
@ -2348,6 +2348,7 @@ sub todoist_genUUID() {
|
||||
<code>set <DEVICE> addTask <TASK_TITLE>[:<DUE_DATE>]</code><br ><br />
|
||||
Additional Parameters are:<br />
|
||||
<ul>
|
||||
<li>title="<TITLE>" (string)</li>
|
||||
<li>dueDate (due_date)=<DUE_DATE> (can be free form text or format: YYYY-MM-DDTHH:MM)</li>
|
||||
<li>priority=the priority of the task (a number between 1 and 4, 4 for very urgent and 1 for natural).</li>
|
||||
<li>responsibleUid=the todoist-ID of the user who is responsible for accomplishing the current task</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user