Git Product home page Git Product logo

remove-calendar-events's Introduction

Remove Calendar Events

Remove-CalendarEvents.ps1

ABSTRACT

This script deletes calendar items in Microsoft Outlook based on the subject.

DESCRIPTION

You may need to use this script if you have Outlook performance issues. This kind of problem occurs on macOS when the calendar has more than 5000 items/events. The script uses the Outlook COM object to interact with the user's Outlook application. It loops through each item in the user's calendar and deletes the ones whose subject matches the specified string.

  • What is it ? A script not a Cmdlet script.

  • Who is it for ? Regular User.

  • Why to use it ? Fix Outlook perf.

  • When to use it ? When you know the events you have to delete and do not have access to Exchange server or a Windows device.

(back to top)

QUICKSTART

Prerequisites

  • Microsoft PowerShell
  • Microsoft Outlook

Installation

Regarding Microsoft PowerShell, go to the pages for :

Regarding Microsoft Outlook go to the pages :

Usage

  1. Download Remove-CalendarEvents.ps1 and save on your computer.
  2. Start PowerShell and go to the folder where you saved the file.
  3. Set the PowerShell execution policies for Windows computers to Unrestricted
      Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
  4. If you want to cancel the meeting calendar named, My Meeting , run the following command
    .\Remove-CalendarEvents.ps1 -SubjectToDelete "My Meeting"

(back to top)

ROADMAP

Windows Linux MacOS
In progress To be decided To be decided
  • Windows
    • Script
    • Cmdlet

(back to top)

LICENSE

Distributed under the Unlicense license. See the file, LICENCE for more information.

(back to top)

FEEDBACK

If you have any feedback, please post on the Issues section.

(back to top)

CONTRIBUTION

Feel free to contribute to its improve. See file, CODE_OF_CONDUCT for more information.

Contributor Covenant

remove-calendar-events's People

Contributors

egiberne avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.