You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the same logic in #7 we can add support for timezone configuration via the timeZone parameter, we can also support this in the config.ini file
The text was updated successfully, but these errors were encountered:
Now we can return the events in a specific timezone format as follows:
- via cli argument
neocal --timezone America/Los_Angeles
- via calendar config
[work]
endpoint = <URL>
timezone = America/Los_Angeles
- via neocal config
[neocal]
default = work
timezone = America/Los_Angeles
Following the same logic in #7 we can add support for timezone configuration via the
timeZone
parameter, we can also support this in theconfig.ini
fileThe text was updated successfully, but these errors were encountered: