Skip to content

Commit

Permalink
Merge pull request #5167 from rjbs/cyr-1427-leave-tz-out
Browse files Browse the repository at this point in the history
don't add timezone data in http_caldav_sched.c
  • Loading branch information
rjbs authored Jan 17, 2025
2 parents 1dd93aa + 170aa00 commit afac6c5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 19 additions & 0 deletions changes/next/dont_add_tz_data
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Description:

Cyrus used to add time zone data to iTIP, but no longer will. Calendar clients
dealing with iTIP are expected to use the time zone identifier.


Config changes:

None.


Upgrade instructions:

None.


GitHub issue:

None.
2 changes: 0 additions & 2 deletions imap/http_caldav_sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1160,8 +1160,6 @@ static void sched_deliver_remote(const char *cal_ownerid, const char *sched_user

syslog(LOG_DEBUG, "sched_deliver_remote(%s, %X)", recipient, sparam->flags);

icalcomponent_add_required_timezones(sched_data->itip);

if (sparam->flags & SCHEDTYPE_ISCHEDULE) {
/* Use iSchedule */
xmlNodePtr xml;
Expand Down

0 comments on commit afac6c5

Please sign in to comment.