Ich habe im Kalender mal einen zus. "Testeintrag" erstellt und nun zeigt das Log folgendes:
2022.04.02 11:16:01 4: SynControl - ####################################################
2022.04.02 11:16:01 4: SynControl - ### start Calendar operation eventlist
2022.04.02 11:16:01 4: SynControl - ####################################################
2022.04.02 11:16:01 4: SynControl - Time selection start: 2022-04-01 00:00:00
2022.04.02 11:16:01 4: SynControl - Time selection end: 2022-04-13 00:00:00
2022.04.02 11:16:01 4: SynControl - API hash values already set - ignore get apisites
2022.04.02 11:16:01 4: SynControl - start SendQueue entry index "6" (eventlist) for operation.
2022.04.02 11:16:01 5: SynControl - HTTP-Call will be done with timeout: 20 s
2022.04.02 11:16:01 4: SynControl - Call-Out: https://192.168.2.150:5001/webapi/entry.cgi?api=SYNO.Cal.Event&version=3&method=list&cal_id_list=["/Ralph/htmdlg/"]&start=1648764000&end=1649800800&list_repeat=true&_sid=<secret>
2022.04.02 11:16:01 5: SynControl - JSON returned: $VAR1 = {
'data' => {
'/Ralph/htmdlg/' => [
{
'percent_complete' => undef,
'original_cal_id' => '/Ralph/htmdlg/',
'evt_id' => 3562,
'priority_order' => 2528,
'is_repeat_evt' => bless( do{\(my $o = 0)}, 'JSON::PP::Boolean' ),
'priority' => undef,
'summary' => 'Test',
'dtend' => '20220404T000000',
'transp' => 'TRANSPARENT',
'dtstart' => '20220403T000000',
'owner_name' => 'Ralph',
'owner' => 1025,
'evt_repeat_setting' => {
'repeat_rule' => undef
},
'class' => 'PUBLIC',
'description' => '',
'modify_time2' => '1648890912.5008',
'tz_id' => undef,
'ical_uid' => '20220402T111502-8ab8fa09@192.168.2.150',
'is_all_day' => bless( do{\(my $o = 1)}, 'JSON::PP::Boolean' ),
'gps' => undef,
'location' => '',
'create_time' => '1648890902.13543',
'from_syno_app_url' => undef,
'dav_etag' => 'iuiuwzwgvrtzxlvvqueplblofagkjgab',
'evt_color' => '',
'evt_notify_setting' => [
{
'time_format' => 'DURATION',
'time_value' => 'PT9H',
'recurrence-id' => '',
'alarm_ical' => 'BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:This is an event reminder
TRIGGER;VALUE=DURATION:PT9H
END:VALARM',
'alarm_action' => 'DISPLAY'
}
],
'status' => undef
}
]
},
'success' => $VAR1->{'data'}{'/Ralph/htmdlg/'}[0]{'is_all_day'}
};
2022.04.02 11:16:01 4: SynControl - Event parse mode: synchronous
2022.04.02 11:16:01 5: SynControl - VCALENDAR extract of UID "20220402T111502-8ab8fa09@192.168.2.150":
$VAR1 = {
'VALM' => {
'RECURRENCEID' => {
'0' => undef
},
'TIMEVALUE' => {
'0' => 'PT9H'
}
}
};
2022.04.02 11:16:01 5: SynControl - Single event Begin: 2022-04-03, End: 2022-04-03
2022.04.02 11:16:01 4: SynControl - Opmode "eventlist" finished successfully, Sendqueue index "6" deleted.
Gruß, Ralph