Skip to content

Conversation

@dckc
Copy link
Owner

@dckc dckc commented May 18, 2025

Some planning tools can see sheets but not calendars.

So this package / script makes the calendar data available as a spreadsheet.

One sheet per calendar.

Update is on-demand, using a menu item.

@dckc dckc changed the base branch from master to cosmosAPI May 18, 2025 14:01
Comment on lines +37 to +40
const events = calendar.getEvents(
today,
new Date(today.getTime() + 365 * 24 * 60 * 60 * 1000),
); // Events for the next year
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather get all the events, past or future, but only 1 for repeating events. Like a .ics export.

@dckc dckc force-pushed the cosmosAPI branch 4 times, most recently from a325de9 to 85784c1 Compare May 24, 2025 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant