-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: minerva should refresh calendar (#33)
## How does this PR impact the user? Minerva will have up-to-date calendar info. Closes #19. ## Description Ditto. ## Limitations N/A ## Checklist - [x] my PR is focused and contains one wholistic change - [ ] I have added screenshots or screen recordings to show the changes
- Loading branch information
1 parent
3534663
commit c0455dc
Showing
6 changed files
with
148 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
BEGIN:VCALENDAR | ||
PRODID:-//Google Inc//Google Calendar 70.9054//EN | ||
VERSION:2.0 | ||
CALSCALE:GREGORIAN | ||
METHOD:PUBLISH | ||
X-WR-CALNAME:Test calendar | ||
X-WR-TIMEZONE:Asia/Dubai | ||
BEGIN:VTIMEZONE | ||
TZID:Asia/Dubai | ||
X-LIC-LOCATION:Asia/Dubai | ||
BEGIN:STANDARD | ||
TZOFFSETFROM:+0400 | ||
TZOFFSETTO:+0400 | ||
TZNAME:GMT+4 | ||
DTSTART:19700101T000000 | ||
END:STANDARD | ||
END:VTIMEZONE | ||
BEGIN:VEVENT | ||
DTSTART:20240904T084500Z | ||
DTEND:20240905T020000Z | ||
DTSTAMP:20240902T074210Z | ||
UID:[email protected] | ||
X-GOOGLE-CONFERENCE:https://meet.google.com/broken-link-1 | ||
CREATED:20240902T074020Z | ||
DESCRIPTION:الانضمام من خلال Google Meet: https://meet.google.com/broken-link | ||
-1\n\nتعرَّف على مزيد من المعلومات حول Meet على الرابط: https://support. | ||
google.com/a/users/answer/9282720. | ||
LAST-MODIFIED:20240902T074020Z | ||
SEQUENCE:0 | ||
STATUS:CONFIRMED | ||
SUMMARY:Test multi-day | ||
TRANSP:OPAQUE | ||
END:VEVENT | ||
BEGIN:VEVENT | ||
DTSTART:20240902T100000Z | ||
DTEND:20240902T110000Z | ||
DTSTAMP:20240902T074210Z | ||
UID:[email protected] | ||
X-GOOGLE-CONFERENCE:https://meet.google.com/broken-link-2 | ||
CREATED:20240902T073940Z | ||
DESCRIPTION:Test description.\n\nMultiline.\n\nالانضمام من خلال Google Mee | ||
t: https://meet.google.com/broken-link-2\n\nتعرَّف على مزيد من المعلومات حو | ||
ل Meet على الرابط: https://support.google.com/a/users/answer/9282720. | ||
LAST-MODIFIED:20240902T074027Z | ||
SEQUENCE:0 | ||
STATUS:CONFIRMED | ||
SUMMARY:Test event 1 | ||
TRANSP:OPAQUE | ||
END:VEVENT | ||
END:VCALENDAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters