aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Channel_calendar.php
Commit message (Expand)AuthorAgeFilesLines
* fix php warningsMario2022-10-201-9/+9
* Change set_linkified_perms() arguments orderMax Kostikov2021-03-091-1/+1
* formattingMario2021-01-151-148/+149
* cleanup unused/undefined variablesMario2021-01-151-73/+71
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-3/+5
* show event timezone only if adjust ist set and the offset of the event timezo...Mario2020-04-051-3/+6
* another attempt to get events rightMario2020-04-041-11/+12
* Revert "more timezone changes"Mario2020-04-031-2/+2
* Revert "use timezone info for timezone display only- the actual time is in ut...Mario2020-04-031-5/+9
* more timezone changesMario2020-04-031-2/+2
* use timezone info for timezone display only- the actual time is in utc already.Mario2020-04-031-9/+5
* calendar: revert back to UTC strings for dates due to better legibility. Stri...Mario Vavti2019-07-111-3/+3
* fix encoding also for description and locationMario Vavti2019-06-201-3/+3
* Merge branch 'dev' into 'dev'Mario2019-06-201-2/+2
|\
| * tweak to event title encoding to ensure it works with German, Russian, as wel...zotlabs2019-06-191-1/+1
| * events: don't use htmlentities on local (hz) event titles as they are not bei...zotlabs2019-06-191-2/+2
* | more work on linked item/resource deletion for photos and events, deprecate t...Mario Vavti2019-06-131-5/+0
* | initial support for deleting event items if an event is removedMario Vavti2019-06-121-3/+62
|/
* regard timezones in calendar import/exportMario2019-06-031-1/+3
* adjust birthday handling according to community decision and slightly change ...Mario Vavti2019-05-261-17/+0
* improve timezone detection for caldav and remove smart birthday feature. Forc...Mario Vavti2019-05-221-10/+10
* move smart birthday feature to calendar settings and override the adjust flag...Mario Vavti2019-05-201-0/+3
* be more precise with table selectionMario Vavti2019-05-201-4/+4
* calendar merge: initial commit for timezone supportMario Vavti2019-05-201-50/+23
* calendar merge: only export events that will not break the importer. this wil...Mario Vavti2019-05-151-2/+3
* deal with privacy mentions in event descriptionsMario Vavti2019-05-131-11/+35
* calendar merge: cleanupMario Vavti2019-05-131-138/+9
* calendar merge: implement channel calendar import in cdav/calendarMario Vavti2019-05-101-14/+0
* calendar merge: cleanup and comment out some unused codeMario Vavti2019-05-091-66/+53
* calendar merge: remove deprecated share variableMario Vavti2019-05-011-20/+2
* calendar merge: fix event_xchan mixupMario Vavti2019-05-011-6/+0
* do not allow editing events that do not belong to usMario Vavti2019-04-301-0/+5
* select event by event_hash instead of item_idMario Vavti2019-04-301-1/+1
* calendar merge: implement single event editing UIMario Vavti2019-04-301-0/+1
* calendar merge: d&d support and some minor cleanup and fixesMario Vavti2019-04-291-2/+11
* calendar merge: bring back event categoriesMario Vavti2019-04-241-28/+26
* provide location and description informationMario Vavti2019-04-191-5/+11
* provide link to source and some cleanupMario Vavti2019-04-191-139/+2
* calendar merge initial commitMario Vavti2019-04-191-0/+753