ralf
beab5efbe3
replace adodb_date() with PHP native date() as it is no longer available and necessary
2024-09-30 12:12:14 +02:00
Ralf Becker
250c9a59c7
pending translations from our translation server
2024-09-30 08:25:02 +02:00
ralf
1f01d0265d
only change title for private events on server-side
2024-09-27 13:36:43 +02:00
ralf
a9841ddb9b
* Calendar: differ between private events and only having free/busy-rights by showing "busy" instead of "private" as title
2024-09-27 13:36:43 +02:00
nathan
acba58111e
Calendar: Fix sidebox merge
2024-09-11 11:32:25 -06:00
ralf
e4acb6c563
Use a [+] button instead of [Add] for adding explicit recurrences (to not conflict with exceptions label)
2024-09-09 20:18:24 +02:00
Ralf Becker
30740a3904
pending translations from our translation-server
2024-08-24 14:11:40 +02:00
ralf
e5d935fea5
fix status was NOT set on exception, but all future events, due to a broken fix
2024-08-22 11:56:59 +02:00
ralf
89d4155f23
fix not displayed event-participants in new meeting-requests (event not yet in DB)
2024-08-09 10:58:32 +02:00
ralf
b7f7f3b0bd
fix not working opening/converting calls to infolog
2024-08-06 15:36:11 +02:00
ralf
62b70637a7
fixing the fix: whole-day fix affected adding/updating regular events (non-whole-day) via CalDAV
...
Adding/updating events via CalDAV with timezone different to user-timezone seems to be broken since some time before the fix :(
2024-08-06 12:05:26 +02:00
ralf
361a774df5
* Calendar: fix conflict check to take into account that whole-day (floating) events start and end by definition in all timezones at midnight
...
and therefore must not conflict with other (non-floating) events starting or ending at midnight,
but can conflict in other timezones (were the event to check does NOT start or end at midnight)
2024-08-06 12:05:26 +02:00
ralf
6d3f6c46aa
fixing whole-day events get one day shorter when editing them in EGroupware (caused by yesterdays whole-day with timezone fix for TB)
2024-08-02 16:11:13 +02:00
ralf
4e975aa8f4
* CalDAV: fixed all-day events from Thunderbird with timezone were one day longer
...
using the timezone causes all sorts of problems, therefore ignoring it now and more robust end-time calculation
2024-07-31 19:27:29 +02:00
ralf
67440f8aed
* All apps/REST API: fix custom-fields of type "date-time" to be stored timezone aware, if no format is specified
...
So far date-time values were stored in user-time, now they are stored in UTC with a "Z" suffix" to be able to still read old user-time values unchanged.
2024-07-29 19:16:08 +02:00
nathan
e118daa7cf
Calendar: Drag & drop working for planner by user view
2024-07-24 09:01:46 -06:00
nathan
abc1f7eb66
Calendar: Drag & drop working for normal view
2024-07-24 09:01:39 -06:00
ralf
6f9f931895
* eSync/Calendar: new preference how many days to sync back, if client specifies no limit / all, default is 365
2024-07-16 09:14:47 +02:00
ralf
fbaaa88f10
fix/remove code-fragment somehow not removed by rebase
2024-07-15 13:16:08 +02:00
ralf
0538c05cf0
* Calendar/Resources/CalDAV: fix not reported priviledges for resources causing resource calendars to appear readonly in CalDAV clients
2024-07-12 10:10:55 +02:00
ralf
e5313c6848
show changes in participants, new and old start-date
...
for exceptions only sending the concerned recurrence, instead of the whole series, so user understands what has changed
2024-07-09 21:42:24 +02:00
ralf
08c0e824a2
make sure to not set a recur_date for a non-recurring event when setting a status (as recur_date has to be 0, for non-recurring events!)
2024-07-08 16:41:07 +02:00
ralf
9a9ed33b41
further improve meeting request display: show added, removed or status-changed participants
...
also add exceptions to recuring events
2024-07-08 16:41:07 +02:00
ralf
f604199c48
remove kdots WIP template from 23.1
2024-07-08 09:37:00 +02:00
ralf
59ecd0688c
Merge branch 'master' into 23.1
2024-07-08 09:35:12 +02:00
ralf
c37fd3e380
* Calendar/Mail: improved display of meeting requests: what's changed, single recurrence or whole series, display and enter comment when accepting/rejecting a request
2024-07-06 19:39:21 +02:00
ralf
c04a01229b
fix TypeError
2024-07-06 12:11:26 +02:00
ralf
ca2d82b32d
fixing the fix, missed the camelCase of Et2Checkbox and changed Et2Checkbox so IDE can check it
2024-07-06 09:12:12 +02:00
ralf
a893669641
fixing the fix, missed the camelCase of Et2Checkbox and changed Et2Checkbox so IDE can check it
2024-07-06 09:06:58 +02:00
ralf
7f92a44dce
fix whole-day recuring events always asks for splitting of series when trying to store
...
caused by wrong condition hinting whole-day flag has changed
2024-07-06 08:39:04 +02:00
ralf
2fa7fa9a45
fix whole-day recuring events always asks for splitting of series when trying to store
...
caused by wrong condition hinting whole-day flag has changed
2024-07-06 08:33:24 +02:00
nathan
7fabdc50f6
Calendar: kdots styles
2024-07-04 13:54:14 -06:00
ralf
29c0129731
also send notification when recurrences are added or removed
2024-07-04 16:22:06 +02:00
ralf
88720be9a2
fix/workaround for Apple and eMclient not understanding RDATE via CalDAV
...
sending now master, plus expanded recurrences (like we would do with exceptions)
also no longer export DTSTART in RDATE as unnecessary
2024-07-04 15:46:49 +02:00
ralf
22d5afb811
fix recurrence-id in wrong timezone and put [Add exception] button on top
2024-07-04 12:41:21 +02:00
ralf
81cbc00ae3
fix RDATE exported with Z, if EXDATE was also exported
2024-07-04 10:50:22 +02:00
ralf
5bc413deb2
show (correct) recurrence rule or explicit recurrences in notifications and when displaying notifications to user
...
do not allow notifying yourself via notify-dialog, as it will be suppressed anyway in notifications
also fix iCal import and export of RDATE
2024-07-02 15:13:42 +02:00
ralf
b7c144423c
fix adding and deleting of explicit recurrences / rdates (also disable recur-enddate in UI for RDates)
2024-07-01 11:39:28 +02:00
ralf
7ccd1e4cf2
* Calendar: ask user to apply changes in series master to already created exceptions
2024-06-29 16:40:32 +02:00
ralf
cbd2e4c695
* Calendar: allow to create recurring events with explicit recurrences
2024-06-29 11:56:28 +02:00
Ralf Becker
03693f7d3b
pending translations from our translation server
2024-06-24 10:18:29 +02:00
ralf
f5e266f2c6
fix infinite recursion when checking for Windows timezones without "Standard Time" prefix
2024-06-13 20:20:51 +02:00
ralf
b2d3d6fced
fix infinite recursion when checking for Windows timezones without "Standard Time" prefix
2024-06-13 20:19:23 +02:00
nathan
0da4a9e099
Better calendar sidebox display in kdots
2024-06-12 16:14:09 -06:00
nathan
16c727b84a
Framework WIP:
...
- Get calendar sort of running
2024-06-12 16:14:08 -06:00
ralf
c93b8b4203
* Calendar: fix editing recurring events of type RDATE/explicit dates
...
changing time and giving error "duration longer than interval", and now also displaying the explicit times
2024-06-11 15:50:32 +02:00
ralf
6760ad8a0b
* Calendar: fix editing recurring events of type RDATE/explicit dates
...
changing time and giving error "duration longer than interval", and now also displaying the explicit times
2024-06-11 15:49:31 +02:00
ralf
1725406d9a
fix PHP Error stalling import of exceptions without master (or private master not readable by importing user)
2024-06-10 08:08:51 +02:00
ralf
dfd7f8bd46
fix PHP Error stalling import of exceptions without master (or private master not readable by importing user)
2024-06-07 18:54:24 +02:00
ralf
6de9a15cb8
fix typo causing PHP Fatal
2024-06-06 20:25:09 +02:00