schedule time zone

The time zone in which this schedule's recurrence is expressed. The occurrence generation engine uses this zone when expanding the rule.

Structure

Property shape: object property; gmeow:EventSchedule -> gmeow:TimeZone; functional

Practical Pattern

Use gmeow:scheduleTimeZone from gmeow:EventSchedule to gmeow:TimeZone when the relationship itself belongs in the native GMEOW graph.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Recurring Meeting

# --- The recurrence: every Monday, by RFC 5545 rule, in the named time zone.
ex:schedule a gmeow:EventSchedule ;
    gmeow:scheduleTemplateEvent  ex:standup ;
    gmeow:scheduleRecurrenceRule ex:weekly ;
    gmeow:scheduleTimeZone       ex:edmonton .

Common Companion Terms

gmeow:EventSchedule, gmeow:TimeZone

Usage Advice

Use when

Avoid when

How to use

Examples