Skip to content

jvegar/dotnet-calendar-service

Repository files navigation

Calendar Service

A .NET-based calendar service for managing events and schedules.

Features

  • Event management
  • Schedule coordination
  • Calendar synchronization
  • RESTful API endpoints

Prerequisites

  • .NET 6.0 or later
  • SQL Server (or your preferred database)
  • Visual Studio 2022 or VS Code

Getting Started

  1. Clone the repository
git clone https://github.com/yourusername/dotnet-calendar-service.git
  1. Navigate to the project directory
cd dotnet-calendar-service
  1. Restore dependencies
dotnet restore
  1. Run the application
dotnet run

API Documentation

The API documentation is available at /swagger when running the application locally.

Project Structure

├── src/
│   ├── CalendarService.API/       # API layer
│   ├── CalendarService.Core/      # Business logic
│   └── CalendarService.Data/      # Data access layer
├── tests/
│   └── CalendarService.Tests/     # Unit tests
└── README.md

About

WCF Service for event creation in Outlook Calendar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages