[PR #11] [MERGED] Scheduler #1975

Closed
opened 2026-01-29 18:16:33 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/11
Author: @akorchev
Created: 6/9/2020
Status: Merged
Merged: 6/9/2020
Merged by: @akorchev

Base: masterHead: scheduler


📝 Commits (4)

📊 Changes

6 files changed (+211 additions, -0 deletions)

View changed files

Models/Appointment.cs (+12 -0)
📝 Models/Example.cs (+0 -0)
Pages/AddAppointmentPage.razor (+57 -0)
Pages/EditAppointmentPage.razor (+53 -0)
Pages/SchedulerPage.razor (+81 -0)
📝 Services/ExampleService.cs (+8 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/11 **Author:** [@akorchev](https://github.com/akorchev) **Created:** 6/9/2020 **Status:** ✅ Merged **Merged:** 6/9/2020 **Merged by:** [@akorchev](https://github.com/akorchev) **Base:** `master` ← **Head:** `scheduler` --- ### 📝 Commits (4) - [`1db47e9`](https://github.com/radzenhq/radzen-blazor/commit/1db47e9db84cd3ba7ef4bfc0f7cbba324e6a451a) Scheduler demo. - [`3d93ef1`](https://github.com/radzenhq/radzen-blazor/commit/3d93ef16ee117d814f4230dd16dd924abbcdabb4) Update scheduler demo. - [`4b83cf4`](https://github.com/radzenhq/radzen-blazor/commit/4b83cf434d9f23b3914ecc3b69765f05fd2c87d5) Log events. - [`5f01ec5`](https://github.com/radzenhq/radzen-blazor/commit/5f01ec5cce04a485990c6a9753c5c7dd068d7fd8) Update scheduler demo. ### 📊 Changes **6 files changed** (+211 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Models/Appointment.cs` (+12 -0) 📝 `Models/Example.cs` (+0 -0) ➕ `Pages/AddAppointmentPage.razor` (+57 -0) ➕ `Pages/EditAppointmentPage.razor` (+53 -0) ➕ `Pages/SchedulerPage.razor` (+81 -0) 📝 `Services/ExampleService.cs` (+8 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:16:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1975