Skip to content

Commit 12e68f5

Browse files
Update readME & enable counter
1 parent 365979c commit 12e68f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# MagicCalendar
2-
This Obsidian plugin allows to synchronize your calendar of choice with Obsidian.<br>
2+
AI-Powered Obsidian plugin that leverages natural language processing techniques to find calendar events in Markdown notes, seamlessly synchronizing them with a calendar of choice. <br>
33
The plugin is still in beta and at the moment the supported calendars are:
44
- Apple Calendar
55
- Google Calendar
@@ -44,7 +44,7 @@ Your credentials will be stored <ins>exclusively</ins> in your local device (enc
4444
</p>
4545

4646
Google, on the other hand, supports OAuth2 authentication.
47-
At the moment, the application is being reviewed by Google Trust & Safety team, therefore a security banned will be presented.
47+
At the moment, the application is being reviewed by Google Trust & Safety team, therefore a security page will be presented.
4848

4949
<p align="center">
5050
<img width="650" src="https://raw.githubusercontent.com/Vaccarini-Lorenzo/MagicCalendar/main/materials/GoogleLogin.gif">

src/controllers/eventController.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class EventController{
125125
if (status) new Notice("📅 The event has been synchronized!")
126126
else new Notice("🤷 There has been an error synchronizing the event...")
127127
}));
128-
//this.updateCounter();
128+
this.updateCounter();
129129
}
130130

131131
private syncLocalStorageEventLog(eventFilePath: string, event: Event) {

0 commit comments

Comments
 (0)