Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WPI-Calendar-Event-Creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
Dmytro Bogatov
WPI-Calendar-Event-Creator
Commits
6da34e43
Commit
6da34e43
authored
Apr 10, 2014
by
Dima4ka
Browse files
Options
Downloads
Patches
Plain Diff
ics file bug fixed
parent
efaf9afb
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
WPI Calendar Event Creator/Base.lproj/Main.storyboard
+1
-1
1 addition, 1 deletion
WPI Calendar Event Creator/Base.lproj/Main.storyboard
WPI Calendar Event Creator/WPIModel.m
+3
-2
3 additions, 2 deletions
WPI Calendar Event Creator/WPIModel.m
with
4 additions
and
3 deletions
WPI Calendar Event Creator/Base.lproj/Main.storyboard
+
1
−
1
View file @
6da34e43
...
@@ -980,7 +980,7 @@
...
@@ -980,7 +980,7 @@
<color
key=
"backgroundColor"
red=
"0.0"
green=
"1"
blue=
"1"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
<color
key=
"backgroundColor"
red=
"0.0"
green=
"1"
blue=
"1"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
<color
key=
"textColor"
red=
"1"
green=
"0.0"
blue=
"0.0"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
<color
key=
"textColor"
red=
"1"
green=
"0.0"
blue=
"0.0"
alpha=
"1"
colorSpace=
"calibratedRGB"
/>
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"14"
/>
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"14"
/>
<textInputTraits
key=
"textInputTraits"
enablesReturnKeyAutomatically=
"YES"
/>
<textInputTraits
key=
"textInputTraits"
autocapitalizationType=
"words"
enablesReturnKeyAutomatically=
"YES"
/>
<connections>
<connections>
<outlet
property=
"delegate"
destination=
"EuZ-uN-7jh"
id=
"oII-DW-iXL"
/>
<outlet
property=
"delegate"
destination=
"EuZ-uN-7jh"
id=
"oII-DW-iXL"
/>
</connections>
</connections>
...
...
...
...
This diff is collapsed.
Click to expand it.
WPI Calendar Event Creator/WPIModel.m
+
3
−
2
View file @
6da34e43
...
@@ -308,7 +308,7 @@ static WPIModel *sharedDataModel = nil;
...
@@ -308,7 +308,7 @@ static WPIModel *sharedDataModel = nil;
NSError
*
error
;
NSError
*
error
;
//
[self.eventStore saveEvent:event span:EKSpanThisEvent error:&error];
[
self
.
eventStore
saveEvent
:
event
span
:
EKSpanThisEvent
error
:&
error
];
...
@@ -330,7 +330,8 @@ static WPIModel *sharedDataModel = nil;
...
@@ -330,7 +330,8 @@ static WPIModel *sharedDataModel = nil;
}
}
-
(
NSString
*
)
getICSFile
{
-
(
NSString
*
)
getICSFile
{
NSString
*
title
=
[
self
getTitleForPurpose
:
1
];
NSString
*
title
=
!
[(
NSNumber
*
)[
self
.
data
valueForKey
:
@"Use Custom Professor"
]
boolValue
]
?
@"Appointment"
:
[
self
getTitleForPurpose
:
1
];
NSDate
*
sDate
=
[
self
getDateForPurpose
:
2
];
NSDate
*
sDate
=
[
self
getDateForPurpose
:
2
];
NSDate
*
eDate
=
[
self
getDateForPurpose
:
3
];
NSDate
*
eDate
=
[
self
getDateForPurpose
:
3
];
NSString
*
location
=
[
self
getLocation
];
NSString
*
location
=
[
self
getLocation
];
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment