# My Schedule

My Schedule is a read-only view where individual team members can see their upcoming shifts. Any logged-in employee with store access can view their own schedule -- no manager-level permissions are required.

---

## Accessing My Schedule

Navigate to `/admin/{storeCode}/schedule/my-schedule`.

Any authenticated user who is linked to an employee record and has access to the store can reach this page. There is no special permission requirement beyond basic store access.

---

## What You See

When the page loads, it automatically fetches your shifts for the current week plus the next four weeks. The view displays:

- **Your upcoming shifts** with date, start time, and end time for each
- **Shift details** such as position/role assigned
- **Store timezone** -- All times are displayed in the store's configured timezone, not your browser's local time

The schedule data comes from published shifts only. If your manager has not yet published the upcoming week's schedule, those shifts will not appear.

---

## How It Works

1. Open My Schedule from the navigation menu or via direct link.
2. The page loads and shows a spinner while fetching your schedule.
3. Once loaded, your shifts appear organized chronologically.

There are three possible states:

| State | What It Means |
|-------|---------------|
| **Schedule displayed** | Your shifts loaded successfully. Review your upcoming schedule. |
| **No Employee Record Linked** | Your user account is not connected to an employee record in this store. Contact your manager to link your profile. |
| **Error** | Something went wrong loading the schedule. Try refreshing the page. |

---

## Key Details

- **Read-only** -- You cannot create, edit, or delete shifts from this view. Only managers with schedule management permissions can modify shifts.
- **Timezone-aware** -- Times reflect the store's timezone. If you are viewing from a different timezone, the displayed times are still in store-local time.
- **Published shifts only** -- Draft or unpublished shifts are not visible to employees. Ask your manager if you are expecting shifts that do not appear.

> **Tip:** If your schedule looks empty for an upcoming week, your manager may not have published it yet. Check back later or ask your manager directly.

---

## Troubleshooting

### "No Employee Record Linked" message
Your user account needs to be associated with an employee profile for the store. Ask your manager to:
1. Go to the store's team management settings.
2. Link your user account to your employee record.

### Schedule is blank but I know I have shifts
- The schedule may not be published yet. Only published schedules are visible to employees.
- Make sure you are viewing the correct store. If you have access to multiple stores, confirm you are looking at the right one.

### Page shows a loading spinner indefinitely
- Check your internet connection.
- Try refreshing the page.
- If the problem persists, contact your manager or system administrator.

---

## Related Articles

- [Schedule Calendar](/support/articles/schedule-calendar) -- Manager view for creating and managing shifts
- [Timesheets & Time Tracking](/support/articles/timesheets-time-tracking) -- Clock in/out and time tracking
