Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
lib-ical
Commits
000b0f55
Commit
000b0f55
authored
Feb 15, 2017
by
Mark Stenglein
Browse files
Adds all of the attributes defined in RFC 5455
parent
96f3ed79
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/timezone.js
View file @
000b0f55
...
...
@@ -6,7 +6,15 @@
* @constructor ICalTimezone Timezone
*/
var
ICalTimezone
=
function
(
_data
,
calendar
)
{
var
attributes
;
var
attributes
=
[
'
tzid
'
,
// REQUIRED, MUST NOT occur more than once
'
last-mod
'
,
// OPTIONAL, MUST NOT occur more than once
'
tzurl
'
,
// OPTIONAL, MUST NOT occur more than once
'
standardc
'
,
// Either {s/d}c REQUIRED, MAY occur more than once
'
daylightc
'
,
// Either {s/d}c REQUIRED, MAY occur more than once
'
x-prop
'
,
// OPTIONAL, MAY occur more than once
'
iana-prop
'
// OPTIONAL, MAY occur more than once
];
};
module
.
exports
=
ICalTimezone
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment