summaryrefslogtreecommitdiff
path: root/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumRecurrence.go
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-11-02 15:27:18 +0800
committerMistivia <i@mistivia.com>2025-11-02 15:27:18 +0800
commite9c24f4af7ed56760f6db7941827d09f6db9020b (patch)
tree62128c43b883ce5e3148113350978755779bb5de /teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumRecurrence.go
parent58d5e7cfda4781d8a57ec52aefd02983835c301a (diff)
add matterbridge
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumRecurrence.go')
-rw-r--r--teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumRecurrence.go72
1 files changed, 72 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumRecurrence.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumRecurrence.go
new file mode 100644
index 0000000..1aa7deb
--- /dev/null
+++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumRecurrence.go
@@ -0,0 +1,72 @@
+// Code generated by msgraph.go/gen DO NOT EDIT.
+
+package msgraph
+
+// RecurrencePatternType undocumented
+type RecurrencePatternType string
+
+const (
+ // RecurrencePatternTypeVDaily undocumented
+ RecurrencePatternTypeVDaily RecurrencePatternType = "daily"
+ // RecurrencePatternTypeVWeekly undocumented
+ RecurrencePatternTypeVWeekly RecurrencePatternType = "weekly"
+ // RecurrencePatternTypeVAbsoluteMonthly undocumented
+ RecurrencePatternTypeVAbsoluteMonthly RecurrencePatternType = "absoluteMonthly"
+ // RecurrencePatternTypeVRelativeMonthly undocumented
+ RecurrencePatternTypeVRelativeMonthly RecurrencePatternType = "relativeMonthly"
+ // RecurrencePatternTypeVAbsoluteYearly undocumented
+ RecurrencePatternTypeVAbsoluteYearly RecurrencePatternType = "absoluteYearly"
+ // RecurrencePatternTypeVRelativeYearly undocumented
+ RecurrencePatternTypeVRelativeYearly RecurrencePatternType = "relativeYearly"
+)
+
+var (
+ // RecurrencePatternTypePDaily is a pointer to RecurrencePatternTypeVDaily
+ RecurrencePatternTypePDaily = &_RecurrencePatternTypePDaily
+ // RecurrencePatternTypePWeekly is a pointer to RecurrencePatternTypeVWeekly
+ RecurrencePatternTypePWeekly = &_RecurrencePatternTypePWeekly
+ // RecurrencePatternTypePAbsoluteMonthly is a pointer to RecurrencePatternTypeVAbsoluteMonthly
+ RecurrencePatternTypePAbsoluteMonthly = &_RecurrencePatternTypePAbsoluteMonthly
+ // RecurrencePatternTypePRelativeMonthly is a pointer to RecurrencePatternTypeVRelativeMonthly
+ RecurrencePatternTypePRelativeMonthly = &_RecurrencePatternTypePRelativeMonthly
+ // RecurrencePatternTypePAbsoluteYearly is a pointer to RecurrencePatternTypeVAbsoluteYearly
+ RecurrencePatternTypePAbsoluteYearly = &_RecurrencePatternTypePAbsoluteYearly
+ // RecurrencePatternTypePRelativeYearly is a pointer to RecurrencePatternTypeVRelativeYearly
+ RecurrencePatternTypePRelativeYearly = &_RecurrencePatternTypePRelativeYearly
+)
+
+var (
+ _RecurrencePatternTypePDaily = RecurrencePatternTypeVDaily
+ _RecurrencePatternTypePWeekly = RecurrencePatternTypeVWeekly
+ _RecurrencePatternTypePAbsoluteMonthly = RecurrencePatternTypeVAbsoluteMonthly
+ _RecurrencePatternTypePRelativeMonthly = RecurrencePatternTypeVRelativeMonthly
+ _RecurrencePatternTypePAbsoluteYearly = RecurrencePatternTypeVAbsoluteYearly
+ _RecurrencePatternTypePRelativeYearly = RecurrencePatternTypeVRelativeYearly
+)
+
+// RecurrenceRangeType undocumented
+type RecurrenceRangeType string
+
+const (
+ // RecurrenceRangeTypeVEndDate undocumented
+ RecurrenceRangeTypeVEndDate RecurrenceRangeType = "endDate"
+ // RecurrenceRangeTypeVNoEnd undocumented
+ RecurrenceRangeTypeVNoEnd RecurrenceRangeType = "noEnd"
+ // RecurrenceRangeTypeVNumbered undocumented
+ RecurrenceRangeTypeVNumbered RecurrenceRangeType = "numbered"
+)
+
+var (
+ // RecurrenceRangeTypePEndDate is a pointer to RecurrenceRangeTypeVEndDate
+ RecurrenceRangeTypePEndDate = &_RecurrenceRangeTypePEndDate
+ // RecurrenceRangeTypePNoEnd is a pointer to RecurrenceRangeTypeVNoEnd
+ RecurrenceRangeTypePNoEnd = &_RecurrenceRangeTypePNoEnd
+ // RecurrenceRangeTypePNumbered is a pointer to RecurrenceRangeTypeVNumbered
+ RecurrenceRangeTypePNumbered = &_RecurrenceRangeTypePNumbered
+)
+
+var (
+ _RecurrenceRangeTypePEndDate = RecurrenceRangeTypeVEndDate
+ _RecurrenceRangeTypePNoEnd = RecurrenceRangeTypeVNoEnd
+ _RecurrenceRangeTypePNumbered = RecurrenceRangeTypeVNumbered
+)