Skip to content

Commit

Permalink
Added events
Browse files Browse the repository at this point in the history
  • Loading branch information
mathijs-bb committed Sep 27, 2024
1 parent 848b344 commit 98fb7af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Apps.Microsoft365Calendar/Actions/EventActions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

namespace Apps.Microsoft365Calendar.Actions;

[ActionList]
public class EventActions
{
private const string EventBodyContentId = "EventBodyContentId";
Expand Down
2 changes: 1 addition & 1 deletion Apps.Microsoft365Calendar/Apps.Microsoft365Calendar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<Product>Microsoft 365 Calendar</Product>
<Description>Microsoft 365 Calendar app that allows you to access and manage your calendar events.</Description>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
<PackageId>Apps.Microsoft365Calendar</PackageId>
<AssemblyName>Apps.Microsoft365Calendar</AssemblyName>
</PropertyGroup>
Expand Down

0 comments on commit 98fb7af

Please sign in to comment.