Andrew M. Andrews III

Results 15 comments of Andrew M. Andrews III

Can anyone please tell me where the calendar-timezone field is stored in the MySQL database? I need to go in and replace the timezone string with a VCALENDAR to fix...

> Can anyone please tell me where the calendar-timezone field is stored in the MySQL database? I need to go in and replace the timezone string with a VCALENDAR to...

I went back and re-installed my old sabre/dav 4.4 calendar server accessing the same database, and it is giving me the same error for the second request. So I tried...

> I experienced the same issue as you [@AMA3](https://github.com/AMA3). I was able to find out that same as described here [#1085 (comment)](https://github.com/sabre-io/Baikal/issues/1085#issuecomment-1963008077) aplies to me. > > I was able...

> I used such SQL, putting it here for inspiration. > > ``` > UPDATE calendarinstances > SET timezone = '[INSERT_YOUR_MULTILINE_CONFIG]' > WHERE id = [ID_OF_YOUR_OLD_CALENDAR]; > ``` THANK YOU,...