pyobjc-framework-CalendarStore 10.2__tar.gz → 10.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/Examples/Coding Headstart/CalController.py +1 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/Examples/Coding Headstart/setup.py +1 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/Lib/CalendarStore/_metadata.py +31 -9
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/Lib/pyobjc_framework_CalendarStore.egg-info/PKG-INFO +3 -3
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/Lib/pyobjc_framework_CalendarStore.egg-info/SOURCES.txt +2 -4
- pyobjc_framework_calendarstore-10.3/Lib/pyobjc_framework_CalendarStore.egg-info/requires.txt +2 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/PKG-INFO +3 -3
- pyobjc-framework-CalendarStore-10.2/metadata/raw/arm64-12.0.fwinfo → pyobjc_framework_calendarstore-10.3/metadata/raw/arm64-14.5.fwinfo +29 -8
- pyobjc-framework-CalendarStore-10.2/metadata/raw/x86_64-12.0.fwinfo → pyobjc_framework_calendarstore-10.3/metadata/raw/x86_64-14.5.fwinfo +29 -8
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/setup.py +2 -1
- pyobjc-framework-CalendarStore-10.2/Lib/pyobjc_framework_CalendarStore.egg-info/requires.txt +0 -2
- pyobjc-framework-CalendarStore-10.2/metadata/raw/arm64-14.0.fwinfo +0 -2233
- pyobjc-framework-CalendarStore-10.2/metadata/raw/x86_64-14.0.fwinfo +0 -2233
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/Examples/Coding Headstart/AppController.py +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/Examples/Coding Headstart/English.lproj/MainMenu.nib/classes.nib +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/Examples/Coding Headstart/English.lproj/MainMenu.nib/info.nib +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/Examples/Coding Headstart/English.lproj/MainMenu.nib/keyedobjects.nib +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/Examples/Coding Headstart/main.py +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/Examples/Coding Headstart/summary.txt +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/Examples/Scripts/add_wwdc_to_calendar.py +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/Examples/Scripts/print_calendars.py +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/LICENSE.txt +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/Lib/CalendarStore/__init__.py +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/Lib/pyobjc_framework_CalendarStore.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/Lib/pyobjc_framework_CalendarStore.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/Lib/pyobjc_framework_CalendarStore.egg-info/top_level.txt +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/MANIFEST.in +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/PyObjCTest/test_calalarm.py +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/PyObjCTest/test_calattendee.py +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/PyObjCTest/test_calcalendar.py +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/PyObjCTest/test_calcalendaritem.py +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/PyObjCTest/test_calcalendarstore.py +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/PyObjCTest/test_calendarstore.py +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/PyObjCTest/test_calendarstoreerrors.py +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/PyObjCTest/test_calevent.py +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/PyObjCTest/test_calrecurrencerule.py +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/PyObjCTest/test_caltask.py +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/README.txt +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/metadata/CalendarStore.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/metadata/metadata.ini +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/metadata/raw/x86_64-10.10.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/metadata/raw/x86_64-10.6.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/metadata/raw/x86_64-10.7.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/metadata/raw/x86_64-10.8.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/pyobjc_setup.py +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/pyproject.toml +0 -0
- {pyobjc-framework-CalendarStore-10.2 → pyobjc_framework_calendarstore-10.3}/setup.cfg +0 -0
|
@@ -3,6 +3,7 @@ Bindings and notification support for Calendar data used
|
|
|
3
3
|
by this application. Exposes read-only collections
|
|
4
4
|
(calendars, events, tasks) as observable entities.
|
|
5
5
|
"""
|
|
6
|
+
|
|
6
7
|
from CalendarStore import (
|
|
7
8
|
CalCalendarsChangedExternallyNotification,
|
|
8
9
|
CalCalendarsChangedNotification,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update: Sat
|
|
3
|
+
# Last update: Sat May 18 09:18:10 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -34,15 +34,7 @@ constants = """$CalAlarmActionDisplay$CalAlarmActionEmail$CalAlarmActionProcedur
|
|
|
34
34
|
enums = """$CalCalendarNotEditableError@1025$CalCalendarNotInRepository@1027$CalCalendarTitleNotUniqueError@1028$CalDateInvalidError@1026$CalPriorityHigh@1$CalPriorityLow@9$CalPriorityMedium@5$CalPriorityNone@0$CalRecurrenceDaily@0$CalRecurrenceMonthly@2$CalRecurrenceWeekly@1$CalRecurrenceYearly@3$CalSpanAllEvents@2$CalSpanFutureEvents@1$CalSpanThisEvent@0$"""
|
|
35
35
|
misc.update(
|
|
36
36
|
{
|
|
37
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalendarStoreErrors.h:13:1)": NewType(
|
|
38
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalendarStoreErrors.h:13:1)",
|
|
39
|
-
int,
|
|
40
|
-
),
|
|
41
37
|
"CalSpan": NewType("CalSpan", int),
|
|
42
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalTask.h:21:1)": NewType(
|
|
43
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalTask.h:21:1)",
|
|
44
|
-
int,
|
|
45
|
-
),
|
|
46
38
|
"CalRecurrenceType": NewType("CalRecurrenceType", int),
|
|
47
39
|
}
|
|
48
40
|
)
|
|
@@ -91,6 +83,36 @@ try:
|
|
|
91
83
|
r(b"CalTask", b"setIsCompleted:", {"arguments": {2: {"type": "Z"}}})
|
|
92
84
|
finally:
|
|
93
85
|
objc._updatingMetadata(False)
|
|
86
|
+
|
|
87
|
+
objc.registerNewKeywordsFromSelector(
|
|
88
|
+
"CalRecurrenceRule", b"initDailyRecurrenceWithInterval:end:"
|
|
89
|
+
)
|
|
90
|
+
objc.registerNewKeywordsFromSelector(
|
|
91
|
+
"CalRecurrenceRule", b"initMonthlyRecurrenceWithInterval:end:"
|
|
92
|
+
)
|
|
93
|
+
objc.registerNewKeywordsFromSelector(
|
|
94
|
+
"CalRecurrenceRule",
|
|
95
|
+
b"initMonthlyRecurrenceWithInterval:forDayOfTheWeek:forWeekOfTheMonth:end:",
|
|
96
|
+
)
|
|
97
|
+
objc.registerNewKeywordsFromSelector(
|
|
98
|
+
"CalRecurrenceRule", b"initMonthlyRecurrenceWithInterval:forDaysOfTheMonth:end:"
|
|
99
|
+
)
|
|
100
|
+
objc.registerNewKeywordsFromSelector(
|
|
101
|
+
"CalRecurrenceRule", b"initWeeklyRecurrenceWithInterval:end:"
|
|
102
|
+
)
|
|
103
|
+
objc.registerNewKeywordsFromSelector(
|
|
104
|
+
"CalRecurrenceRule", b"initWeeklyRecurrenceWithInterval:forDaysOfTheWeek:end:"
|
|
105
|
+
)
|
|
106
|
+
objc.registerNewKeywordsFromSelector(
|
|
107
|
+
"CalRecurrenceRule", b"initYearlyRecurrenceWithInterval:end:"
|
|
108
|
+
)
|
|
109
|
+
objc.registerNewKeywordsFromSelector(
|
|
110
|
+
"CalRecurrenceRule",
|
|
111
|
+
b"initYearlyRecurrenceWithInterval:forDayOfTheWeek:forWeekOfTheMonth:forMonthsOfTheYear:end:",
|
|
112
|
+
)
|
|
113
|
+
objc.registerNewKeywordsFromSelector(
|
|
114
|
+
"CalRecurrenceRule", b"initYearlyRecurrenceWithInterval:forMonthsOfTheYear:end:"
|
|
115
|
+
)
|
|
94
116
|
expressions = {}
|
|
95
117
|
|
|
96
118
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-CalendarStore
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework CalendarStore on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -31,8 +31,8 @@ Classifier: Topic :: Software Development :: User Interfaces
|
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
33
|
License-File: LICENSE.txt
|
|
34
|
-
Requires-Dist: pyobjc-core>=10.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=10.
|
|
34
|
+
Requires-Dist: pyobjc-core>=10.3
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3
|
|
36
36
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
37
37
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
38
38
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -35,14 +35,12 @@ PyObjCTest/test_calrecurrencerule.py
|
|
|
35
35
|
PyObjCTest/test_caltask.py
|
|
36
36
|
metadata/CalendarStore.fwinfo
|
|
37
37
|
metadata/metadata.ini
|
|
38
|
-
metadata/raw/arm64-12.0.fwinfo
|
|
39
38
|
metadata/raw/arm64-12.3.fwinfo
|
|
40
|
-
metadata/raw/arm64-14.
|
|
39
|
+
metadata/raw/arm64-14.5.fwinfo
|
|
41
40
|
metadata/raw/x86_64-10.10.fwinfo
|
|
42
41
|
metadata/raw/x86_64-10.16.fwinfo
|
|
43
42
|
metadata/raw/x86_64-10.6.fwinfo
|
|
44
43
|
metadata/raw/x86_64-10.7.fwinfo
|
|
45
44
|
metadata/raw/x86_64-10.8.fwinfo
|
|
46
|
-
metadata/raw/x86_64-12.0.fwinfo
|
|
47
45
|
metadata/raw/x86_64-12.3.fwinfo
|
|
48
|
-
metadata/raw/x86_64-14.
|
|
46
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-CalendarStore
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework CalendarStore on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -31,8 +31,8 @@ Classifier: Topic :: Software Development :: User Interfaces
|
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
33
|
License-File: LICENSE.txt
|
|
34
|
-
Requires-Dist: pyobjc-core>=10.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=10.
|
|
34
|
+
Requires-Dist: pyobjc-core>=10.3
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
Wrappers for the "CalendarStore" on macOS 10.5 and later. The CalendarStore
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update:
|
|
4
|
+
// Last update: Sat May 18 09:18:10 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -1361,14 +1361,17 @@
|
|
|
1361
1361
|
"name": "CalEvent",
|
|
1362
1362
|
"properties": [
|
|
1363
1363
|
{
|
|
1364
|
-
"attributes": [
|
|
1364
|
+
"attributes": [
|
|
1365
|
+
"nonatomic"
|
|
1366
|
+
],
|
|
1365
1367
|
"name": "isAllDay",
|
|
1366
1368
|
"typestr": "Z",
|
|
1367
1369
|
"typestr_special": true
|
|
1368
1370
|
},
|
|
1369
1371
|
{
|
|
1370
1372
|
"attributes": [
|
|
1371
|
-
"copy"
|
|
1373
|
+
"copy",
|
|
1374
|
+
"nonatomic"
|
|
1372
1375
|
],
|
|
1373
1376
|
"name": "location",
|
|
1374
1377
|
"typestr": "@",
|
|
@@ -1376,7 +1379,8 @@
|
|
|
1376
1379
|
},
|
|
1377
1380
|
{
|
|
1378
1381
|
"attributes": [
|
|
1379
|
-
"copy"
|
|
1382
|
+
"copy",
|
|
1383
|
+
"nonatomic"
|
|
1380
1384
|
],
|
|
1381
1385
|
"name": "recurrenceRule",
|
|
1382
1386
|
"typestr": "@",
|
|
@@ -1384,7 +1388,8 @@
|
|
|
1384
1388
|
},
|
|
1385
1389
|
{
|
|
1386
1390
|
"attributes": [
|
|
1387
|
-
"copy"
|
|
1391
|
+
"copy",
|
|
1392
|
+
"nonatomic"
|
|
1388
1393
|
],
|
|
1389
1394
|
"name": "startDate",
|
|
1390
1395
|
"typestr": "@",
|
|
@@ -1392,7 +1397,8 @@
|
|
|
1392
1397
|
},
|
|
1393
1398
|
{
|
|
1394
1399
|
"attributes": [
|
|
1395
|
-
"copy"
|
|
1400
|
+
"copy",
|
|
1401
|
+
"nonatomic"
|
|
1396
1402
|
],
|
|
1397
1403
|
"name": "endDate",
|
|
1398
1404
|
"typestr": "@",
|
|
@@ -1401,6 +1407,7 @@
|
|
|
1401
1407
|
{
|
|
1402
1408
|
"attributes": [
|
|
1403
1409
|
"copy",
|
|
1410
|
+
"nonatomic",
|
|
1404
1411
|
"readonly"
|
|
1405
1412
|
],
|
|
1406
1413
|
"name": "attendees",
|
|
@@ -1409,6 +1416,7 @@
|
|
|
1409
1416
|
},
|
|
1410
1417
|
{
|
|
1411
1418
|
"attributes": [
|
|
1419
|
+
"nonatomic",
|
|
1412
1420
|
"readonly"
|
|
1413
1421
|
],
|
|
1414
1422
|
"name": "isDetached",
|
|
@@ -2098,6 +2106,14 @@
|
|
|
2098
2106
|
"CalSpanFutureEvents": 1,
|
|
2099
2107
|
"CalSpanThisEvent": 0
|
|
2100
2108
|
},
|
|
2109
|
+
"enum_type": {
|
|
2110
|
+
"CalRecurrenceType": {
|
|
2111
|
+
"type": "I"
|
|
2112
|
+
},
|
|
2113
|
+
"CalSpan": {
|
|
2114
|
+
"type": "I"
|
|
2115
|
+
}
|
|
2116
|
+
},
|
|
2101
2117
|
"expressions": {},
|
|
2102
2118
|
"externs": {
|
|
2103
2119
|
"CalAlarmActionDisplay": {
|
|
@@ -2187,7 +2203,12 @@
|
|
|
2187
2203
|
"functions": {},
|
|
2188
2204
|
"informal_protocols": {},
|
|
2189
2205
|
"literals": {},
|
|
2190
|
-
"structs": {}
|
|
2206
|
+
"structs": {},
|
|
2207
|
+
"typedefs": {
|
|
2208
|
+
"CalPriority": "NSUInteger",
|
|
2209
|
+
"CalRecurrenceType": "enum CalRecurrenceType",
|
|
2210
|
+
"CalSpan": "enum CalSpan"
|
|
2211
|
+
}
|
|
2191
2212
|
},
|
|
2192
2213
|
"framework": "CalendarStore",
|
|
2193
2214
|
"headers": [
|
|
@@ -2202,5 +2223,5 @@
|
|
|
2202
2223
|
"CalendarStoreErrors.h"
|
|
2203
2224
|
],
|
|
2204
2225
|
"release": "10.16",
|
|
2205
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
2226
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
2206
2227
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update:
|
|
4
|
+
// Last update: Sat May 18 09:18:07 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -1361,14 +1361,17 @@
|
|
|
1361
1361
|
"name": "CalEvent",
|
|
1362
1362
|
"properties": [
|
|
1363
1363
|
{
|
|
1364
|
-
"attributes": [
|
|
1364
|
+
"attributes": [
|
|
1365
|
+
"nonatomic"
|
|
1366
|
+
],
|
|
1365
1367
|
"name": "isAllDay",
|
|
1366
1368
|
"typestr": "Z",
|
|
1367
1369
|
"typestr_special": true
|
|
1368
1370
|
},
|
|
1369
1371
|
{
|
|
1370
1372
|
"attributes": [
|
|
1371
|
-
"copy"
|
|
1373
|
+
"copy",
|
|
1374
|
+
"nonatomic"
|
|
1372
1375
|
],
|
|
1373
1376
|
"name": "location",
|
|
1374
1377
|
"typestr": "@",
|
|
@@ -1376,7 +1379,8 @@
|
|
|
1376
1379
|
},
|
|
1377
1380
|
{
|
|
1378
1381
|
"attributes": [
|
|
1379
|
-
"copy"
|
|
1382
|
+
"copy",
|
|
1383
|
+
"nonatomic"
|
|
1380
1384
|
],
|
|
1381
1385
|
"name": "recurrenceRule",
|
|
1382
1386
|
"typestr": "@",
|
|
@@ -1384,7 +1388,8 @@
|
|
|
1384
1388
|
},
|
|
1385
1389
|
{
|
|
1386
1390
|
"attributes": [
|
|
1387
|
-
"copy"
|
|
1391
|
+
"copy",
|
|
1392
|
+
"nonatomic"
|
|
1388
1393
|
],
|
|
1389
1394
|
"name": "startDate",
|
|
1390
1395
|
"typestr": "@",
|
|
@@ -1392,7 +1397,8 @@
|
|
|
1392
1397
|
},
|
|
1393
1398
|
{
|
|
1394
1399
|
"attributes": [
|
|
1395
|
-
"copy"
|
|
1400
|
+
"copy",
|
|
1401
|
+
"nonatomic"
|
|
1396
1402
|
],
|
|
1397
1403
|
"name": "endDate",
|
|
1398
1404
|
"typestr": "@",
|
|
@@ -1401,6 +1407,7 @@
|
|
|
1401
1407
|
{
|
|
1402
1408
|
"attributes": [
|
|
1403
1409
|
"copy",
|
|
1410
|
+
"nonatomic",
|
|
1404
1411
|
"readonly"
|
|
1405
1412
|
],
|
|
1406
1413
|
"name": "attendees",
|
|
@@ -1409,6 +1416,7 @@
|
|
|
1409
1416
|
},
|
|
1410
1417
|
{
|
|
1411
1418
|
"attributes": [
|
|
1419
|
+
"nonatomic",
|
|
1412
1420
|
"readonly"
|
|
1413
1421
|
],
|
|
1414
1422
|
"name": "isDetached",
|
|
@@ -2098,6 +2106,14 @@
|
|
|
2098
2106
|
"CalSpanFutureEvents": 1,
|
|
2099
2107
|
"CalSpanThisEvent": 0
|
|
2100
2108
|
},
|
|
2109
|
+
"enum_type": {
|
|
2110
|
+
"CalRecurrenceType": {
|
|
2111
|
+
"type": "I"
|
|
2112
|
+
},
|
|
2113
|
+
"CalSpan": {
|
|
2114
|
+
"type": "I"
|
|
2115
|
+
}
|
|
2116
|
+
},
|
|
2101
2117
|
"expressions": {},
|
|
2102
2118
|
"externs": {
|
|
2103
2119
|
"CalAlarmActionDisplay": {
|
|
@@ -2187,7 +2203,12 @@
|
|
|
2187
2203
|
"functions": {},
|
|
2188
2204
|
"informal_protocols": {},
|
|
2189
2205
|
"literals": {},
|
|
2190
|
-
"structs": {}
|
|
2206
|
+
"structs": {},
|
|
2207
|
+
"typedefs": {
|
|
2208
|
+
"CalPriority": "NSUInteger",
|
|
2209
|
+
"CalRecurrenceType": "enum CalRecurrenceType",
|
|
2210
|
+
"CalSpan": "enum CalSpan"
|
|
2211
|
+
}
|
|
2191
2212
|
},
|
|
2192
2213
|
"framework": "CalendarStore",
|
|
2193
2214
|
"headers": [
|
|
@@ -2202,5 +2223,5 @@
|
|
|
2202
2223
|
"CalendarStoreErrors.h"
|
|
2203
2224
|
],
|
|
2204
2225
|
"release": "10.16",
|
|
2205
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
2226
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
2206
2227
|
}
|
|
@@ -9,6 +9,7 @@ for information on how to use this framework and PyObjC's documentation
|
|
|
9
9
|
for general tips and tricks regarding the translation between Python
|
|
10
10
|
and (Objective-)C frameworks
|
|
11
11
|
"""
|
|
12
|
+
|
|
12
13
|
import os
|
|
13
14
|
import sys
|
|
14
15
|
|
|
@@ -17,7 +18,7 @@ sys.path.insert(0, os.path.dirname(__file__))
|
|
|
17
18
|
|
|
18
19
|
from pyobjc_setup import setup # noqa: E402
|
|
19
20
|
|
|
20
|
-
VERSION = "10.
|
|
21
|
+
VERSION = "10.3"
|
|
21
22
|
|
|
22
23
|
setup(
|
|
23
24
|
name="pyobjc-framework-CalendarStore",
|