• Resolved kittikun

    (@kittikun)


    Hi,

    Documentation is mentionning a timezone adjustment feature but i could find it from the feed options

    The start and end times of my events are not displaying in the correct timezone, how do I make them display correctly?

    First, check that the timezone of your Google Calendar is set correctly (in the calendar settings in Google Calendar), then check that the ‘Timezone adjustment’ option in the plugin feed settings is set correctly.

    Since this is an absolute requirement for my need, I hope this can be fixed soon

    Best Regards and excellent job on this plugin

    https://ww.wp.xz.cn/plugins/google-calendar-events/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    Hi can you link me to the docs page where you found that so I can update it.

    There is no longer an option in the feed settings for that. You can set your timezone in the WordPress settings and it will pull from that now.

    Thread Starter kittikun

    (@kittikun)

    http://wpdocs.philderksen.com/google-calendar-events/misc/general-questions/

    Actually my question was for the viewer. I run a radio with listener from around the world and I do input times in my timezone but I just wanted to make sure they would see it with their time zome

    Plugin Contributor Nick Young

    (@nickyoung87)

    Thank you for showing me the page you found that on so I can get it fixed.

    The plugin won’t work like that currently. It just uses the timezones that are set and doesn’t check the visiting users local time to adjust it.

    If you would like to request that as a feature you can do so on our public roadmap over here:

    https://trello.com/b/ZQSzsarY

    Thanks!

    Thread Starter kittikun

    (@kittikun)

    Hi,

    Thank you for the reply. I cannot add a request on trello (even after registration) so I will just continue the thread here.

    If it can help, here is a snippet I was using with fullcalendar using jstz

    <script type=’text/javascript’ src=’script/jstz.min.js’></script>
    var timezone = jstz.determine();

    you can then the name with

    currentTimezone: timezone.name()

    which will return “Asia/Tokyo” for example

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Timezone adjustment option missing’ is closed to new replies.