[Module] CalendarEx - Gadget (all OS)

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Re: [Module] CalendarEx - Gadget (all OS)

Post by nicolaus »

more specific the follow entry will not work because of a year change

Code: Select all

CalendarEx::AddEntry(#Calendar, "Holidy", "Holiday: Summer", "", "", CalendarEx::GetDate(27, 12, 2021), CalendarEx::GetDate(9, 1, 2022))
but this works as expected

Code: Select all

CalendarEx::AddEntry(#Calendar, "Holidy", "Holiday: Summer", "", "", CalendarEx::GetDate(27, 12, 2021), CalendarEx::GetDate(31, 12, 2021))
loulou2522
Enthusiast
Enthusiast
Posts: 542
Joined: Tue Oct 14, 2014 12:09 pm

Re: [Module] CalendarEx - Gadget (all OS)

Post by loulou2522 »

Error when using this module and trying to create an appoitments.
CopyList(Calendar()\Event\Entries(), Entries())
[09 :20 :54] [ERREUR] CalendarExModule.pbi (Ligne: 2356)
[09 :20 :54] [ERREUR] CopyList(): The lists needs to be of the same type.
How can i do solve thos problem
User avatar
Sicro
Enthusiast
Enthusiast
Posts: 559
Joined: Wed Jun 25, 2014 5:25 pm
Location: Germany
Contact:

Re: [Module] CalendarEx - Gadget (all OS)

Post by Sicro »

Hello loulou2522,

please try the module from here:

PB-CodeArchiv-Rebirth/Gadget/CalendarModule/CalendarModule.pbi
Image
Why OpenSource should have a license :: PB-CodeArchiv-Rebirth :: Pleasant-Dark (syntax color scheme) :: RegEx-Engine (compiles RegExes to NFA/DFA)
Manjaro Xfce x64 (Main system) :: Windows 10 Home (VirtualBox) :: Newest PureBasic version
Post Reply