Skip to content

Commit d198cfd

Browse files
committed
GitHub:11199 GitHub:11200 GitHub:11622 GitHub:11728 (remove incomplete features)
1 parent 1226798 commit d198cfd

File tree

8 files changed

+0
-576
lines changed

8 files changed

+0
-576
lines changed

Project/Sources/Classes/Google.4dm

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,3 @@ Function get user : cs.GoogleUser
2626
This._internals._user:=cs.GoogleUser.new(This._internals._oAuth2Provider)
2727
End if
2828
return This._internals._user
29-
30-
31-
// ----------------------------------------------------
32-
33-
34-
Function get calendar : cs.GoogleCalendar
35-
36-
If (This._internals._calendar=Null)
37-
This._internals._calendar:=cs.GoogleCalendar.new(This._internals._oAuth2Provider; This._internals._parameters)
38-
End if
39-
return This._internals._calendar

Project/Sources/Classes/GoogleCalendar.4dm

Lines changed: 0 additions & 286 deletions
This file was deleted.

Project/Sources/Classes/GoogleCalendarList.4dm

Lines changed: 0 additions & 14 deletions
This file was deleted.

Project/Sources/Classes/GoogleEventList.4dm

Lines changed: 0 additions & 14 deletions
This file was deleted.

Project/Sources/Classes/GraphCalendarList.4dm

Lines changed: 0 additions & 14 deletions
This file was deleted.

Project/Sources/Classes/GraphEventList.4dm

Lines changed: 0 additions & 14 deletions
This file was deleted.

Project/Sources/Classes/Office365.4dm

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,3 @@ Function get mail : cs.Office365Mail
2626
This._internals._mail:=cs.Office365Mail.new(This._internals._oAuth2Provider; This._internals._parameters)
2727
End if
2828
return This._internals._mail
29-
30-
31-
// ----------------------------------------------------
32-
33-
34-
Function get calendar : cs.Office365Calendar
35-
36-
If (This._internals._calendar=Null)
37-
This._internals._calendar:=cs.Office365Calendar.new(This._internals._oAuth2Provider; This._internals._parameters)
38-
End if
39-
return This._internals._calendar

0 commit comments

Comments
 (0)